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
·

2 Repos

Awesome GitHub RepositoriesDatabase Instance Provisioning

Automation scripts specifically for the deployment and setup of database instances and schemas.

Distinct from Provisioning Scripts: Distinct from general Provisioning Scripts: focuses specifically on the database engine and schema instantiation rather than OS-level software.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Database Instance Provisioning. Refine with filters or upvote what's useful.

Awesome Database Instance Provisioning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/sql-server-samplesAvatar von microsoft

    microsoft/sql-server-samples

    11,122Auf GitHub ansehen↗

    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

    Automates the setup of database instances and schemas using executable SQL and shell scripts.

    Auf GitHub ansehen↗11,122
  • mightymoud/sidekickAvatar von MightyMoud

    MightyMoud/sidekick

    7,465Auf GitHub ansehen↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Creates and configures a database instance on the VPS with a single command, ready for application use.

    Godeploymentherokuself-host
    Auf GitHub ansehen↗7,465
  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal and Command-Line Environments
  4. Shells & Scripting
  5. Provisioning Scripts
  6. Database Instance Provisioning

Unter-Tags erkunden

  • Entity ProvisioningAutomated definition and setup of database users, roles, schemas, and authentication rules. **Distinct from Database Instance Provisioning:** Focuses on the logical entities within the database rather than the instance or schema infrastructure.