๐๏ธ Introduction to Stacks
Why Stacks?
๐๏ธ Tembo General
The Tembo General stack is a tuned Postgres instance balance for general purpose computing. You have full control over compute, configuration, and extension installation.
๐๏ธ Tembo Vector DB
Tembo's Vector Database provides tooling to automate the process of generating embeddings on your existing data, which allows you to have vector search semantic search capabilities on day one.
๐๏ธ Tembo Machine Learning
The Machine Learning stack is configured for machine learning training and inference workloads in your database. With PostgresML, pgvector and pgvectorize built in, youโll have everything you need for compute-heavy predictive analytics applications or a production-ready AI pipeline.
๐๏ธ Tembo OLTP
The OLTP stack is a finely-tuned database cluster optimized for transactional workloads, designed to handle concurrency with ease. Built with optimized WAL and auto-vacuum settings, it also includes extensions for debugging and real-time metrics.
๐๏ธ Tembo OLAP
Postgres tuned for online analytical processing. Deploy a stack that is optimized for large data sets, complex queries, and high throughput.
๐๏ธ Tembo Message Queue
Message queues let you send, read, and retain messages between applications without data loss or requiring all systems in a distributed system to be available. The MQ Stack is powered by PGMQ, a Postgres extension built and maintained by Tembo that provides a simple and consistent interface for creating queues and sending, receiving, deleting and archiving messages.
๐๏ธ Tembo Stacks Roadmap
Tembo is working hard to build a useful set of "Tembo Stacks" for a number of Postgres use cases.
๐๏ธ Running the Tembo Operator Locally
The Tembo Operator allows you to run multiple Tembo Stacks on Kubernetes. This guide shows you how to set up the Tembo Operator on your local machine and provides an example of spinning up and connecting to a local Postgres instance hosted on Kubernetes.
๐๏ธ Running the Tembo Operator on AWS EKS
The Tembo Operator allows you to run multiple Tembo Stacks on Kubernetes. This guide shows you how to set up the Tembo