utkuozdemir / automotive-model-year-data

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automotive-model-year-data

Automotive data including vehicle model, make, and year for database creation. Currently includes 7,352 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