add readme.md
This commit is contained in:
parent
79748b7074
commit
c3ba5645de
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
*.db
|
||||||
|
|
5
README.md
Normal file
5
README.md
Normal 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.
|
Loading…
Reference in a new issue