Hybrid Manager apps Innovation Release
- Hybrid Manager dual release strategy
- Documentation for the current Long-term support release
Hybrid Manager provides a set of open-source applications that can be deployed and managed directly from the HM console.
Disclaimer
The Hybrid Manager apps are third-party open-source software provided for convenience. EDB doesn't develop, maintain, or provide support for these applications and isn't responsible for any issues, data loss, or service disruptions arising from their use. For support, refer to each application's official documentation and community resources.
Available applications
| Application | Version | License | Official documentation |
|---|---|---|---|
| Apache Airflow | v3.0.2 | Apache-2.0 Licence | Apache Airflow |
| Apache Superset | v6.0.1rc1 | Apache-2.0 Licence | Apache Superset |
| Metabase | v0.58.7 | GNU Affero general public license (AGPL) | Metabase |
| pgAdmin 4 | v9.13 | PostgreSQL Licence | pgAdmin 4 v9.13 |
| pgAdmin 4 | v8.12 | PostgreSQL Licence | pgAdmin 4 v8.12 |
| pgBadger | v13.2 | PostgreSQL License | pgBadger |
Deployment and architecture
Apps deploy as containerized applications within your Hybrid Manager Kubernetes environment using a .yaml package file. This deployment ensures database traffic remains entirely within your private network (VPC/VNET) and security perimeter. The architecture supports horizontal scaling and external PostgreSQL application databases for high availability.
Important
When deploying apps that require backend database connections, use a dedicated database within your Postgres cluster for each app. Apps sharing the same database risk migration failures due to schema conflicts during the initialization phase.
Apache Airflow
Develop, schedule, and monitor batch-oriented workflows through a Python-based framework.
Apache Superset
Query, visualize, and explore data from connected databases through an interactive web interface.
Metabase
Deploy and manage Metabase in Hybrid Manager to enable self-service data visualization on your PostgreSQL databases.
pgAdmin 4 (v8.12)
Deploy and manage pgAdmin 4 in Hybrid Manager for a web-based PostgreSQL administration interface.
pgAdmin 4 (v9.13)
Deploy and manage pgAdmin 4 in Hybrid Manager for a web-based PostgreSQL administration interface.
pgBadger
Analyze PostgreSQL logs from HM clusters and generate HTML performance reports.