3 dépôts
PostgreSQL databases running in Docker containers for storing persistent application data with optional replication and backup configurations.
Distinct from PostgreSQL Database Platforms: Distinct from PostgreSQL Database Platforms: focuses on containerized deployment of PostgreSQL for application backends, not managed database platforms.
Explore 3 awesome GitHub repositories matching data & databases · Containerized PostgreSQL Backends. Refine with filters or upvote what's useful.
Grist is a relational spreadsheet platform that combines the flexibility of a spreadsheet with the power of a relational database. At its core, it manages structured data across multiple linked tables, using a relational database engine to organize information while providing a familiar grid interface. The platform supports Python-based formulas for complex calculations and data transformations, with automatic recalculation when referenced cells change. The system is designed for self-hosted deployment, storing data in either portable SQLite files or enterprise-grade PostgreSQL databases. It
Persists spreadsheet data in a PostgreSQL database for reliable storage and query capabilities.
This project is an Ansible-based deployment tool that automates the setup of a fully configured Matrix homeserver using Docker containers. It orchestrates the entire Matrix server stack, including the homeserver itself, a PostgreSQL database, and reverse proxy integration with Traefik for automatic SSL certificate management, all from a single configuration file. The deployment supports connecting a Matrix installation to external messaging platforms like Discord, Slack, Telegram, and WhatsApp through dedicated bridges that run as isolated Docker containers. It also provides the ability to de
Stores all persistent Matrix data in a dedicated PostgreSQL container with optional replication and backup configurations.
Meet Genius
Provides a type-safe database layer using Prisma ORM with PostgreSQL for schema management and persistence.