Bucket to Store Data for Kestrel

September 12, 2022 ยท View on GitHub

This is a data repo to lift the burden of storing large data in code repos:

The data stored here

  • is public
  • can be referred by URL
  • can be used for any Kestrel-related activities such as testing in CI/CD, demo, display, etc.

Use This Repo with GitHub LFS

Follow the instructions on git-lfs before clone this repo:

  1. install git-lfs package, e.g., $ sudo apt install git-lfs.
  2. setup the lfs extension for your local git command: $ git lfs install.
  3. just clone this repo and all data will be there.

License

CDLA Sharing 1.0 License as detailed in LICENSE.md.

How to Contribute

  1. Submit a PR with a description of the data and how/where it will be used.
  2. Get approval from one of the maintainers.
  3. Refer to the new data in this repo.