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 fileThe 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.csvstorage bucket location:
gs://apps-cdn-bucket-cognitedata-production/toolkit/<directory>/<filename>
for example
gs://apps-cdn-bucket-cognitedata-production/toolkit/publicdata/assets.Table.csvDownload location:
https://apps-cdn.cogniteapp.com/toolkit/<directory>/<filename>
for example
https://apps-cdn.cogniteapp.com/toolkit/publicdata/assets.Table.csvData 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
This is the original _builtin_modules pre v0.7 of the Toolkit, now provided in the deployment pack format.
[library.cognite]
url = "https://github.com/cognitedata/library/releases/download/latest/packages.zip"
checksum = "sha256:<insert checksum here>"