Lightweight Pub/Sub Event Streaming Platform, built with Go.
- Copy
.env.example
to.env
cp .env.example .env
- Build Hermes with Go
go build
- Start a ScyllaDB instance with Docker
docker run --name hermes-scylla --hostname some-scylla -d scylladb/scylla --smp 1
- Run Hermes
go run hermes