Hacker News new | ask | show | jobs
by curious_curios 139 days ago
Generally they do it via bitemporal modeling in databases: https://en.wikipedia.org/wiki/Bitemporal_modeling
1 comments

Thanks for your reply. Yes, bitemporal modeling helps with data lineage. What I’m struggling with is reconstructing the process that produced an observation like ordering, constraints, fallbacks.. not just the data state. Curious if you’ve seen that handled anywhere.