MongoDB

  • submit to reddit

NoSQLUnit 0.7.5 Released

NoSQLUnit is a JUnit extension to make writing unit and integration tests of systems that use NoSQL backend easier. Visit official page for...

0 replies - 456 views - 03/06/13 by Alex Soto in Articles

An Online Recommendation Engine with MongoDB and Mahout

This is the second entry of the series of blog posts about building an online recommendation system based on MongoDB and Mahout. We presented you Mario’s...

0 replies - 4267 views - 03/05/13 by Daniel Bartl in Articles

Install MongoDB on Ubuntu

Here's a 15-minute tutorial for getting started with MongoDB on Ubuntu.

0 replies - 1288 views - 03/05/13 by Eric Genesky in Articles

Apache Camel - Connection Beans Without Spring

While writing some tests for an Apache Camel project, I just spent rather longer than I'd have liked trying to work out how to configure a connection bean...

0 replies - 1485 views - 03/04/13 by Col Wilson in Articles

Asynchronous Messaging Architecture with NoSQL

Here's a session from JavaOne 2012 that focuses on using NoSQL databases as a JMS message store in Java messaging applications.  Databases covered include...

0 replies - 2804 views - 03/03/13 by Eric Genesky in Articles

Comparing MongoDB New Aggregation Framework and SQL

MongoDB 2.1 introduced the aggregation framework, a faster alternative to Map/Reduce for common aggregation operations. If you took a look at the...

0 replies - 2173 views - 03/01/13 by Francois Zaninotto in Articles

Systems Integration in the NoSQL Era with Apache Camel

In February 2013, I was at ApacheCon NA 2013 in Portland, Oregon, USA. It was a small, but great conference. I met so many awesome Apache experts and...

0 replies - 1028 views - 02/28/13 by Kai Wähner in Articles

How to Think Non Relational

Here's a one-hour presentation on MongoDB with a focus on schema design. 

0 replies - 1631 views - 02/27/13 by Eric Genesky in Articles

Java and MongoDB in PaaS

  Short prequisites. I'm working in my spare time on personal project, for current easiness and future scalability I chose MongoDB for...

8 replies - 3100 views - 02/27/13 by Nathan Gurfinkel in Articles

NoSQL for NoDBA

In many organizations, it's expected that any persistent data will be stored in relational databases that are managed by a central database management...

0 replies - 2935 views - 02/26/13 by Martin Fowler in Articles

NoSQL Job Trends for February 2013

Today is the NoSQL installment of the February job trends. For the NoSQL job trends, I am continuing to focus on Cassandra, Redis, Voldemort,...

0 replies - 3181 views - 02/26/13 by Robert Diana in Articles

MongoDB and Java: Big Data Made Easy

Here's a video from Oracle Learning that covers the ways in which MongoDB has been adopting Java applications, as well as how to query Mongo using the Java...

0 replies - 2014 views - 02/26/13 by Eric Genesky in Articles

Mongo Links: Java, Scala, Groovy, and Tutorials

Mongodb...

0 replies - 3132 views - 02/21/13 by Tim Spann in Articles

Use Spring and Hibernate with MongoDB

One of the requirements we have for one of our Mule ESB implementations is to log the messages that went through the ESB (especially handy during...

0 replies - 2137 views - 02/19/13 by Pascal Alma in Articles

Index Sub-Documents in MongoDB

Let’s say I have a collection of documents that all kind of look like this:> db.foos.find().pretty() { "_id" :...

0 replies - 847 views - 02/18/13 by Jason Whaley in Articles