add readme.md

This commit is contained in:
tezlm 2024-02-11 00:04:48 -08:00
parent 79748b7074
commit c3ba5645de
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
*.db

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# dag-resolve
Playing around with directed acyclic graph reduction. Actors send events
to a dag, which is a crdt that's replicated between nodes, and the events
are resolved into an ad-hoc database with tables/indexes.