/thoth

A streaming and messaging system

Primary LanguageGoMIT LicenseMIT

thoth

Is a service mesh

Add a service

curl -X POST http://localhost:4242/add -H "Content-Type: application/json" --data '{"name": "service1", .....}'

Get a service

curl http://localhost:4242/get?name=service1