someshkar / covid19india-cluster

:microscope: Covid19 India Cluster Graph
https://cluster.covid19india.org
MIT License
989 stars 654 forks source link

Consider migrating the db #119

Closed thatcashcow closed 4 years ago

thatcashcow commented 4 years ago

Is your feature request related to a problem? Please describe. The limitations of google sheet are given here: https://spreadsheetpoint.com/google-sheets-limitations/ With a limit of 5 million cells, we need a better storage solution for the huge incoming data.

Describe the solution you'd like Consider exporting the data to json based NoSQL/SQL or other similar formats. If you lack a hosting provider you can always have a donation page for paying the server costs.

sibeshkar commented 4 years ago

So our API is caching spreadsheet data ever hour and making it available. So it's not really polling it in real time. More here : https://github.com/amodm/api-covid19-in

thatcashcow commented 4 years ago

Good to know. This might be helpful https://covid-19-apis.postman.com/ in case you'd like to submit the API there.