An open API service indexing awesome lists of open source software.

https://github.com/queer/amybot-gateway


https://github.com/queer/amybot-gateway

Last synced: 12 months ago
JSON representation

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"
```