MongoDB

  • submit to reddit

GDL Presents Women Techmakers with Trisha Gee

I was flattered a couple of weeks ago to be interviewed by Google as part of their women techmaker's series, as it moves over to Europe. In this video I talk...

0 replies - 1140 views - 03/10/13 by Trisha Gee in Articles

Databases and Dragons: Battle-Test Your MongoDB

Here are some exercises to battle-test your MongoDB instance before going into production. You’ll need a Database Master (aka DM) to make bad things...

0 replies - 5400 views - 03/07/13 by Kristina Chodorow in Articles

MongoDB Insider Tips

This time I would like to share with you several insider tips that can be used to better understand mongoDB and its internals. Memory Limitation: No,...

0 replies - 1704 views - 03/07/13 by Moshe Kaplan 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 - 4300 views - 03/05/13 by Daniel Bartl 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 - 1497 views - 03/04/13 by Col Wilson 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 - 1038 views - 02/28/13 by Kai Wähner 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 - 3126 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 - 2944 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 - 3214 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 - 2022 views - 02/26/13 by Eric Genesky in Articles

Mongo Links: Java, Scala, Groovy, and Tutorials

Mongodb...

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

Sample Apps: Spring data MongoDB and JSF Integration tutorial (Part 4)

Enquriy data with spring data repository and mongotemplate Spring Data Repository: Spring Data repository abstraction reduces the boilerplate code to write ...

0 replies - 2581 views - 02/16/13 by Boris Lam in Articles

JSF (PrimeFaces) and Spring Data MongoDB Integration (Part 3)

 pom.xml of the project<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...

0 replies - 2686 views - 02/15/13 by Boris Lam in Articles

Understanding Document-Based MongoDB NoSQL

Introduction: MongoDb NoSQL This article touches upon various aspects of RDBMS and where RDBMS hits the roadblock in an enterprise world. This article also...

1 replies - 3798 views - 02/14/13 by Krishna Prasad in Articles

Sample Apps: Spring Data MongoDB and JSF Integration Tutorial (Part 2)

MongoDB schema design and data preparation MongoDB Introduction MongoDB is a open-source scalable, high-performance NoSQL database. It is a...

0 replies - 1701 views - 02/14/13 by Boris Lam in Articles