Java Reference
In-Depth Information
Listing 8.18. A JUnit test to verify the JSON conversion
Lessons learned (NoSQL [ 19 ] )
1 . NoSQL databases like MongoDB, Neo4J, and Redis are becoming quite common
for specific use cases.
2 . Most NoSQL databases make a Java-based API available, which can be called dir-
ectly from Groovy.
3 . Often a Groovy library will be available that wraps the Java API and simplifies it.
Here, GMongo is used as an example.
19 NoSQL version of Worst SQL Joke Ever Told: DBA walks into a NoSQL bar; can't find a table, so he leaves.
 
Search WWH ::




Custom Search