Skip to main content

DIY nocode backend - around PostgreSQL ecosystem on Kubernetes

Backend on Kubernetes leveraging PostgreSQL ecosystem

edge is a Kubernetes operator that, among other tasks, manages and integrates a set of open-source tools for Identity and Access Management (IAM), Storage, API Gateway, GraphQL, Realtime, Search and more in enterprise-grade backend for web and mobile apps.

Motivation

  • Existing CMSs are purpose-built and are unsuitable for custom use-cases.
  • Need for a Kubernetes-native BaaS on a stack of modular, open-source and reliable software.

Usecases

  • Rapid MVPs that could effortlessly scale to millions of users
  • Lowcode, custom Content Management Systems (CMS), e.g. for e-commerce, forums, etc.
  • IoT (realtime): TimescaleDB + PostGIS + MQTT(WebSocket)
  • AI/ML (search / recommendation): pgvector

edge Stack (100% open-source)

ComponentTechnology / ToolDescription
PlatformKubernetesProvides a container orchestration system ensuring no vendor lock-in.
DatabasePostgreSQLThe world's most advanced open source database.
(IAM) AuthN/AuthZZITADEL + Postgres RLSOffers comprehensive authentication and authorization through ZITADEL, with additional support from PostgreSQL Row-Level Security.
REST APIPostgRESTREST API for any Postgres database
Object StorageSeaweedFSOffers high-performance, Kubernetes-native object storage.
Realtimeedgeflare/pgoFacilitates real-time/batch data processing pipeplines among Postgres, Kafka, MQTT, NATS, gRPC, HTTP, ClickHouse, email etc
SearchpgvectorEnhances search capabilities using pgvector
API GatewayIstio/Envoy, cert-manager and optionally CloudflareManages, secures, and monitors traffic between microservices as well as from and to the Internet
ServerlessKnative / Cloudflare WorkersSupports building and deploying serverless applications and functions.
ObservePrometheus + Grafana + FluentBitProvides a robust monitoring and alerting system.