This repository contains classes to load synthetic metadata to the scicat data catalogue, for testing and benchmarking purposes.
The easiest way to build is to use Docker, which will install the node modules.
docker build . -t dataloader
Docker (17.09.0-ce)
Node (tested in v8,9)
Typescript (v2.6)
SciCat
Install packages
yarn install
node ./src/DatasetLoader.js
yarn ts-node ./src/DatasetLoader.ts
Tests use mocha
You can try running
yarn test
Tests should run automatically on travis-ci.org
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Gareth Murphy - Initial work - garethcmurphy
See also the list of contributors who participated in this project.
This project is licensed under the BSD 2 Clause License - see the LICENSE file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc