amakelov / mandala

A simple & elegant experiment tracking framework that integrates persistence logic & best practices directly into Python
Apache License 2.0
514 stars 14 forks source link

Big refactor of the storage backend! #4

Closed nschiefer closed 2 years ago

nschiefer commented 2 years ago

This redoes most of the storage layer stuff to put most source of truth in the DuckDB database, with a cache in front for performance reasons.