Tagged Questions
MongoDB is a scalable, high-performance, open source, document-oriented database. It supports a large number of languages and application development platforms.
250
votes
11answers
53k views
MongoDB or CouchDB - fit for production?
I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.
I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these ...
117
votes
6answers
29k views
When to use MongoDB or other document oriented database systems?
We offer a platform for video- and audio-clips, photos and vector-grafics. We started with MySQL as the database backend and recently included MongoDB for storing all meta-information of the files, ...
76
votes
5answers
31k views
MongoDB vs. Cassandra
I am evaluating what might be the best migration option.
Currently, I am on a sharded MySQL (horizontal partition), with most of my data stored in JSON blobs. I do not have any complex SQL queries ...
52
votes
4answers
13k views
Which GUI are you using for MongoDB (Web/Linux/Mac)? [closed]
Which Mac, linux or Web GUI are you using for MongoDB.
A lot of projects seem to be very dead and I haven't succeeded installing a couple:
...
41
votes
5answers
7k views
Getting-started: Setup Database for Node.js
I am new to node.js but am excited to try it out. I am using Express as a web framework, and Jade as a template engine. Both were easy to get setup following this tutorial from Node Camp.
However the ...
40
votes
2answers
5k views
NoSQL (MongoDB) vs Lucene (or Solr) as your database
With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity with how to treat items as "Documents", just like Lucene does ...
38
votes
2answers
4k views
NoSQL best practices
What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them?
For example, I've often seen a field "type" being used for deciding how the DB document (in ...
36
votes
5answers
4k views
Mongodb: What to know before using?
I'm starting a hobby (non-revenue) project using Ruby on Rails. I've done a fair amount of development in Rails using Postgresql, and I can make a pretty good imitation of normalized schema. ...
35
votes
5answers
3k views
Use cases for NoSQL
NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are on the best use-cases for its use over relational database storage. What should ...
35
votes
6answers
4k views
Are MongoDB and CouchDB perfect substitutes?
I haven't got my hands dirty yet with neither CouchDB nor MongoDB but I would like to do so soon... I also have read a bit about both systems and it looks to me like they cover the same cases... Or am ...
33
votes
9answers
9k views
What should I choose: MongoDB/Cassandra/Redis/CouchDB?
We're developing a really big project and I was wondering if anyone can give me some advice about what DB backend should we pick.
Our system is compound by 1100 electronic devices that send a signal ...
33
votes
9answers
7k views
Are there any e-commerce websites that use NoSQL databases
I have read a lot lately about 'NoSQL' databases such as CouchDB, MongoDB etc. Most of the websites I have seen using this are mainly text based websites such as The New York Times and Source forge.
...
33
votes
5answers
13k views
Has anybody actually used django-mongodb?
I can't find any documentation on this or any forum discussions. Has anybody at least gone through their testapp? I feel like there are errors in their code (deprecated from the most recent version of ...
33
votes
11answers
7k views
Mongoid or MongoMapper?
I have tried MongoMapper and it is feature complete (offering almost all AR functionality) but i was not very happy with the performance when using large datasets. Has anyone compared with Mongoid? ...
27
votes
8answers
2k views
So… this NoSQL thing
I've been looking at MongoDB and I'm fascinated. It appears (although I have to be suspicious) that in exchange for organizing my database in a slightly different way, I get as much performance as I ...
27
votes
3answers
8k views
Reducing MongoDB database file size
I've got a MongoDB database that was once large (>3GB). Since then, documents have been deleted and I was expecting the size of the database files to decrease accordingly.
But since MongoDB keeps ...
23
votes
1answer
888 views
Django with Pluggable MongoDB Storage troubles
I'm trying to use django, and mongoengine to provide the storage backend only with GridFS. I still have a MySQL database.
I'm running into a strange (to me) error when I'm deleting from the django ...
23
votes
6answers
4k views
Random record from MongoDB
I am looking to get a random record from a huge (100 million record) mongodb. What is the fastest and most efficient way to do so? The data is already there and there are no field in which I can ...
22
votes
2answers
6k views
MongoDB on EC2 server or AWS SimpleDB?
What scenario makes more sense - host several EC2 instances with MongoDB installed, or much rather use the Amazon SimpleDB webservice?
When having several EC2 instances with MongoDB I have the ...
22
votes
4answers
2k views
Reasons for and against moving from SQL server to MongoDB
I know this is a big question and it's not a yes or no answer but we develop web apps and are looking into using MongoDB for our persistence solution. Combining MongoDB with NoRM for object storage.
...
22
votes
7answers
3k views
21
votes
1answer
3k views
Ways to implement data versioning in MongoDB
Can you share your thoughts how would you implement data versioning in MongoDB. (I've asked similar question regarding Cassandra. If you have any thoughts which db is better for that please share)
...
20
votes
3answers
1k views
Monitoring Mongo for changes with Node.js
I'm using Node.js for some project work and I would like to monitor my Mongo database (collection) for changes, basically fire an event if something gets added.
Anyone know if this is possible? I'm ...
20
votes
4answers
6k views
MongoDB ORM for Python?
im trying to convert from sqlalchemy (sqlite) to using mongodb. i would like schema vertification. im looking at mongokit, but i want something with similar to mappers, so that it would save from ...
20
votes
10answers
6k views
Is there a MongoDB viewer?
I've googled around but couldn't find a working MongoDB viewer or data browser.
An ideal (for my needs) would be a web based viewer with dead simple features (browsing and doing queries).
Thanks for ...
20
votes
3answers
10k views
How do I perform the SQL Join equivalent in MongoDB?
How do I perform the SQL Join equivalent in MongoDB?
For example say you have two collections (users and comments) and I want to pull all the comments with pid=444 along with the user info for each.
...
19
votes
2answers
1k views
Is there a CRUD generator for Mongoose and Node.js and Underscore? Or a CRUD generator for a similar stack?
Is there a CRUD generator for Mongoose and Node.js and Underscore? Or a CRUD generator for a similar stack?
I want to generate something like this:
...
19
votes
4answers
7k views
How to query mongodb with “like”?
I'm using mongodb 1.4.
I want query something as SQL's like.
For an example in SQL:
select * from users where name like '%m%'
How to do the same in mongodb? I can't find a operator for like in ...
19
votes
7answers
3k views
What is the most mature MongoDB driver for C#?
So, there are
mongodb-csharp
simple-mongodb
NoRM
as C# drivers for MongoDB available.
Which one of them is the most mature and stable one?
Why would you choose one over the other two?
Are they ...
19
votes
5answers
7k views
MongoDB and CodeIgniter
Can anyone assist in pointing me to a tutorial, library, etc. that will allow me to work with MongoDB from CodeIgniter?
Any help is really appreciated.
18
votes
2answers
5k views
Understanding MongoDB BSON Document size limit
From MongoDB The Definitive Guide:
Documents larger than 4MB (when converted to BSON) cannot be
saved to the database. This is a somewhat arbitrary limit (and may be
raised in the future); it ...
18
votes
5answers
5k views
Which Python API should be used with Mongo DB and Django
I have been going back and forth over which Python API to use when interacting with Mongo. I did a quick survey of the landscape and identified three leading candidates.
PyMongo
MongoEngine
Ming
...
18
votes
8answers
4k views
Is MongoDB a valid alternative to relational db + lucene?
On a new project I need a hard use of lucene for a searcher implementation. This searcher will be a very important (and big) piece of the project. Is valid or convenient replacing Relational Database ...
17
votes
6answers
5k views
What are the advantages of using a schema-free database like MongoDB compared to a relational database?
I'm used to using relational databases like MySQL or PostgreSQL, and combined with MVC frameworks such as Symfony, RoR or Django, and I think it works great.
But lately I've heard a lot about MongoDB ...
16
votes
7answers
1k views
Are document-oriented databases meant to replace relational databases?
Recently I've been working a little with MongoDB and I have to say I really like it. However it is a completely different type of database then I am used. I've noticed that it is most definitely ...
16
votes
6answers
5k views
.NET best practices for MongoDB connections?
I've been playing with MongoDB recently (It's AMAZINGLY FAST) using the C# driver on GitHub. Everything is working just find in my little single threaded console app I'm testing with. I'm able to ...
16
votes
5answers
5k views
Middleware for MongoDB or CouchDB with jQuery Ajax/JSON frontend
I've been using the following web development stack for a few years:
java/spring/hibernate/mysql/jetty/wicket/jquery
For certain requirements, I'm considering switching to a NoSQL datastore with an ...
15
votes
4answers
2k views
An entire website with node.js and mongodb?
I've build several websites using PHP and mySQL as backend, and believe that I'm fairly familiar with both. However during research for my new website I've come across node.js and mongodb (and ...
15
votes
2answers
2k views
Simulating relations in MongoDB
Being one of the most popular NoSQL solutions MongoDB has most of the advantages of this approach. But one issue I'm still struggling with is how reflect object relations in NoSQL data store, ...
15
votes
6answers
2k views
Clojure and NoSQL databases [closed]
I am currently trying to pick between different NoSQL databases for my project. The project is being written in clojure and javascript. I am currently looking at three candidates for storage. What are ...
15
votes
7answers
3k views
MongoMapper and migrations
I'm building a Rails application using MongoDB as the back-end and MongoMapper as the ORM tool. Suppose in version 1, I define the following model:
class SomeModel
include MongoMapper::Document
...
15
votes
1answer
6k views
using sphinx search with mongodb as datasource
we decided to use mongodb for some web application (instead of mysql) but want to stay with sphinx for indexing/searching all data stored in mongodb. as the mongodb object-id is a hash per default -- ...
15
votes
4answers
3k views
Storing Directory Hierarchy in a Key-Value Data store?
What is a clean/efficient method for storing the directory Hierarchy/tree in a Key-Value database (in my case MongoDB but any of them).
For example a tree structure
- Cars
+ Audi
+ BMW
...
14
votes
4answers
3k views
How to print out more than 20 items (documents) in MongoDB's shell?
db.foo.find().limit(300)
won't do it... it still prints out 20
db.foo.find().toArray()
db.foo.find().forEach(printjson)
will both print out very expanded view of each document instead of ...
14
votes
2answers
583 views
What are some “mental steps” a developer must take to begin moving from SQL to NO-SQL (CouchDB, FathomDB, MongoDB, etc)?
I have my mind firmly wrapped around relational databases and how to code efficiently against them. Most of my experience is with MySQL and SQL. I like many of the things I'm hearing about ...
13
votes
3answers
574 views
What does MongoDB not being ACID compliant really mean?
I am not a database expert and have no formal computer science background, so bear with me. I want to know the kinds of real world negative things that can happen if you use MongoDB, which is not ...
13
votes
1answer
3k views
MongoDB GridFs with C#, how to store files such as images?
I'm developing a web app with mongodb as my back-end. I'd like to have users upload pictures to their profiles like a linked-in profile pic. I'm using an aspx page with MVC2 and I read that GridFs ...
13
votes
2answers
2k views
Performing regex Queries with pymongo
I am trying to perform a regex query using pymongo against a mongodb server. The document structure is as follows
{
"files": [
"File 1",
"File 2",
"File 3",
"File 4"
],
...
13
votes
3answers
2k views
MongoDB - will it fit a small hobby web application?
I'm working on a small web application using the Python Flask framework. For a few happy weeks SQLAlchemy was a perfect fit for my needs. In the meantime I found out more about MongoDB, played with ...
13
votes
8answers
11k views
MongoDB vs. Redis vs. Cassandra for a fast-write, temporary row storage solution
I'm building a system that tracks and verifies ad impressions and clicks. This means that there are a lot of insert commands (about 90/second average, peaking at 250) and some read operations, but the ...