diff --git a/.gitignore b/.gitignore index ea8c4bf..2c4918c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +*.db diff --git a/README.md b/README.md new file mode 100644 index 0000000..81fcef6 --- /dev/null +++ b/README.md @@ -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.