Hacker News new | ask | show | jobs
by maxisaurus 948 days ago
Congrats for this - Love the bitemporal aspect. It was a real struggle for me in past analytics experiences where we spent a lot of time recomputing key metrics 'as of' certain dates for reporting / auditing.

Been following this https://news.ycombinator.com/item?id=38108044 as well, might interest you!

1 comments

Thanks, Dolt it awesome. I think it's probably the only DBS with branching/merging capabilities as of now.

Sirix from the ground up was built having (bi)temporality and easy audits / append-only paradigm in mind.

The other very similar DBS in this regard seems to be Datomic (as it also uses a persistent index structure), but it doesn't version the pages itself.

TerminusDB also spports branching and merging. [1]

1: https://terminusdb.com/

Oh yes, I've heard about TerminusDB, but completely forgot, that it exists. Thanks :)