All Projects â†’ ozlerhakan â†’ Mongodb Json Files

ozlerhakan / Mongodb Json Files

📦 A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Mongodb Json Files

Awesome Json Datasets
A curated list of awesome JSON datasets that don't require authentication.
Stars: ✭ 2,421 (+430.92%)
Mutual labels:  json, dataset, list
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-58.77%)
Mutual labels:  json, mongodb
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (-61.4%)
Mutual labels:  json, mongodb
Dataset Serialize
JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
Stars: ✭ 213 (-53.29%)
Mutual labels:  json, dataset
Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+200.88%)
Mutual labels:  json, dataset
Kafka Connect Mongodb
**Unofficial / Community** Kafka Connect MongoDB Sink Connector - Find the official MongoDB Kafka Connector here: https://www.mongodb.com/kafka-connector
Stars: ✭ 137 (-69.96%)
Mutual labels:  json, mongodb
Jsonbox
HTTP-based JSON storage.
Stars: ✭ 2,440 (+435.09%)
Mutual labels:  json, mongodb
Jsontableview
Expandable JSON data viewer
Stars: ✭ 37 (-91.89%)
Mutual labels:  json, list
Cities.json
Cities of the world in Json, based on GeoNames Gazetteer
Stars: ✭ 251 (-44.96%)
Mutual labels:  json, dataset
Deepkit Framework
A new full-featured and high-performance web framework for sophisticated Typescript projects like complex admin interfaces, websites, games, desktop and mobile apps.
Stars: ✭ 307 (-32.68%)
Mutual labels:  json, mongodb
Browser Compat Data
This repository contains compatibility data for Web technologies as displayed on MDN
Stars: ✭ 3,710 (+713.6%)
Mutual labels:  json, dataset
Mongoose Patch History
Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
Stars: ✭ 82 (-82.02%)
Mutual labels:  json, mongodb
Covid19
JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
Stars: ✭ 1,177 (+158.11%)
Mutual labels:  json, dataset
Bricks
A standard library for microservices.
Stars: ✭ 142 (-68.86%)
Mutual labels:  json, mongodb
Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-84.65%)
Mutual labels:  json, mongodb
Bigchaindb
Meet BigchainDB. The blockchain database.
Stars: ✭ 3,768 (+726.32%)
Mutual labels:  json, mongodb
Structured Text Tools
A list of command line tools for manipulating structured text data
Stars: ✭ 6,180 (+1255.26%)
Mutual labels:  json, list
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+94.08%)
Mutual labels:  json, mongodb
Bson4jackson
A pluggable BSON generator and parser for the Jackson JSON processor.
Stars: ✭ 244 (-46.49%)
Mutual labels:  json, mongodb
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (-29.61%)
Mutual labels:  json, list

== MongoDB JSON Data

A dedicated repository that collects collections to practice/use in https://www.mongodb.org/[MongoDB].

=== List of small datasets

[cols="^1,^2,^3,^4",options="header"] |========================================================================================================= |Name|Size|Data type|How to import |link:datasets/tweets.zip[Tweets]|610 Ko|zip -> dump folder|mongorestore |http://media.mongodb.org/zips.json[Zips]|3.1 Mo|JSON|mongoimport |link:datasets/palbum.zip[Palbum]|731 Ko|zip -> JSON files|mongoimport |link:datasets/grades.json[Grades]|92 Ko|JSON|mongoimport |link:datasets/students.json[Students]|35 Ko|JSON|mongoimport |link:datasets/profiles.json[Profiles]|454 Ko|JSON|mongoimport |link:datasets/products.json[Products]|2.8 Ko|JSON|mongoimport |link:datasets/countries-small.json[Countries small]|329 Ko|JSON|mongoimport |link:datasets/countries-big.json[Countries big]|2.3 Mo|JSON|mongoimport |link:datasets/restaurant.json[Restaurants]|666 Ko|JSON|mongoimport |link:datasets/covers.json[Covers]|470 Ko|JSON|mongoimport |link:datasets/books.json[Books]|525 Ko|JSON|mongoimport |=========================================================================================================

=== List of bigger datasets

[cols="^1,^2,^3,^4",options="header"] |========================================================================================================= |Name|Size|Data type|How to import |link:datasets/people-bson.zip[People]|21 Mo|zip -> dump gzip|mongorestore --gzip |link:datasets/city_inspections.json[City inspections]|24 Mo|JSON|mongoimport |link:datasets/companies.json[Companies]|75 Mo|JSON|mongoimport |https://dl.dropbox.com/s/p75zp1karqg6nnn/stocks.zip[Stocks]|85 Mo|zip -> dump folder|mongorestore |https://dl.dropbox.com/s/gxbsj271j5pevec/trades.json[Trades]|232 Mo|JSON|mongoimport |https://dl.dropbox.com/s/nfnvx6pggmvw5vt/enron.zip[Enron]|55 Mo|RAR (named .zip for confusion) -> dump folder|mongorestore |=========================================================================================================

=== List of other dataset

[cols="^1,^2,^3",options="header"] |========================================================================================================= |Name|Size|Data type |https://www.cs.cmu.edu/~enron/enron_mail_20150507.tar.gz[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:

== Contributing

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

== License

image::http://i.creativecommons.org/p/zero/1.0/88x31.png[http://creativecommons.org/publicdomain/zero/1.0/]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].