Hello.
I need to store a snapshot of a complex data structure in time.
The best analog is git. There is a pointer structure - folders and files with their hashes groupped in a tree
and branching time - branches in git with time mark.
Do you know any solution for that task?