You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

For many researchers, accessing the public API for the COVID-19 Federated Data Image will be enough for their research goals.
The public API provides fetch access to many datalake objects, and metrics access to some time series data such as case
data.

Pros:

  • Easy to integrate into existing scientific workflows and run on existing scientific computational hardware
  • Publicly available API means no credentials or special software are needed.
  • Assuming you have access to your own computational resources, you don't have to worry about allocations
    on C3's platform.

Cons:

  • All data used from the Datalake must be streamed to wherever you're processing data
  • Performance benefits from working with the Datalake using C3 will not be available.
  • Not all data within the Datalake is available through the public API.

Necessary Training

  • Official C3 Public COVID-19 API Documentation
    • This excellent set of documentation from C3 describes the publicly available API.
    • This documentation comes with plenty of examples showing how to use the API.
    • This documentation comes with a python notebook and R notebook showing exactly
      how to use this API.

Optional Training

  • Differences between the public API and the full Datalake.
    • The DTI team tries to keep a list of differences between the public face of the Datalake, and the full
      Datalake.
    • This will help researchers decide whether they need full access, or can just use the public
      API.
  • No labels