awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesDatabase Engine Versioning

Retrieval of available major and minor versions for database engines.

Distinct from Version Retrieval Utilities: Focuses on querying the available engine versions from the provider, not general software component retrieval.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Database Engine Versioning. Refine with filters or upvote what's useful.

Awesome Database Engine Versioning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • boto/boto3Avatar von boto

    boto/boto3

    9,834Auf GitHub ansehen↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Queries available major and minor database engine versions and their default configurations.

    Pythonawsaws-sdkcloud
    Auf GitHub ansehen↗9,834
  • longhorn/longhornAvatar von longhorn

    longhorn/longhorn

    7,803Auf GitHub ansehen↗

    Longhorn is a distributed block storage system and orchestrator for Kubernetes. It provides persistent, replicated block storage volumes that survive pod restarts and node failures by maintaining synchronous copies of data across multiple cluster nodes. The system implements the Container Storage Interface (CSI) for dynamic volume provisioning and attachment. It is distinguished by its support for shared read-write access to a single block volume across multiple pods, as well as the ability to export volume snapshots to external S3 or NFS targets for off-cluster disaster recovery. The platfo

    Allows transitioning volumes to newer data engine versions without requiring application downtime.

    Shellcncfdistributed-systemshigh-availability
    Auf GitHub ansehen↗7,803
  1. Home
  2. Software Engineering & Architecture
  3. Specification Versioning
  4. Version Retrieval Utilities
  5. Database Engine Versioning

Unter-Tags erkunden

  • Zero-Downtime Engine UpgradesUpdating the underlying storage engine version without interrupting application availability. **Distinct from Database Engine Versioning:** Focuses on the operational transition between engine versions without downtime, rather than just retrieving version strings.