[10:25:50] <KrzyStar> Is there an easy way to replace the IDs using ObjectIDs?
[10:26:03] <cheeser> you don't need to use ObjectID
[10:26:34] <cheeser> but once your document has an _id in mongo, it can't be changed. you'll have to copy that document to a new one with a new _id and update all references.
[18:05:56] <leo3> Hi Guys, I am looking to store something like http://jsonresume.org/ imagine I want to store something like the json out there. and I would like to retrieve users based on skills, companyname etc….so what shall I use for such a scenario ? sql db or nosql db ??
[21:17:45] <s2013> ive been trying to import a db for a week now
[21:17:54] <s2013> no luck. no one can help me on stackoverflow. im so confused
[21:23:36] <s2013> https://gist.github.com/ss2k/1f068aa6fab9c8975074 this currently how the data looks. except its like 100s of thousands of documents instead of the 3 i pasted
[21:24:00] <s2013> i changed it so the results key was removed and it just became [ {},{},{} ].. still no luck.. then i removed the [], still no l uck. same error. that its too large
[21:25:10] <Derick> how are you trying to import that?