ozlerhakan / mongodb-json-files

:package: A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB
665 stars 948 forks source link

Many collections #4

Open BoltMaud opened 6 years ago

BoltMaud commented 6 years ago

Hello, I'm working on a research project about the MongoDB databases. I'm looking for a database with at less two collections but I cannot find one. Do you know where I should look for that ? Best, Mathilde

ozlerhakan commented 6 years ago

Hi @BoltMaud ,

Northwind database could be a candidate for your case. https://github.com/tmcnab/northwind-mongo There are several csv files on it which means that these are the collections (tables) of the database.

BoltMaud commented 6 years ago

Thanks, I've looked at the database but I'm looking for collections that use the flexibility of MongoDB databases. I would like to find a database that isn't flat as the relationnal databases. In MongoDB, we can use objects and all the documents don't need to have all the attributes. I wonder how the mongoDB databases are used in companies...

ozlerhakan commented 6 years ago

Hmm, you can look at the awesome public datasets repository (https://github.com/awesomedata/awesome-public-datasets) but I don't know how many datasets are of NoSQL structure.

MaBeuLux88 commented 6 years ago

Hey Mathilde, I'm Maxime from the MongoDB developer advocacy team. I would be happy to help but I'm busy at MongoDB World today :-). Can you send me an email to maxime@mongodb.com? Cheers, Maxime.

Le mer. 27 juin 2018 à 10:25, Hakan Özler notifications@github.com a écrit :

Hmm, you can look at the awesome public datasets repository ( https://github.com/awesomedata/awesome-public-datasets) but I don't know how many datasets are of NoSQL structure.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ozlerhakan/mongodb-json-files/issues/4#issuecomment-400690655, or mute the thread https://github.com/notifications/unsubscribe-auth/AG0o95w02Eqfo3TnNBCXA2PFsxb14jMUks5uA5XZgaJpZM4U5srl .

BoltMaud commented 6 years ago

@ozlerhakan hm, yes, I looked on different websites that refere open data but I couldn't find that kind of NoSQL databases.

@MaBeuLux88 sure, I send you a message right now! Thanks a lot. Best, Mathilde

npethani commented 5 years ago

Hey @BoltMaud i a just wondering if you were able to get data files as per your request? if yes, would you be able to share ?

BoltMaud commented 5 years ago

Hey @npethani, no, I didn't. As I was working for a research project, I created a dataset for my needs but I am not working in this company and don't have access to them. However, I found a unique collection with differences in objects. If that interests you, I can look for it.