Add h5i-db to Numerical Libraries & Data Structures - #514
Open
Koukyosyumei wants to merge 1 commit into
Open
Conversation
Owner
|
Thanks for the contribution. The h5i-db entry and its section placement look suitable, but the branch is stale and CI fails because it carries an unrelated duplicate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds h5i-db to Numerical Libraries & Data Structures, next to ArcticDB and polars.
What it is: an embedded, fully versioned time-series database written in Rust, with a Python package (
pip install h5i-db) and a CLI. It stores Parquet and queries it through DataFusion SQL, adding time-series operators quants actually need: ASOF join, timezone-awaretime_bucket, gapfill/resample, rolling windows,vwap,ewma.Why it fits this section: it is the same kind of entry as ArcticDB, a datastore for time-series and tick data that you drive from Python. The differentiator is versioning and point-in-time semantics: every write is an atomic commit, any past version reads in O(1), and a read can be pinned to a decision time so the frame reaching pandas cannot contain rows recorded after that instant, which makes look-ahead bias structurally impossible rather than a review discipline.
Checks:
- [h5i-db](https://db.h5i.dev) -RustPython- one sentence ending in a period. [GitHub](...).h5i— no duplicates.Disclosure: I am the author of h5i-db. It is a young project (v0.1.0), so I understand entirely if you would rather it build some traction first.