↧
Implement MongoDB replication in 3 simple steps
After we find out how replication works with MySQL lets look at mongoDB Use the following steps to implement mongoDB Replication: 1) Create the data directories 2) Create the replication set and...
View ArticleHow to Fetch RSS feeds into MongoDB with Groovy
Suppose we will fetch some Amazon AWS news into a MongoDB database. These few lines made it possible with the use of Groovy and the Gmongo module: Connect to the MongoDB database if there some...
View ArticleStream Tweets in MongoDB with Node.JS
Suppose we want store al our “mongodb” tweets in a MongoDB database. We need 2 additional node packages: 1) ntwitter (Asynchronous Twitter REST/stream/search client API for Node.js) 2) mongodb (A...
View Article