Show HN: DriftDB – An experimental append-only database with time-travel queries

7 DavidCanHelp 1 9/14/2025, 7:42:52 PM github.com ↗

Comments (1)

twosdai · 22s ago
Really interesting! I used influxdb for a while. I see one of the core features is to have AS OF <some date time> be used for historical reference.

Is this similar to running an append only data structure in a normal tsdb, and then querying by date time and taking the most recent value in that data set? Or is it different.