tags:

views:

91

answers:

2

would grails work with mongodb or cassandra?

or would you simply be using their mvc engine and not taking advantage of the other benefits of grails?

+1  A: 

Yes, look at this plugin http://github.com/mpriatel/mongodb-grails.

Shyam
so this will still maintain the built-in functionality like auto creation of update pages?
Blankman
A: 

http://github.com/wolpert/grails-cassandra

"This grails plugins provides a service to enable easy access to Cassandra from within grails. It is not intended to be a GORM mapping layer."

jbellis