Skip to content

elizad/automotive-model-year-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

automotive-model-year-data

Automotive data including vehicle model, make, and year for database creation. Currently includes 7,268 model-years.

To use:

$ cd automotive-model-year-data
$ mysql -u root
mysql> use yourDbName;
mysql> source schema.sql;
mysql> source data.sql;

Notes:

I needed vehicle data for an app and could not find any source that was complete, clean, and free. I hope this can help others who face the same challenge :)

Please send pull requests for any data additions, modifications, or deduplications you can find!

This data is sourced partly from Freebase, licensed under CC-BY, and is free for you to use and modify under that license.

About

Automotive data including vehicle model, make, and year for database creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published