From c3ba5645de589dbd8f03195cb16514ae9a63f40c Mon Sep 17 00:00:00 2001 From: tezlm Date: Sun, 11 Feb 2024 00:04:48 -0800 Subject: [PATCH] add readme.md --- .gitignore | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 README.md 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.