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

https://github.com/datajoint/datajoint-python

Relational data pipelines for the science lab
https://github.com/datajoint/datajoint-python

cloud-computing data-analysis data-pipelines databases datajoint mysql pipeline-framework python relational-algebra relational-databases relational-model s3 scientific-computing workflow-management

Last synced: 12 days ago
JSON representation

Relational data pipelines for the science lab

Awesome Lists containing this project

README

        

# Welcome to DataJoint for Python!

PyPI


pypi release




pypi downloads

Conda Forge


conda-forge release




conda-forge downloads

Since Release


commit since last release

Test Status


test status

Release Status


release status

Doc Status


doc status

Coverage


coverage

Developer Chat


datajoint slack

License


LGPL-2.1

Citation


bioRxiv




zenodo

DataJoint for Python is a framework for scientific workflow management based on
relational principles. DataJoint is built on the foundation of the relational data
model and prescribes a consistent method for organizing, populating, computing, and
querying data.

DataJoint was initially developed in 2009 by Dimitri Yatsenko in Andreas Tolias' Lab at
Baylor College of Medicine for the distributed processing and management of large
volumes of data streaming from regular experiments. Starting in 2011, DataJoint has
been available as an open-source project adopted by other labs and improved through
contributions from several developers.
Presently, the primary developer of DataJoint open-source software is the company
DataJoint (https://datajoint.com).

## Data Pipeline Example

![pipeline](https://raw.githubusercontent.com/datajoint/datajoint-python/master/images/pipeline.png)

[Yatsenko et al., bioRxiv 2021](https://doi.org/10.1101/2021.03.30.437358)

## Getting Started

- Install with Conda

```bash
conda install -c conda-forge datajoint
```

- Install with pip

```bash
pip install datajoint
```

- [Documentation & Tutorials](https://datajoint.com/docs/core/datajoint-python/)

- [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials) on GitHub Codespaces

- [DataJoint Elements](https://datajoint.com/docs/elements/) - Catalog of example pipelines for neuroscience experiments

- Contribute
- [Contribution Guidelines](https://datajoint.com/docs/about/contribute/)

- [Developer Guide](https://datajoint.com/docs/core/datajoint-python/latest/develop/)