Skip to content

cognitedata/toolkit-data

Repository files navigation

toolkit-data

This repository contains static demo data for the
Toolkit project.

It is organized as follows:

📦toolkit-data
 ┣ 📂data - Root folder for data.
 ┃ ┣ 📂publicdata - The dataset names 'publicdata'. 📂<another dataset> 
 ┃ ┗ 📂<another dataset>
 ┣ 📜.gitignore - Ignore files that should not be checked into Git.
 ┗ 📜README.md - This file

The datasets in this repository should be treated as read-only (immutable).

If you need to modify the data, make a copy of the dataset, give it a new
descriptive name, and modify the copy.

Use the CDN

Using data directly from GitHub will be rate limited. Instead, use
the CDN link pattern below to access the data:

location in repository:

./data/<directory>/<filename>

for example

./data/publicdata/assets.Table.csv

storage bucket location:

gs://apps-cdn-bucket-cognitedata-production/toolkit/<directory>/<filename>

for example

gs://apps-cdn-bucket-cognitedata-production/toolkit/publicdata/assets.Table.csv

Download location:

https://apps-cdn.cogniteapp.com/toolkit/<directory>/<filename>

for example

https://apps-cdn.cogniteapp.com/toolkit/publicdata/assets.Table.csv

Upload to CDN

Data in ./data is automatically uploaded when it is merged to main
using the GitHub Actions workflow in .github/workflows/upload-to-cdn.yaml. This repository contains data for the Cognite Toolkit

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages