RecallGraph v1 Released

Update (2026): the thinking in this post is now carried forward in Minigraf
RecallGraph is a versioned-graph data store - it retains all changes that its data (vertices and edges) have gone through to reach their current state. It supports point-in-time graph traversals, letting the user query any past state of the graph just as easily as the present.
https://github.com/RecallGraph/RecallGraph/releases/tag/v1.0.0