/hermes

Lightweight Pub/Sub Event Streaming Platform

Primary LanguageGo

Hermes

Lightweight Pub/Sub Event Streaming Platform, built with Go.

How to run Hermes

  1. Copy .env.example to .env
cp .env.example .env
  1. Build Hermes with Go
go build
  1. Start a ScyllaDB instance with Docker
docker run --name hermes-scylla --hostname some-scylla -d scylladb/scylla --smp 1
  1. Run Hermes
go run hermes