Skip to main content

No project description provided

Project description

algovault

Experimentation tracking

Features

  • Fully embrace the relational model
    • i.e. run is many-to-many with experiment, so reuse of run results across experiments is possible
  • all operations idempotent
    • Suitable for use in a workflow orchestration system
  • built-in checking for presence of results
    • can be used to cache runs
  • high performance read and write
    • I'm looking at you, mlflow.get_metric_history
  • dead-simple integration points
    • The data model is simply sqlite files
  • serverless
  • built-in aggregations
    • computing common aggregates is crazy fast and requires little memory
  • no magic
    • no global context means you can paralellize fearlessly

Design

  • writers write to a local copy of sqlite database (maybe in-memory?)
  • runs end and the databases sent to checkpoint location
  • upon read, compact checkpoints to a single database instance (read replica)
  • read replica knows which instances have already been ingested, incremental update

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

algovault-0.0.3.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distributions

algovault-0.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded PyPy manylinux: glibc 2.5+ x86-64

algovault-0.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded PyPy manylinux: glibc 2.5+ x86-64

algovault-0.0.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded PyPy manylinux: glibc 2.5+ x86-64

algovault-0.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.5+ x86-64

algovault-0.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.5+ x86-64

algovault-0.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

algovault-0.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

algovault-0.0.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (758.1 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

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