Mongodb Json Files

📦 A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB
Alternatives To Mongodb Json Files
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Datax Web4,383
5 months ago238mitJava
DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。
Bigchaindb3,880212a year ago55September 29, 2020156apache-2.0Python
Meet BigchainDB. The blockchain database.
Jsonbox2,499
4 months ago13mitJavaScript
HTTP-based JSON storage.
Treefrog Framework1,198
22 days agoDecember 09, 20173bsd-3-clauseC++
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Js Bson1,01277,6638382 days ago137July 07, 20221apache-2.0TypeScript
BSON Parser for node and browser
Blog642
6 years ago2apache-2.0JavaScript
前后端分离+服务端渲染的博客系统. 基于Vue2、Koa2、MongoDB、Redis
Mongo Seeding50624525 days ago48May 25, 20225mitTypeScript
🌱 The ultimate solution for populating your MongoDB database.
Developkit_set401
2 years ago1
2021年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
Mongodb Json Files387
4 years ago4Shell
:package: A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB
Qxorm360
4 days ago38C++
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Alternatives To Mongodb Json Files
Select To Compare


Alternative Project Comparisons
Readme

MongoDB JSON Data

A dedicated repository that collects collections to practice/use in MongoDB.

List of small datasets

Name Size Data type How to import

Tweets

610 Ko

zip → dump folder

mongorestore

Zips

3.1 Mo

JSON

mongoimport

Palbum

731 Ko

zip → JSON files

mongoimport

Grades

92 Ko

JSON

mongoimport

Students

35 Ko

JSON

mongoimport

Profiles

454 Ko

JSON

mongoimport

Products

2.8 Ko

JSON

mongoimport

Countries small

329 Ko

JSON

mongoimport

Countries big

2.3 Mo

JSON

mongoimport

Restaurants

666 Ko

JSON

mongoimport

Covers

470 Ko

JSON

mongoimport

Books

525 Ko

JSON

mongoimport

List of bigger datasets

Name Size Data type How to import

People

21 Mo

zip → dump gzip

mongorestore --gzip

City inspections

24 Mo

JSON

mongoimport

Companies

75 Mo

JSON

mongoimport

Stocks

85 Mo

zip → dump folder

mongorestore

Trades

232 Mo

JSON

mongoimport

Enron

55 Mo

RAR (named .zip for confusion) → dump folder

mongorestore

List of other dataset

Name Size Data type

Enron

423 Mo

Email server tarball (slow DL server)

Import in MongoDB

Use the import.sh script provided to insert the "small" and the "bigger" datasets. You can see the help and the options with import.sh --help.

Current features:

  • Docker support: starts a MongoDB automatically in Docker for you.

  • Only insert the smallest dataset for a quick data import with --small (cool for live demos).

Requirements:

  • Docker if you use the docker option.

  • MongoDB (mongoimport, mongorestore)

  • unzip

  • unrar (for the Enron dataset)

Contributing

Feel free to make a pull request to add your collection files into the list.

License

http://creativecommons.org/publicdomain/zero/1.0/
Popular Mongodb Projects
Popular Json Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Json
Mongodb
Dataset
Awesome List
Countries