worldline-go / molen

API for pub/sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/v1/swagger/index.html for API swagger page.

About

API for pub/sub

License:MIT License


Languages

Language:Go 91.2%Language:Makefile 8.8%