-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create cloud function to save county CSV to bucket #61
Comments
Do we have a county csv already or do we need to aggregate one ? |
So @efawe the main thing for this is to just create a cloud function to split up the data that you persisted in #48. This is currently already done in notebooks but in order to clean up notebooks and have unified county data having separate csv for each county would be useful. Also when we go to deploy the models to production in #60 we will need data persisted on a county level. |
So just modify this function to output a CSV file in the format
I've previously developed cloud functions so I might be able to give you some additional code. Just create the cloud function on Google then have it be triggered on finalize. |
Figured out cloud functions. Should have the full code in a day |
Created the cloud function. How should I add some form of copy on the github? |
@efawe Is it working on GCP? If so open a PR containing the code and the requirements.txt file. Store it a directory in the following way |
Yes and will do |
Created a separate issue that is more reflective of the development. Currently google cloud functions is not practical financially. |
The text was updated successfully, but these errors were encountered: