https://github.com/system76/bullhorn
A notification microservice for System76's platform
https://github.com/system76/bullhorn
emails events microservice notifications
Last synced: 8 months ago
JSON representation
A notification microservice for System76's platform
- Host: GitHub
- URL: https://github.com/system76/bullhorn
- Owner: system76
- License: gpl-3.0
- Created: 2020-10-27T15:54:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T20:00:42.000Z (10 months ago)
- Last Synced: 2025-06-01T04:08:57.372Z (10 months ago)
- Topics: emails, events, microservice, notifications
- Language: Elixir
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bullhorn
_Get your message out_
A microservice dedicated to handling outgoing notifications across email, SMS, and other mediums.
## Setup
Elixir & Erlang versions are defined in `.tool-versions` and can be installed with [asdf](https://asdf-vm.com/).
Bullhorn consumes [Bottle](https://github.com/system76/bottle) messages from RabbitMQ, and sends appropriate messages out to 3rd parties providers (Mailgun/Twilio).
These dependencies can be configured through `dev.exs` for local environments.
The application is started with `mix run` or as an interactive session with `iex -S mix run`.