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.
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
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