- Receives and stores any events from Clark Bank systems such as (user.registered, bank.account.opened and etc..)
- A minimal docker alpine container
- Automatically pushes it to dockerhub if tests pass
git clone https://github.com/ClarkBank/clark_events.git
cd clark_events
bundle
To start the serve execute:
ruby bin/run
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
GitHub @rafaeljesus · Twitter @rafaeljesus