awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesContainerized PostgreSQL Backends

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.

Awesome Containerized PostgreSQL Backends GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gristlabs/grist-coreAvatar von gristlabs

    gristlabs/grist-core

    11,176Auf GitHub ansehen↗

    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.

    TypeScriptawesomedatabasespreadsheet
    Auf GitHub ansehen↗11,176
  • spantaleev/matrix-docker-ansible-deployAvatar von spantaleev

    spantaleev/matrix-docker-ansible-deploy

    6,050Auf GitHub ansehen↗

    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.

    Jinjaansible-playbookansible-roleautomation
    Auf GitHub ansehen↗6,050
  • catchchat/yepAvatar von CatchChat

    CatchChat/Yep

    5,876Auf GitHub ansehen↗

    Meet Genius

    Provides a type-safe database layer using Prisma ORM with PostgreSQL for schema management and persistence.

    Swift
    Auf GitHub ansehen↗5,876
  1. Home
  2. Data & Databases
  3. PostgreSQL Database Platforms
  4. Containerized PostgreSQL Backends

Unter-Tags erkunden

  • Prisma ORM BackendsType-safe database layers using Prisma ORM with PostgreSQL for schema management and data persistence. **Distinct from Containerized PostgreSQL Backends:** Distinct from Containerized PostgreSQL Backends: uses Prisma ORM as the data access layer, not just containerized PostgreSQL deployment.