This release of Monosi brings a vast number of improvements including, but not limited to:
* Better driver support, now including PostgreSQL - it should be much easier to contribute and develop support for others
* Frontend UI and Server support - now you can run the application as a web app and have automated scheduling
* Slack integrations - messages are now being sent to slack with updates
* Schema Change monitors - you can now monitor changes to your schema
* Deployment/Docker support - you can now run the application via docker and deploy it accordingly with dockerfiles/compose/nginx config files
* & more.
You can install or run this release using pip:
pip install monosi
or by running Docker:
docker run -d -p 3000:3000 monosi/monosi