Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

mongodb

-2
votes
1 answer
136 views

MongoDB OR query in PHP

What is the correct code to compare username and experience using OR? $regex = new MongoRegex("/".$name."*/i"); $regex2 = new…
asked June 25, 2011 1:47 pm CDT
mogool
0
votes
1 answer
63 views

Mongodb: client side user authentication security issue

I am using Mongodb Java driver for my Java client application. it needs to connect to mongodb server running remotely. I am concerned that someone…
asked June 25, 2011 12:30 pm CDT
Kim Jong Woo
1
vote
1 answer
50 views

Prevent never-ending sub documents in NodeJS and MongoDB

In nodeJS, we can get POST data by this: <input type="text" name="doc[a]"/> var doc = req.body.doc; When I get 'doc', I insert into MongoDB…
asked June 25, 2011 11:25 am CDT
winladen
-1
votes
1 answer
43 views

Unable to start mongodb local server

I am new to mongodb .. when i tried running mongodb local server with mongod command it failed to run and threw this error.. /usr/lib/mongodb/mongod…
asked June 25, 2011 8:44 am CDT
Sakti
0
votes
1 answer
48 views

MongoDB: Sharding on single machine. Does it make sense?

created a collection in MongoDB consisting of 11446615 documents. Each document has the following form: { "_id" :…
asked June 25, 2011 7:06 am CDT
JohnnyBeGood
0
votes
1 answer
50 views

Mongod not found!

I have just installed MongoDB on a Linode server, following their instructions for the installation process. The problem is when trying to run…
asked June 25, 2011 6:08 am CDT
sicr
0
votes
1 answer
36 views

What is the performance impact of using Casbah as opposed to directly using MongoDb java driver?

Casbah is another layer on top of Java driver for MongoDb. Would this reduce performance of queries and updates in MongoDb database in scala…
asked June 25, 2011 3:55 am CDT
amc
0
votes
0 answers
53 views

Should I use MongoDb module or morphia module or Casbah or Anorm in play framework for MongoDb?

I am working on a play framework project with scala in which I want to have Scala domain classes (or even Java domain classes) using MongoDb as data…
asked June 25, 2011 2:35 am CDT
amc
1
vote
0 answers
55 views

Importing Date-datatype using mongoimport

I have many GB of data stored in PostgreSQL database and i need those to be imported into the MongoDB. I did this using CSV export and mongoimport.…
asked June 25, 2011 12:11 am CDT
Radek Šimko
0
votes
2 answers
36 views

Is there a way to limit the number of records in certain collection

Assuming I insert the following records (e.g. foo1, foo2, foo3, foo4, .... foo10) I would like the collection to retain only 5 records at any point…
asked June 24, 2011 11:50 pm CDT
user339108
0
votes
0 answers
59 views

Multiple Database calls in an asynchronous request with Tornado

I am currently using Tornado and asyncmongo to create a website that accesses a mongodb. Everything is working great except when I need to make…
asked June 24, 2011 11:32 pm CDT
rsnj
0
votes
0 answers
51 views

How do I serialize a Custom Collection in MongoDB.Bson?

The documentation for the MongoDB.Bson.Serialization seems thin. I can't figure out how to get my custom collection into the MongoDB document…
asked June 24, 2011 11:52 am CDT
Xenophile
0
votes
1 answers
49 views

Looking for Help Understanding Mongo DB Data Organization

I am trying to understand the concept of document storage and fail to see how it would apply to some situations. For example, in the case of a…
asked June 24, 2011 11:13 am CDT
SizzlePants
0
votes
0 answers
33 views

List / database of valid addresses for geolocation / geospatial testing

I'm running some geospatial tests to demonstrate use of the MongoDB geo APIs. The problem is that I don't have a list of valid addresses with which…
asked June 24, 2011 10:43 am CDT
Martin
0
votes
1 answers
49 views

Callbacks with node.js/MongoDB/Mongoose

I'm trying to learn the Mongoose ORM for MongoDB and node.js. I want to query documents in my database, perform an action on each one, and then…
asked June 24, 2011 10:22 am CDT
user541020
1
vote
1 answer
36 views

Creating index takes very long time

I created a collection in MongoDB consisting of 11446615 documents. Each document has the following form: { "_id" :…
asked June 24, 2011 5:49 am CDT
JohnnyBeGood
0
votes
0 answers
51 views

Querying association with Mongo_mapper with embedded document

I have a Users model with embedded Friend model. When a user registers, it saves their info, and then inserts they friend data. class User include…
asked June 23, 2011 8:33 pm CDT
user577808
0
votes
0 answers
33 views

Use one MongoDB group() query to make an array of sums for each day of the month

I've created a MongoDB aggregation query that will give me the sum of data for the current month, but how could I modify this so that it would…
asked June 23, 2011 5:09 pm CDT
James Simpson
0
votes
3 answers
40 views

Would MongoDB be a good fit for my industry?

I work in the promotional products industry. We sell pretty much anything that you can print, embroider, engrave, or any other method to customize.…
asked June 23, 2011 4:26 pm CDT
DBruns
0
votes
1 answer
42 views

MongoDB: Updating a document in an array

I have a collection with documents of this schema: { _id: something, recipients: [{id:1, name:"Andrey", isread:false}, {id:2, name:"John",…
asked June 23, 2011 3:44 pm CDT
Andrey
Pages : 1 | 2 | 3 | 4 | 5 > [84]
1669

mongodb

Tagged: mongodb
Related Tags
mongoid × 177
nosql × 173
ruby-on-rails × 153
node.js × 149
mongo × 148
database × 129
php × 116
ruby × 94
c# × 89
python × 77
mongoose × 69
javascript × 63
query × 58
java × 48
mapreduce × 44
couchdb × 38
mongomapper × 37
pymongo × 35
mysql × 35
performance × 34
redis × 28
json × 24
django × 23
scala × 23
sql × 22
mongodb-php × 22