summaryrefslogtreecommitdiff
path: root/shell_scripts/readme.md
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-26 22:55:57 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-26 22:55:57 +0200
commit6c9d78750f1230c368564377337e6d671768c9fb (patch)
tree0bfeb8ea665d5caaead7e70489611cd61f22d436 /shell_scripts/readme.md
parentab7d7c84652ec4b0ac1081b76add56824de851f1 (diff)
feat: updated the README.md file
Diffstat (limited to 'shell_scripts/readme.md')
-rw-r--r--shell_scripts/readme.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/shell_scripts/readme.md b/shell_scripts/readme.md
deleted file mode 100644
index 2a0842b1..00000000
--- a/shell_scripts/readme.md
+++ /dev/null
@@ -1,13 +0,0 @@
-You need to run this each time you change `schema.proto`
-```bash
-cd resources/experiments/
-protoc --java_out=/home/matt/git/opendc/opendc-common/src/main/java/ schema.proto
-curl -X DELETE http://localhost:8081/subjects/postgres-topic-value
-```
-Confluent JDBC sink and source (includes Postgres connector) files:
-https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc
-
-Be aware the project will only work with this OpenDC as there are hidden Maven dependencies.
-Kafka topic should be named `postgres_topic`.
-
-Confluent local (see https://www.confluent.io/installation/):