Top "Mongo-collection" questions

Clone a collection in MongoDB

I want to clone a MongoDB collection and save it on the same server with a different name. So for …

mongodb mongo-collection
Create Collection in MongoDB Using Java

i want to create collection in mongodb using java.The below is the code i worked with.I can connect …

java mongo-collection
Can a MongoDB collection have inside it another collection?

I need to store a recursive tree structure. A linked list. So all the objects are the same. Each has …

mongodb tree store mongo-collection
Migrate SQL Server DB to MongoDB

I want to Migrate all the features and functions of SQL Server DB to Mongo DB, But I am stuck …

sql-server mongodb mongo-collection nosql