From aa4fae21d338f98226b99333f314ac2537161bb3 Mon Sep 17 00:00:00 2001 From: paulobressan Date: Fri, 29 Dec 2023 09:55:37 -0300 Subject: [PATCH] docs: added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1cd50a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Ext Cardano DBSync + +The approach of this project is to allow a CRD to DBSync on the K8S cluster and an operator will enable the required resources to expose an DBSync port. + +## Folder structure + +* bootstrap: contains terraform resources +* operator: rust application integrated with the cluster +* scripts: useful scripts \ No newline at end of file