Flight-Path-Analysis / FlightPathAnalysis

✈️ A project to download and interpret historical flights and weather data, and trains a ML model to predict fuel consumption based on weather conditions on takeoff. Created for the Erdös Institute Data Science Bootcamp
Other
2 stars 1 forks source link

Make downloaded data go straight to sqlite #169

Open Andrerg01 opened 10 months ago

Andrerg01 commented 10 months ago

What the title says, currently it's all on csv, need to make it go to sqlite files, or even better, so online database on google drive or something. Doesn't seem like google drive can support databases, just the sqlite files. Which can be enough? One sqlite to rule them all? Possibly. But gotta make sure it doesn't take up ungodly amounts of memory that would be synced in many computers. A database on google cloud would be ideal, but $$$.