awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesIncremental Migrations

Tools for incrementally importing legacy infrastructure into managed code-based workflows.

Distinct from Infrastructure as Code Frameworks: Distinct from Infrastructure as Code Frameworks: focuses on the migration process rather than general framework capabilities.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Incremental Migrations. Refine with filters or upvote what's useful.

Awesome Incremental Migrations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pulumi/pulumiAvatar pulumi

    pulumi/pulumi

    24,797Vezi pe GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Imports existing cloud resources incrementally to enable gradual adoption of infrastructure-as-code practices.

    Goawsazurecloud
    Vezi pe GitHub↗24,797
  • rrousselgit/riverpodAvatar rrousselGit

    rrousselGit/riverpod

    7,315Vezi pe GitHub↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    Supports incremental migration from Provider to Riverpod by replacing imports file by file.

    Dartdartflutterhacktoberfest
    Vezi pe GitHub↗7,315
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure as Code Frameworks
  4. Incremental Migrations

Explorează sub-etichetele

  • Provider Syntax MigrationsKeeping existing state classes and replacing provider imports with new syntax equivalents one file at a time. **Distinct from Incremental Migrations:** Distinct from Incremental Migrations: focuses on migrating provider syntax specifically, not general infrastructure migration.