The mongo-shell tag has no wiki summary.
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 ...
0
votes
1answer
39 views
Windows Powershell - Simplest way to run a bunch of commands and save output
In Windows Powershell, I want to make a script that runs a bunch of commands in succession.
Like so:
mongo a.js > aout.txt
mongo b.js > bout.txt
...
I'm using PowerShell to get access to ...
1
vote
1answer
16 views
MongoDB - How to select only numeric strings / Check whether string is numeric in mongo-shell
I have a collection where the fields are string but those strings can have a numeric value inside e.g.:
myObject: {
examples: [
{example: ...
0
votes
0answers
19 views
Mongo shell in Windows 7 “unicode text could not be correctly displayed”
I am using Windows 7 64 bit and i have English and Greek language installed for my keyboard.
If i switch to mongo shell and i try to write a UTF Greek character, i get this error
"Unicode text ...
1
vote
1answer
48 views
Mongo shell. Execute query file and show the result
How to execute external file using mongo shell and see the result in console?
I have external file, like query.js and I would like to execute it and see the result in cmd.
Let's say, I have content ...
0
votes
0answers
31 views
MongoDB Shell: find by BinData
I have a document in MongoDB like
{ "_id" : ObjectId("51723a2f2b9b90e9eb190c45"), "d" : BinData(0,"c9f0f895fb98ab9159f51fd0297e236d") }
The field "d" is indexed, but how can I find by its value in ...
0
votes
0answers
25 views
What Do I Need To Learn, To Write A Programme To Capture The Output of MongoDB SHELL?
It would be helpful, to be able to scroll back up through the recent output, and be able to
type in comments, regarding what one was trying to do and why or for that matter, to make
notes highlighting ...
-1
votes
1answer
42 views
How to reference a collection name with “.” in Mongo db?
I have a mongo DB, in the mongo shell, when I run "show collections", it returns the collection with dot in the collection name like
a.1
a.2
a.3
How I refer it in command like
db.a.1.find()
the ...
0
votes
1answer
34 views
How to retrive the documents whose values ending with a particular caharacter in mongoDB
I inserted the documents into a particular database in mongoDB.
for example
db.employee.insert({name:"nithin",age:22})
db.employee.insert({name:"sreedevi",age:32})
now i wnat to retrive the ...
1
vote
1answer
75 views
Is there any mongo shell extensions for windows?
I've found the mongo-hacker project, but it doesn't support Windows, so I am wondering does anybody know similar one?
0
votes
1answer
108 views
Differences between MongoDB Shell Scripting and JavaScript?
Since this is for a homework assignment I do not want to post my code because it essentially gives a solution. I can post some generic snippets. I am going to start off by saying I am new to ...
0
votes
1answer
91 views
MongoDB toLowerCase()
I have a collection called Profiles, which contains an array called emails.
I want to change all the email strings in the array to lowercase.
db.Profiles.update({"emails":/@/i}, {$set: {"emails" : ...
1
vote
2answers
189 views
Working with undefined variables in Mongo shell
I'm setting up a Mongo script to take variables by --eval, like so:
mongo mydb myscript.js --eval "parameter = 'value'"
However, I want the script to still work without requiring the --eval.
If ...
1
vote
1answer
265 views
Mongodb : count array values with mapreduce / aggregation
I have documents with the following structure :
{
"name" : "John",
"items" : [
{"key1" : "value1"},
{"key1" : "value1"}
]
}
And have built a simple function to count the ...
1
vote
3answers
118 views
How do you connect to a replicaset from a MongoDB shell?
If I'm writing an application which connects to mongodb then I can provide a seed list for a replicaset, and the driver will direct me to the master node, where I can run write commands.
How do I ...
0
votes
1answer
79 views
mongodb geoSpatial query doesn't work
I'm trying to fetch records within a specific radius in km/miles.
mongodb 2d index:
db.collection.ensureIndex({locaction:"2d"})
a record in the collection has the indexed key:
"location" : { ...
1
vote
2answers
774 views
extract subarray value in mongodb
MongoDB noob here...
I have a collection as follows...
> db.students.find({_id:22},{scores:[{type:'exam'}]}).pretty()
{
"_id" : 22,
"scores" : [
{
...
1
vote
1answer
63 views
Query subset of fields based on count criteria in mongodb
My stored documents in a collection are in the format:
{
"a": {
...
"b": {
"c": cc,
"d": dd,
"e": ee,
...
1
vote
1answer
216 views
How to replace substring in mongodb document
I have alot of mongodb documents in a collection ABC of the form:
{
....
"URL":"www.abc.com/helloWorldt/..."
.....
}
I want to replace helloWorldt with helloWorld
Final Output:
{
....
...
0
votes
2answers
113 views
Trouble connecting to Mongo Server using Mongo Shell
I ampretty new to Mongo shell and I am trying to switch the server using shell. My current server is of course localhost. I am trying to connect to someserver and the command that I am using for this ...
0
votes
1answer
64 views
Running Jasmine inside the Mongo shell
My collection of admin utilities for MongoDB is growing and it's time to put some regression tests in place. I could use the assert-type functionality that is used in the built-in Mongo testing ...
0
votes
1answer
99 views
MongoDB return all documents by field without duplicates?
Is there any way in the mongo shell I can return all documents in a collection, but order them by a specific field and remove any documents with fields the same as other documents?
Thanks.
1
vote
1answer
195 views
How do I add another value to a dictionary in MongoDB?
Here's an example of what I'm trying to do, as I can't explain what I mean.
I execute this in the mongo CLI: db.posts.insert({name: "Hello, world!, body: "Here's my first blog post. Happy reading!", ...
0
votes
1answer
139 views
Connecting to mongos router from Visual Studio 2010 application
I am somewhat new to MongoDB and this might be a silly thing to ask but I'm trying to set up a sharded cluster. I have two mongods running on two different machines, say A and B, on ports 10000 and ...
-1
votes
1answer
264 views
Loading Date values before 1970 using mongoimport vs mongo shell
I have some data which we transformed into json so it can be imported into mongodb.
For some documents we need to have a date field that lies before 1970.
So we tested the documents by essentially ...
0
votes
1answer
613 views
How can I use variables as part of field names in the MongoDB shell?
How can I use variables as part of field names in the mongodb shell? I am trying to do the following:
> var site = "google.com";
> var y = 10;
> var m = 5;
// This fails (field names as ...
0
votes
1answer
318 views
Select specific database in mongorc.js
Is it possible to select a database that MongoDB should use on startup in the mongorc.js?
use dbname
is not functioning. This is a Non-JavaScript macro.
1
vote
1answer
315 views
Mongo DB dbStats collection count is incorrect
I have noticed that executing a dbStats command returns an incorrect number of collections.
For all databases, dbStats returns an extra collection. So for a database with 2 collections, dbStats will ...
1
vote
2answers
337 views
How to use SpiderMonkey's debugging support in the Mongo shell?
MongoDB's shell extends SpiderMonkey. Is there a way to hook into some of SpiderMonkey's debugging support? I haven't been able to find a way to do even simple things like activate an onerror() ...
6
votes
1answer
286 views
why does mongo trim spaces on save?
I'm noticing that MongoDB is collapsing multiple spaces together (into one space) when saving documents to a collection. It's not just leading and trailing spaces, but any sequence of spaces - and ...
70
votes
5answers
7k views
Pretty print in MongoDB shell as the default
Is there a way to force Mongo command line interface to pretty print output? Currently, everything is output to a single line and it's difficult to read, especially with nested arrays and documents.
0
votes
2answers
69 views
MongoSharding - Request Distribution
Regarding : Request Distribution issue and System Getting troubled.
Recently I configured MongoDBSharding in production server and details given below.
I taken 3 individual machine for mongo ...
1
vote
1answer
1k views
Update query in MongoDB shell
In the shell, my query is:
db.checkin_4e95ae0926abe9ad28000001.update({location_city:"New York"}, {location_country: "FUDGE!"});
However, it doesn't actually update my records. It doesn't error ...
2
votes
3answers
2k views
add property to nested array in mongodb document
I have a mongodb document with the following structure
> db.user.find().limit(1);
{ "_id" : "1", "foo" : { "bars" : [
{
"name" : "bar1"
},
{
"name" : "bar2"
},
], ...
2
votes
1answer
474 views
Specify which database to use in mongodb .js script
I just want to run a .js script against a particular mongodb database, but can't seem to get the correct syntax.
echo "print(db.address.find().limit(1));" > test.js
mongo test.js
How do I select ...
0
votes
1answer
885 views
Adding new property to each document in a large collection
Using the mongodb shell, I'm trying to add a new property to each document in a large collection. The collection (Listing) has an existing property called Address. I'm simply trying to add a new ...



