The COVID-19 data lake connects to data found in the Registry of Open Data on AWS. This is a free use of an existing S3 data source that does not require access to an AWS account.
The data lives in S3. Amazon makes public access available without charge and without needing an AWS account. To access this data, connect to the COVID-19 data lake dataset catalog instead of an Amazon S3 data source catalog since the data is publicly accessible.
There is no actual data in the dataset catalog. The dataset catalog provides a
connection point to allow you to run CREATE TABLE AS
statements and create the
data lake tables. Visit the data lake analytics
tutorial to utilize the
COVID-19 data lake catalog and run an example of these statements.
To create a catalog with the Covid-19 data lake, select Data > Catalogs in the navigation menu, and click Create catalog. Click on the Covid-19 data lake button in the Select a dataset section.
The Catalog name is visible in the query editor and other clients. It is used to identify the catalog when writing SQL or showing the catalog and its nested schemas and tables in client applications.
The name is displayed in the query editor and in the output of a SHOW
CATALOGS command. It is used
to fully qualify the name of any table in SQL queries following the
catalogname.schemaname.tablename
syntax. For example, you can run the
following query in the sample cluster without first setting the catalog or
schema context: SELECT * FROM tpch.sf1.nation;
.
The Description is a short, optional paragraph that provides further details about the catalog. It appears in the Starburst Galaxy user interface and can help other users determine what data can be accessed with the catalog.
In the Region field, select the cloud vendor region where the sample data resides from the drop-down list of supported regions.
Click Connect catalog, and proceed to set permissions where you can grant access to certain roles.
Use the following steps to assign read-only access to a specified set of roles:
You can add your catalog to a cluster later by editing a cluster. Click Skip to proceed to the catalogs page.
Use the following steps to add your catalog to an existing cluster or create a new cluster in the same cloud region:
Click Add to cluster to view your new catalog’s configuration.
Now that you have created a catalog and added it to a cluster in Starburst Galaxy, follow the tutorial to query the COVID-19 data lake and learn more about the analytics capabilities of Starburst Galaxy.
The catalog provides read access to data and metadata in the COVID-19 dataset. It supports the following features:
Is the information on this page helpful?
Yes
No