https://github.com/queer/amybot-gateway
https://github.com/queer/amybot-gateway
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queer/amybot-gateway
- Owner: queer
- Created: 2017-09-05T09:56:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T03:31:18.000Z (over 8 years ago)
- Last Synced: 2025-06-19T00:44:00.773Z (12 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gateway
## TODO List
- Event filtering
- Better event buffering (multi-queue?)
- Shard (re)connect and ID management
## Notes
- Queues are of the form `service-intake` and `service-backend`. This assumption is used to provide functionality.
## Configuration
Environment variables:
```Bash
REDIS_HOST="redis://redis:6379"
REDIS_PASS="your password here"
```