a notification system that informs you when new stuff is up for sale in your favourite tea store
- Checkout sources
- Build with
lein uberjar
The service requires the following environment variables:
AWS_ACCESS_KEY_ID
- an AWS key to be used to access S3 for storing temporary dataAWS_SECRET_ACCESS_KEY
- an AWS secret to be used to access S3 for storing temporary dataMAILJET_KEY
- a Mailjet key that is used for sending notification emailsMAILJET_SECRET
- a Mailjet secret that is used for sending notification emailsSENDER_EMAIL
- an email that is configured in Mailjet and is used as a sender of notificationsRECIPIENTS
- a comma separated list of notification recipients. Addresses must follow RFC822 syntax.ALERT_RECIPIENTS
- a comma separated list of alerts recipients. Addresses must follow RFC822 syntax.
The AWS key used to access should give read/write permissions to tea-alert/buffer.edn
and tea-alert/storage.edn
file on S3.
Run java -jar tea-alert-standalone.jar
Run lein test && lein uberjar && docker build -t tea-alert .
Copyright © 2016-2018 Pavel Prokopenko
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.