Skip to content

📈 This repository generates and loads scientific metadata into the scicat data catalogue

License

Notifications You must be signed in to change notification settings

datacurationproject/CatanieDataLoad

CatanieDataLoad

icon

Greenkeeper badge Codacy Badge Build Status Coverage Status DOI FOSSA Status

This repository contains classes to load synthetic metadata to the scicat data catalogue, for testing and benchmarking purposes.

Getting Started

The easiest way to build is to use Docker, which will install the node modules.

docker build . -t dataloader

Prerequisites

Docker (17.09.0-ce)

Node (tested in v8,9)

Typescript (v2.6)

SciCat

Installing

Install packages

yarn install
node ./src/DatasetLoader.js
yarn ts-node ./src/DatasetLoader.ts

Running the tests

Tests use mocha

You can try running

yarn test

Tests should run automatically on travis-ci.org

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Docker - The container setup used
  • Travis - The CI framework

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the BSD 2 Clause License - see the LICENSE file for details

FOSSA Status

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc