An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![Demo GIF Failed](docs/sphinx/_static/images/walkthroughDemoOptimized.gif)

# 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