Giter VIP home page Giter VIP logo

Comments (2)

backtrackbaba avatar backtrackbaba commented on August 14, 2024 2

Hi @joe-scotto,

As mentioned in the README, our APIs are built upon data provided by pomber who internally consumes JHU's data. Now, if you see the update frequency of JHU, you'll see that it has reduced to once a day which happens approximately at 00:00 GMT every day. Based on the updation of JHU, I had written automation to update the database a few minutes after they do their update.

The endpoint for the same still exists in the code, but the automation has removed due to the following reasons:

Our project essentially standardizes the data of JHU by using globally accepted ISO standards for the dates as well as the names. The data provided by JHU doesn't have standard country names. If you see this file that I use to standardize includes all the names that JHU has and it's equivalent ISO code.

This can't be automated as there isn't a proper system of naming hence there has to be a human in the process to checks for mapping issues and simply adds it to the JSON.
Ex: Just yesterday they added a ship called MS Zaandam, which is stuck somewhere near the Netherlands. Now, if this would've been automated it would've broken the system as there isn't any country by that name. Hence, I had to manually add an entry for it as MSZ

This is a reason why I update it locally first, to see what are the breaking changes and then trigger the update on prod manually.

Do let me know if you have any better process in mind or if you need any other help with the project

from covid-api.

backtrackbaba avatar backtrackbaba commented on August 14, 2024

Closing the issue. Let me know if you face any other issue. I've striked-through the thrice a day part for now.

from covid-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.