LaminDB: Manage R&D data & analyses.
Project description
LaminDB: Manage R&D data & analyses
Curate, store, track, query, integrate, and learn from biological data.
LaminDB is an open-source data lake for R&D in 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 (SQLite, Postgres, and soon, BigQuery).
You can readily 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.
Installation
LaminDB is a python package available for Python versions 3.8+.
pip install lamindb
Biological entities are installed like so:
pip install 'lamindb[bionty,lamin1]'
Import
In your python script, import LaminDB as:
import lamindb as ln
Quick 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.39.0.tar.gz
.
File metadata
- Download URL: lamindb-0.39.0.tar.gz
- Upload date:
- Size: 158.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93226ec2eba0f9f76bc6603dbd721194e5fb782d3b49c0c10f48ef8aef3e006b |
|
MD5 | 86f1c4c9f270a70992283e1e5fcf6dd5 |
|
BLAKE2b-256 | 737d961ee731e3884f7a53c0292f782e6f9673b21b79465437e2a491bf31fc43 |
Provenance
File details
Details for the file lamindb-0.39.0-py3-none-any.whl
.
File metadata
- Download URL: lamindb-0.39.0-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce6c58942b11d6c668d58447d31bbb22e504bff42095d204cddef41ba58ea928 |
|
MD5 | 8082e08430296fbfb8a69248c9fe6344 |
|
BLAKE2b-256 | 26505b3be1fd1a2907cefc0f784634c29d97b454f027fc31fe7294a1fd5b7d1e |