-
Notifications
You must be signed in to change notification settings - Fork 1
...add a new dataset
MariusDanner edited this page Dec 18, 2019
·
2 revisions
If you just want to add a new dataset, you can use the frontend or the endpoint (documented in swagger).
- Datasets Endpoint (datasets.py)
- Integration tests (base.py)
- Demo script (seed.py)
If you create a dataset via the DatasetFactory
the corresponding nodes are not created automatically.
For example in unit tests this is not necessary. If you need the corresponding nodes:
- Create the database table and content (if not already existing)
- Create the
Dataset
object (acontent_hash
will be created) - Call
add_dataset_nodes()
to create corresponding nodes
- Home
- Setup
- API Documentation
- Data model
- How to...
- ...add a new remote database
- ...create migrations
- ...develop locally
- ...simplified dev setup
- ...deploy on kubernetes (internal)
- ...monitor the cluster
- ...fix expired K8s certificates
- ...add new dependencies
- ...rebuild base image
- ...add a new algorithm in R
- ...add support for new language
- ...add a new node to Kubernetes cluster
- Coding Conventions
- Roadmap
- Ownership