dag-resolve/README.md

6 lines
230 B
Markdown
Raw Normal View History

2024-02-11 08:04:48 +00:00
# dag-resolve
Playing around with directed acyclic graph reduction. Actors send events
2024-02-11 08:21:56 +00:00
to a dag, which is a crdt that's replicated between nodes. The events
are then resolved into a state; an ad-hoc database with tables/indexes.