nosql « mongodb « Java Database Q&A





1. how to Solve the "Digg" problem in MongoDB    stackoverflow.com

A while back,a Digg developer had posted this blog ,"http://about.digg.com/blog/looking-future-cassandra", where the he described one of the issues that were not optimally solved in MySQL. This was cited as ...

2. Business Intelligence and NoSQL    stackoverflow.com

For a new project I'm working I have the need to store some data into a database. The type of data and access model fits well with the NoSQL model and ...

3. MongoDb via jndi    stackoverflow.com

Do you know if it is possible to setup mongodb instance in spring like any other db via datasource from jndi? Thx

4. Key-Value Database with Java client    stackoverflow.com

I basically want to store a hashtable on disk so I can query it later. My program is written in Java. The hashtable maps from String to List. There are a lot of ...

5. NoSQL Schemaless data and statically typed language    stackoverflow.com

One of the key benefits of NoSQL data stores like MongoDB is that they're schemaless. With dynamically typed languages this seem to be a natural fit. You can receive ...