Skip to content

Time-travel support#44

Merged
cgiachalis merged 24 commits into
masterfrom
feat-timetravel
May 21, 2026
Merged

Time-travel support#44
cgiachalis merged 24 commits into
masterfrom
feat-timetravel

Conversation

@cgiachalis
Copy link
Copy Markdown
Owner

@cgiachalis cgiachalis commented May 21, 2026

This PR adds support for querying a TileDB storr at specific points in time.

The key function is storr_timetravel() and it generates an instance of StorrTimeTravel which is a variant of TileDBStorr but with no write functionality.

StorrTimeTravel wraps the functionality of a new class TimeTravelDriver, a variant of TileDBDriver that has a time-travel support via its active field $timestamp.

closes #13

@cgiachalis cgiachalis linked an issue May 21, 2026 that may be closed by this pull request
@cgiachalis cgiachalis merged commit af1320e into master May 21, 2026
6 of 9 checks passed
@cgiachalis cgiachalis deleted the feat-timetravel branch May 21, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time-travel support (read-only)

1 participant