Releases: idjohnson/dblogapp
Releases · idjohnson/dblogapp
1.0.0
Full Changelog: https://github.com/idjohnson/dblogapp/commits/1.0.0
This is the initial working release.
Features:
- A basic web app that views the log entries in the PostgreSQL database
- A PostgreSQL backed to store logs
- The webapp will also poll and push logs from the Azure Service Bus into the Database
Dependencies:
- An accessible PostgreSQL database (I use a very small one on Aiven.io)
- An Azure Service Bus instance with a named Queue
- A Kubernetes cluster to run in (theoretically this should run just fine in Docker as well).
