rama-jdbc is a connector written in clojure to implement real-time analytics with any SQL database. Instead of the mainstream approach with SQL databases, CDC, Kafka, and Flink, you can use the outbox pattern with any SQL database and rama together with this connector.
bb build
clojure -M:shared:test'There is parity between dev and CI. The same container is used for development and for CI. To reproduce an error in CI, you can extract the docker command used in CI and run it in development.
cat .github/workflows/ci.yml | jet -i yaml -o json | jq -r .jobs.ci.steps[2].run | bash -s