https://github.com/datajoint/datajoint-labbook
DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.
https://github.com/datajoint/datajoint-labbook
datajoint react
Last synced: 2 months ago
JSON representation
DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.
- Host: GitHub
- URL: https://github.com/datajoint/datajoint-labbook
- Owner: datajoint
- License: mit
- Created: 2020-12-03T00:04:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T09:09:24.000Z (over 2 years ago)
- Last Synced: 2025-04-05T19:51:12.837Z (3 months ago)
- Topics: datajoint, react
- Language: TypeScript
- Homepage: https://datajoint.com/docs/core/datajoint-labbook
- Size: 14.3 MB
- Stars: 11
- Watchers: 4
- Forks: 13
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# User Documentation
DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.
- [Documentation](https://datajoint.github.io/datajoint-labbook)
- [Release](https://github.com/datajoint/datajoint-labbook/releases/latest)
- [Source](https://github.com/datajoint/datajoint-labbook)## Installation
If you have not done so already, please install the following dependencies:
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)## Prerequisites
Download the `docker-compose-deploy.yaml` docker environment from the release located [here](https://github.com/datajoint/datajoint-labbook/releases/latest/download/docker-compose-deploy.yaml).
## Running the application
To start the application, use the command:
```bash
PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
```To stop the application, use the command:
```bash
PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml down
```## References
- DataJoint
- https://datajoint.io
- Pharus (a DataJoint REST API backend):
- https://github.com/datajoint/pharus