Skip to content

MessageBus, PubSub implementation for golang. Orchestrated saga.

License

Notifications You must be signed in to change notification settings

go-foreman/foreman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06566f0 · Sep 16, 2021
May 29, 2021
May 29, 2021
Sep 16, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
Mar 31, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021

Repository files navigation

go-foreman

Introduction

Foreman is an another implmenetation of publish/subscribe messaging for golang. Highly configurable, allows user to write own modules, define own strategy etc.

Messaging transport

Only AMQP implementation is available now. Own implementation of Transport can be used as an option.

Modules avaiable

  • Saga

Getting started

here it goes