Skip to main content

LaminDB: Manage R&D data & analyses.

Project description

Stars codecov pypi

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

lamindb-0.42a6.tar.gz (178.1 kB view hashes)

Uploaded Source

Built Distribution

lamindb-0.42a6-py3-none-any.whl (47.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page