diff --git a/experimental/distributed/README.md b/experimental/distributed/README.md new file mode 100644 index 000000000..300c7e8c3 --- /dev/null +++ b/experimental/distributed/README.md @@ -0,0 +1,13 @@ +# distributed memgraph + +This subdirectory structure implements distributed infrastructure of Memgraph. + +## conventions + +1. Locked: A method having a Locked... prefix indicates that you +have to lock the appropriate mutex before calling this function. + +## dependencies + +* cereal +* \ No newline at end of file