Open Source Data Observability Platform
Join the community | Newsletter | Docs | Website | Contact us
Monosi is an extensible data observability platform that ensures teams achieve data reliability. It provides:
-
Data monitoring setup in less than 10 minutes
-
OSS alternative to proprietary data quality and observability systems
Installation
Compatible with Python 3.6+
pip install monosi
OR
docker run -d -p 3000:3000 monosi/monosi
For instructions on getting started, check out our documentation.
Community
Features
CLI & Web Interface
Choose between using a CLI or a web interface to interact with Monosi.
Monitors as code
Define monitors on your data stores as code. Use provided table health metrics monitors or create custom table monitors.
Profiler
Monosi automatically profiles your database to suggest and create new monitors for you to run from scratch.
Schedule monitors
Schedule monitors to run in the background on an interval basis.
Alerting
Get alerts in slack when Monosi detects anomalies in defined monitors.
Own your stack
Avoid integration pitfalls with fragmented, legacy tools by using open source & prevent vendor lock-in by decoupling metric definitions from visualization.
Contributing
To start contributing, check out our Contributing Guide