awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesContainerized Database Administration

Performing database administrative tasks via containerized toolsets.

Distinct from Database Administration: Focuses on the containerized delivery method of the admin tools rather than the internal management of DB objects.

Explore 3 awesome GitHub repositories matching data & databases · Containerized Database Administration. Refine with filters or upvote what's useful.

Awesome Containerized Database Administration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/sql-server-samplesmicrosoft 的头像

    microsoft/sql-server-samples

    11,122在 GitHub 上查看↗

    This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy

    Provides configurations for running and administering SQL database instances within containerized environments.

    在 GitHub 上查看↗11,122
  • amacneil/dbmateamacneil 的头像

    amacneil/dbmate

    6,954在 GitHub 上查看↗

    Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema changes to ensure consistent environments. It functions as a database schema versioning tool that manages updates independently of any specific application framework by relying on raw SQL and connection URLs. The project distinguishes itself by offering a container-based approach to database administration, allowing schema updates to be executed via Docker to avoid local binary installations. It also supports embedding migration scripts directly into the compiled binary to eliminate

    Provides a container-based approach to executing schema updates and lifecycle tasks without requiring local installations.

    Goclickhousecppdatabase
    在 GitHub 上查看↗6,954
  • qovery/replibyteQovery 的头像

    Qovery/Replibyte

    4,381在 GitHub 上查看↗

    Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the export, anonymization, subsetting, and restoration of data. It is designed to support privacy-compliant development workflows by replacing sensitive production data with synthetic values and extracting consistent subsets of rows while preserving referential integrity. The tool operates through a configurable pipeline defined in a YAML file, orchestrating stages such as dump, anonymize, subset, and restore. Each operation runs as an isolated, ephemeral container job, and snapsho

    Creates encrypted snapshots of databases and stores them in remote cloud object storage.

    Rustawsbackupcloud
    在 GitHub 上查看↗4,381
  1. Home
  2. Data & Databases
  3. Containerized Database Administration

探索子标签

  • Encrypted Snapshot DumpersA utility that creates encrypted snapshots of databases and stores them in remote cloud object storage. **Distinct from Containerized Database Administration:** Distinct from Containerized Database Administration: focuses specifically on creating encrypted snapshots and storing them remotely, not on general database administration tasks.