Skip to content

A Flask, GraphQL, MongoDB implementation for fetching covid-19 related data.

License

Notifications You must be signed in to change notification settings

modios/covid19-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid19-graphql

Experimenting with a simple Graphql API that fetches covid-19 related data.

References:

How to use.

  • Probaby the easiest way to get the application up and running is to run docker-compose up, it should intialize the database and start the application.
  • Visit http://127.0.0.1:5000/graphql
  • Then you can try to fetch the avaliable data, for example the cases in ICUs for all the avaliable dates :
{ 
 Npho{ 
   intesCareCases{
       date
       intensiveCare 
      }
     }
}

Todo

  • Fetch data for single country by providing the name as input.

  • Add NPHO (EODY) Greek Covid-19 data.

  • Update data automatically.

  • Add NPHO (EODY) Vaccination data.

About

A Flask, GraphQL, MongoDB implementation for fetching covid-19 related data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published