rippinrobr / baseball-stats-db

Tools to help create and maintain databases based on the Baseball Databank Files
Apache License 2.0
10 stars 2 forks source link

Restructure the project #34

Open rippinrobr opened 5 years ago

rippinrobr commented 5 years ago

Since I am now using my csv-to project to load the data, I want this project to contain just the schema files, database backups, and docker files. The proposed structure is:

/baseballdatabank
           /schemas 
           /backups
           /dockerfiles
/retrosheet 
           /schemas
           /backups
           /dockerfiles

Any new data sources I add would have the similar structure. Each supported database will have its own schema, and dockerfile.