MongoDB is a scalable, high-performance, open source, document-oriented database. It supports a large number of languages and application development platforms.

learn more… | top users | synonyms (2) | mongodb jobs

0
votes
0answers
7 views

Write the log to MongoDB

I have a web service implemented by Node.js. Currently I'm using log4js to write the log to the file. I want to use the MongoDB for log centralization. There is no mongodb appender in the log4js. I ...
-1
votes
0answers
11 views

MongoDB: Updating subdocument using C#

E.g. For update based on This _id : ObjectId("4") Name:RamUpdated "Child": [{ "_Id": ObjectId("1"), Name: "Raghu" "subchild": [{ "_id": ObjectId("2"), ...
0
votes
0answers
7 views

In any meteor events working only first or last

I have a problem with event in meteor (or backbone, or mongoDB =) ). I want to make some selectors on page, clicking on that will change finding results from mongoDB. I wrote that: ballgameRouter = ...
0
votes
0answers
14 views

How to update HotelRes

"SrchCrit" : [{ "Adult" : 1, "Name" : "Guna", "HotelRes" : [{ "_id" : ObjectId(""), "Price" : "7000", "RoomType" : "Single", }, [{ ...
0
votes
0answers
8 views

MongoDB database partitioning

I've read about MongoDB concurrency and db-wide write lock. And I have a question. Is it normal practice to store one logical database in different MongoDB databases? For example, I have ...
0
votes
0answers
14 views

MongoDB schema structure and queries

I am using the meteor implementation of mongoDB and currently have a schema structured as such: { photoalbum 1: { description: album, title: xyz, photos: { photo ...
0
votes
0answers
3 views

MongoDB MapReduce producing different results for each document

This is a follow-up from this question, where I tried to solve this problem with the aggregation framework. Unfortunately, I have to wait before being able to update this particular mongodb ...
0
votes
1answer
19 views

NodeJS and MongoDB losing connection

I have 7 NodeJS with Mongoose webservices running in a small instance on Amazon AWS and a MongoDB in another small instance. Everything works with low usage (both cpu, memory and network traffic), ...
0
votes
1answer
14 views

Mongo not updating documents that were not in the DB when I launched my server

I'm working with Mongo and Esper in Java. Once I launched the esper server, I start adding documents and in one of my listeners I have to update some of those documents (one per time). The problem is ...
0
votes
1answer
15 views

Saving records recursively with Mongoid, Ancestry

I have a model Line Items embedded in Line model. In Line create view, I have provided ability to define multiple nested levels of line items. Here is a random snap of param[:line]: => ...
0
votes
0answers
11 views

Save an object with image ( save both object data and image too) inside mongoDB using Java

I want to know specifically about saving an object with an image inside it. What I want to do is saving an entire object with image inside it, Image must be saved. I tried this but it saves only File ...
0
votes
0answers
7 views

mongodb multiple categories, each with its own hierarchy tree

I have a collection categories with such schema: _id: ObjectId, name: String, parent: ObjectId and another collection products, with a reference: name: String, category: [ObjectId, ObjectId, ...] ...
0
votes
0answers
10 views

Spring MongoDB Read Preference at Operation Level

I have a collection which most of cases need to be accessed with ReadPreference=PRIMARY which is default and i.s fine. But In certain usecases for e.g., reporting, the same collection I am ok to ...
0
votes
0answers
20 views

How to sort collection in mongodb with key from another collection?

Our current data model looks like this: A collection 'store' stores a large number of objects (100 000 +). The collection 'list' stores references to the objects in 'store'. The list objects in 'list' ...
0
votes
1answer
21 views

Collection.find({_id: { $in : myArray }} doesn't seem to work

I feel like a ditz for asking this, because I've been using Mongo for a few years now, and this seems like it should be an easy and simple query. But I can't seem to query an array of records for the ...
2
votes
1answer
17 views

Cannot obtain DBObject for transient instance, save a valid instance first

Cannot obtain DBObject for transient instance, save a valid instance first I am using MongoDb plugins in Grails 2.2.2 when i am creating a new user.. its saves but.. when i trying to edit telephone ...
0
votes
1answer
15 views

Trying to figure out how to use a form from client to server side and in reverse using mongodb, node, and html?

I am a beginner here. I currently am working with twitter bootstrap (html,css,js), node.js for server side of things, mongodb for no-sql dbs. I have been looking at a bunch of things and am looking ...
0
votes
0answers
18 views

How to pass an user to mongoose static methods automatically

I set a several mongoose static methods like the following: userSchema.statics.findByName = function (name, user, cb) { console.log(user.name); this.find({ name: new RegExp(name, 'i') }, cb); } ...
1
vote
0answers
22 views

MongoClient TypeError

I am a NodeJS newbie and JS can-kicker trying out DI for the first time. Here are the questions I looked at before deciding to ask mine, since they show the same error: [1][2] Running my entry point ...
0
votes
0answers
16 views

Mongoose (mongodb) batch insert?

Does Mongoose v3.6+ support batch inserts now? I've searched for a few minutes but anything matching this query is a couple of years old and the answer was an unequivocal no. Edit: For future ...
0
votes
0answers
20 views

how to judge mongodb already opened in nodejs?

I try to open a mongodb connect,do sth then close it. but if i refresh quickly like press on F5, a error will appear. throw new Error("db object already connection,open cannot be called multi") ...
0
votes
0answers
12 views

MongoDB Java - Pushing to a nested Array?

How do I push to a nested array in the following structure? { level1 : { - arr1: [ "val1" ] } } I've tried using coll.update(entry, new ...
0
votes
1answer
23 views

Slow Mongo queries from Rails app taking > 1000 ms … ideas for optimization?

We built a Rails app on Mongo 2.2 and Rails 3.2.12. We're new to Mongo and would appreciate any tips on how we should optimize very slow queries, ones that take longer than 1000 ms. We're using ...
0
votes
0answers
17 views

mongoengine OperationError LEFT_SUBFIELD only supports Object

I'm writing a python script to populate a mongodb database, my models look like the following: from mongoengine import * from mongoengine.django.auth import User class TrackGroup (Document): ...
0
votes
0answers
10 views

Making RUBY Ocra work for library that requires include module

I have created a ruby executable in windows using OCRA. i am using it for few years now and works well no complains with it. but today when i created and distributed a exe that contain Include module ...
0
votes
3answers
72 views

What is wrong with this URI URL? IllegalArgumentException, Illegal character

I'm getting an error: W/System.err(32720): java.lang.IllegalArgumentException: Illegal character in query at index 89: ...
0
votes
0answers
13 views

mongodb, finding by coordinate + query

I'm building a web application over Node.js and MongoDB which is based on geolocated points. The document is something like this: { name: "" keywords: [Array of strings] location: {lng: double, lat: ...
0
votes
0answers
20 views

Spring data mongodb - map reduce not returning values

As part of my school project I have to measure the performance of Spring data and mongodb. Some of the tests involve querying the database, so I wanted to use map-reduce framework in mongodb for this. ...
1
vote
0answers
11 views

How to deserialize BSON::Binary back into ruby hash?

I'm using Anemone to store crawled pages into MongoDB. It mostly works, except for accessing the page headers when I retrieve a page from MongoDB. When I call ...
0
votes
0answers
10 views

Lithium PHP GridFS image read failures

In trying to fetch images from a MongoDB GridFS collection using the 1.3.4 driver and the Lithium PHP framework, I'm getting broken images. I am having trouble pinpointing when this started happening, ...
0
votes
0answers
16 views

MongoDB Java-API NoSuchElement

I'm builing on a Java API for MongoDB. More specific, right now I'm trying to encapsulate the process of connecting to MongoDB and choosing a database and a collection from that database to it's own ...
0
votes
0answers
16 views

How to measure the physical size of a query of documents in Mongo

I want to be able to measure the amount of data each of my users store. I have abstracted all the storage items to use STI so I only need to query from one table, I was hoping there was a way to ...
0
votes
2answers
26 views

What would be the best distributed storage solution for a heavy use web scraper/crawler?

I'm implementing a web scraper that needs to scrape and store about 15GB+ of HTML files a day. The amount of daily data will likely grow as well. I intend on storing the scraped data as long as ...
0
votes
1answer
17 views

Mongoose find last ten entries in database

I am making a simple little Social Network. I have all the inputting posts, users, etc, done. The only thing wrong right now is it is pretty much just a chat room. Whenever you post something on ...
1
vote
0answers
19 views

Morphia Embedded concreteClass Map with generics

I have an interface Fruit with a concrete class Orange. Imagine that the Fruit is embedded in a Basket. I would like to avoid having to include the class name in MongoDB, so I wanted to use ...
2
votes
0answers
18 views

Mongo C++ Client Library Doesn't See My Boost

I have downloaded Boost version 1.51, built it, and put it to /usr/local/boost_1_51_0. I have also downloaded mongo-cxx-driver-v2.4. Since there is no Makefile, I have to run scons, as this project ...
0
votes
1answer
22 views

How to get last N documents with mongoid?

I have found some information to accomplish this in mongoDB, but I need it with mongoid. So I can do something like: User.last(7000).each do .... I'm using: MongoDB shell version: 2.4.3 Mongoid ...
0
votes
0answers
9 views

query on parent/base class in Mongo

I am trying to perform a query on a parent/base class in Mongo. Suppose I have class User { string First {get;set;} string Last {get;set;} } and class Student : User { string ...
3
votes
1answer
71 views

Why the Iterator in Javascript doesn't work?

When I run the following Javascript scripts ite=Iterator(["aaa","bbb"]) ite.next() I always got an error message as follows. But it is my first next() after creating it, why the iterator stopped ...
0
votes
0answers
14 views

mongodb update push sub-subdocument

The question is quite easy. I have the following document in mongoDb: _id : ObjectId("519e3c14ade67153e9a003a0") status:1, name:"name", details: { crm:115, webs: [ { tag:"blog" , ...
0
votes
1answer
41 views

Node.js + Mongoose - what's going wrong?

I have been studying a node.js + mongoose simple app, however, something went wrong. I have been working based on some examples from this site, but no lucky at all. The code runs, however, no records ...
0
votes
1answer
17 views

Updating subdocuments in MongoDB

I'm trying to update some fields to Date objects but I've run into some problems when the fields are located in subdocuments. Probably a super simple question but I just can't get it right.. The ...
0
votes
1answer
14 views

Scope issues with populating array from multiple mongodb calls

I have a game grid that I'm trying to fit into an array of rows each with a number of blocks. The blocks are stored in the same collection and have row and column fields. My current attempt is as ...
0
votes
1answer
15 views

Error while executing mapreduce in mongo-shell

The following error occours Thu May 23 07:14:53.437 JavaScript execution failed: map reduce failed:{ "errmsg" : "exception: JavaScript execution failed: TypeError: Cannot read property ...
1
vote
0answers
30 views

MongoDB exception when saving upload

I'm trying to upload a picture into MongoDB using Grails. I got to different projects, on the one project the code is working fine, in the other project I'm getting a not very informative exception. ...
0
votes
1answer
26 views

Remove a known number of documents from Mongo database

I have a very big database in Mongo. It has more than 69 000 documents. I took the decision to remove the majority of them. I want to have just 10 documents, for example. How can I randomly remove a ...
-1
votes
0answers
11 views

MongoVUE refusing connection [closed]

I am connecting to mongodb using mongoVUE. I have filled the basic settings and left the database field empty to access all the databases. But when I test connection, it says connection refused. Any ...
2
votes
1answer
27 views

MongoDB object mapping (PHP)

What is the best practice to build my class T object, when I receive it from a MongoCursor::getNext()? As far as it goes, getNext() function of a MongoCursor returns with an array. I wish to use the ...
0
votes
1answer
13 views

Run MongoDump / MongoRestore in C#

Is there an easy way to run these commands using the C# driver? The only documentation I found involves running the EXE as a process etc, which seems a bit heavy. The only related question I found ...
0
votes
0answers
13 views

Spring data JPA and Mongodb via crossstore not loading relatedDocument?

I have a JPA entity with a Mongo entity inside, using @RelatedDocument. When I save the JPA entity, the Mongo document is saved correctly, with the Id and class of the JPA entity. However, when I get ...

1 2 3 4 5 335