Skip to content

MongoDB / CSV version of the ClassicModels sample database.

Notifications You must be signed in to change notification settings

jeffcogswell/mongodb-classicmodels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

mongodb-classicmodels

MongoDB / CSV version of the ClassicModels sample database.

This came from here:

http://www.mysqltutorial.org/mysql-sample-database.aspx

which in turn likely came from here:

https://www.richardtwatson.com/dm6e/

To import it into mongodb, go to the json directory and run the mongo-import.sh script.

If you want it to go into a different database, edit the mongo-import.sh script and change each occurance of "ClassicModels" to whatever you like.

You can also open the CSV files in Excel or LibreOffice.

I borrowed the bash script from here, which is a really nice implementation of the Northwind database in CSV and Mongo: https://github.com/tmcnab/northwind-mongo

About

MongoDB / CSV version of the ClassicModels sample database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages