https://github.com/scilifelabdatacentre/data-tracker
System for tracking data generated by SciLifeLab facilities.
https://github.com/scilifelabdatacentre/data-tracker
flask mongodb pylint pytest python quasar sphinx vue
Last synced: 3 months ago
JSON representation
System for tracking data generated by SciLifeLab facilities.
- Host: GitHub
- URL: https://github.com/scilifelabdatacentre/data-tracker
- Owner: ScilifelabDataCentre
- License: bsd-3-clause
- Created: 2019-09-23T10:54:32.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-15T11:51:04.000Z (over 2 years ago)
- Last Synced: 2023-02-26T08:47:26.304Z (about 2 years ago)
- Topics: flask, mongodb, pylint, pytest, python, quasar, sphinx, vue
- Language: Python
- Homepage: https://dt.dckube.scilifelab.se/
- Size: 9.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Tracker
[![Travis Status][travis-badge]][travis-link]
[![Coverage Status][codecov-badge]][codecov-link]A system for tracking datasets.
[Setting up a development system](https://scilifelabdatacentre.github.io/Data-Tracker/development.quick_environment.html)
[Documentation](https://scilifelabdatacentre.github.io/Data-Tracker/)
## Containers
[Frontend](https://hub.docker.com/repository/docker/scilifelabdatacentre/data-tracker-frontend)
[Backend](https://hub.docker.com/repository/docker/scilifelabdatacentre/data-tracker-backend)The backend requires a `config.yaml` file to be mounted to `/config.yaml`.
The frontend assumes that the backend is available at `/api`.
## Code
`backend`: python3, flask
`frontend`: Quasar (Vue)
`docs`: Sphinx
[travis-badge]: https://api.travis-ci.com/ScilifelabDataCentre/Data-Tracker.svg?branch=develop
[travis-link]: https://travis-ci.com/ScilifelabDataCentre/Data-Tracker[codecov-badge]: https://codecov.io/gh/ScilifelabDataCentre/Data-Tracker/branch/develop/graph/badge.svg
[codecov-link]: https://codecov.io/gh/ScilifelabDataCentre/Data-Tracker