Hi,
I'm at the very beginning of using MongoDB.
I've run the following command just to get up and running and populate a db with something (I later hope to be able to read in such data in Jaspersoft iReport)
db.towns.insert({ (to create a new collection)
name: "new york", population: 222000000)
etc
famous_for: ["food", "central park"],
mayor: {name: "MB", Party: "I"} })
The syntax is all fine, but when I hit return I get 3 dots ...and it seems to hang - i cannot enter any more commands
I running the mongo shell in win7.
Any ideas?
Thanks
Stuart