com.teamgantt/binlog-tailer

A simple clojure interface for calling functions when a mysql binlog event occurs.

Leiningen/Boot

[com.teamgantt/binlog-tailer "0.2.0"]

Clojure CLI/deps.edn

com.teamgantt/binlog-tailer {:mvn/version "0.2.0"}

Gradle

implementation("com.teamgantt:binlog-tailer:0.2.0")

Maven

<dependency>
  <groupId>com.teamgantt</groupId>
  <artifactId>binlog-tailer</artifactId>
  <version>0.2.0</version>
</dependency>