lucaryholt / nietzsche

Home made ESB solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nietzsche

Enterprise Service Bus written in Go

Setup

  1. Clone repo
  2. Compile binary with go build .
  3. An .env_example file is provided. Rename it to .env and fill in the variables
  4. Set up mysql instance with provided SQL (db_setup.sql)
  5. Run the binary

About

Home made ESB solution


Languages

Language:Go 99.3%Language:Dockerfile 0.7%