LaminDB: Manage R&D data & analyses.
Project description
LaminDB: Manage R&D data & analyses
LaminDB is an open-source data lake for biology.
It gives you components to build on data lineage & biological entities with an ORM for your existing infrastructure: object storage (local directories, S3, GCP) with a mapped SQL query engine (currently: SQLite, Postgres).
You can create distributed LaminDB instances at any scale:
- Get started on your laptop, deploy in the cloud, or work with a mesh of instances for different teams and purposes.
- Share them through a hub akin to HuggingFace & GitHub - see, e.g, lamin.ai/sunnyosun.
Public beta: Currently only recommended for collaborators as we still make breaking changes.
Update 2023-06-05: We completed a major migration from SQLAlchemy/SQLModel to Django, available in pre-release of v0.42.
Installation
LaminDB is a Python package (Python 3.8+).
pip install lamindb
It is configurable & works with custom schema modules (each being managed as a Django app):
pip install 'lamindb[bionty]' # install biological entities
pip install 'lamindb[nbproject]' # install Jupyter notebook tracking
pip install 'lamindb[aws]' # install AWS dependencies (s3fs, etc.)
pip install 'lamindb[gcp]' # install GCP dependencies (s3fs, etc.)
Setup
Quick setup on the command line:
- Sign up via
lamin signup <email>
- Log in via
lamin login <handle>
- Set up an instance via
lamin init --storage <storage> --schema <schema_modules>
Documentation
Read the docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lamindb-0.42a6.tar.gz
.
File metadata
- Download URL: lamindb-0.42a6.tar.gz
- Upload date:
- Size: 178.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f426cd499454846ed52fbbbd076f0e2ca1c8f859a0cfa1f1e351a115e8efe23 |
|
MD5 | 183194e5f63c52b80e3a92e17e86ee15 |
|
BLAKE2b-256 | aca289e36ce2d3beb97ba9b529f6ede404c8da13e7cde2162c807ca19a991f94 |
Provenance
File details
Details for the file lamindb-0.42a6-py3-none-any.whl
.
File metadata
- Download URL: lamindb-0.42a6-py3-none-any.whl
- Upload date:
- Size: 47.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ac8d97d36be0df2124e7474e906d90d9321127be812f7eec40868173b53530 |
|
MD5 | ecc845d1edc91c4614627d1beae527aa |
|
BLAKE2b-256 | e596060734496741bf8561e6971a2b08d9c6d567909075ba1699cff03037aa3a |