No description
- Python 89.2%
- Makefile 10.8%
| .datalad | ||
| code | ||
| docs | ||
| imports | ||
| records | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .noannex | ||
| Makefile | ||
| README.md | ||
Records for pool.psychoinformatics.de
This is to a large degree a copy of the content in https://hub.datalad.org/edu/pool.v0.edu.datalad.org-knowledge.git with some additional records.
pool.psychoinformatics.de uses the schema: https://concepts.datalad.org/s/demo-rse-group/unreleased
Example upload
The following command will upload all JSON records in the JSONL files matching records/XYZPerson-*.jsonl to https://pool.psychoinformatics.de/api/public/curated/record/XYZPerson:
export CURATOR_TOKEN=<token> make upload-XYZPerson
To upload to a different server set the environment variable BASE_URL to the URL without the trailing /<class_name>, for example:
export BASE_URL='https://www.example.com/public/curated/record'
export CURATOR_TOKEN=<token>
make upload-XYZPerson
would upload the records in all files matching records/XYZPerson-*.jsonl to https://www.example.com/public/curated/record/XYZPerson.