Skip to content

worldline-go/molen

Repository files navigation

molen

License Coverage GitHub Workflow Status Go Report Card Releases

Pub/sub API for message brokers.

Usage

Configuration can give as molen.[json|yaml|yml|toml] in the /etc/ or near to binary or with CONFIG_FILE env value.
It can also work with CONSUL and VAULT.

For configuration check the config.go file.

Development

Create kafka server and console use:

make env

Access to http://localhost:7071 for console.

Run molen with make file:

make run

Access to http://localhost:8080/swagger/index.html for API swagger page.