Hybrid Manager apps Innovation 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

ApplicationVersionLicenseOfficial documentation
Apache Airflowv3.0.2Apache-2.0 LicenceApache Airflow
Apache Supersetv6.0.1rc1Apache-2.0 LicenceApache Superset
Metabasev0.58.7GNU Affero general public license (AGPL)Metabase
pgAdmin 4v9.13PostgreSQL LicencepgAdmin 4 v9.13
pgAdmin 4v8.12PostgreSQL LicencepgAdmin 4 v8.12
pgBadgerv13.2PostgreSQL LicensepgBadger

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.