Skip to content

tembo-io/tembo

Repository files navigation

tembo

License OSSRank Static Badge

Tembo aims to improve the experience developers have with deploying, managing, and scaling Postgres. Tembo is under active development that you are free to use anything that we have open-sourced.

Why Postgres?

Postgres is the best OSS database in the world, with millions of active deployments, and is growing faster than MySQL. It is battle-tested with a large community that can handle SQL (relational) and JSON (non-relational) queries and a widerange of workloads (i.e, analytical, time-series, geospatial, etc), on account of its’ rich ecosystem of add-ons and extensions.

Inside this repo

  • Tembo Operator - a Kubernetes Operator that integrates CloudNativePG, Tembo Stacks, and Trunk
  • Tembo Stacks - workload-configured Postgres deployable to Kubernetes
  • Tembo CLI - allows users to experience Tembo locally, as well as, manage and deploy to Tembo Cloud
  • Helm Chart — Helm chart to deploy the Tembo Operator
  • Dataplane Web Server - reports readiness and liviness of Postgres instances in a data plane
  • tembo-pod-init - allows us to bootstrap the folder structure needed to add our required mutability
  • Conductor - runs in the dataplane; receive desired states from control plane and reports back status

Our other open-source projects

Trunk

  • Trunk CLI that users can use to publish and install Postgres extensions
  • Trunk Website that serves as a backend for pgt.dev, and also provides discovery and metrics

Postgres Extensions

  • pgmq - a message queue built with Rust and available as a Postgres extension and Rust crate (used in our managed service)
  • pg_later - a Postgres extension for completely asynchronous query execution
  • pg_vectorize - automate vector search workflow, and SQL access to 100+ OSS sentence transformer models
  • clerk_fdw - connect to Clerk User and Organization data from Postgres
  • prometheus_fdw - query and move metrics from Prometheus to Postgres
  • orb_fdw - connect your billing data from Orb to Postgres

Tembo Cloud (GA)

Tembo Cloud is a dev-first, fully-extensible, fully-managed, secure, and scalable Postgres service. The managed service will provide a growing ecosystem of easily-installed extensions, allowing you to expand the use cases of Postgres.

Deploy a free-forever hobby Postgres database and install any of more than 200 extensions at https://cloud.tembo.io.

Tembo Self Hosted (Alpha)

Tembo Self-Hosted is a self-hosted version of the Tembo Platform that runs in your own Kubernetes cluster. It allows you to benefit from the same features as Tembo Cloud, but with the added control and security of running the software in your own environment.

Tembo Self-Hosted is made up of the same components as Tembo Cloud, but packaged and distributed in a way that allows for easy installation and management. Instead of running in separate Kubernetes clusters, the components run in a single Kubernetes cluster. This keeps your total cost of ownership low and makes for a simple and easy-to-manage deployment.

If you're interested in using Tembo Self Hosted, reach out for a license.