awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesService Layer Composition

The combining of individual service providers using horizontal and vertical composition to build a complete environment.

Distinct from Execution Graph Compositions: Focuses on the architectural composition of service layers rather than the execution of task graphs

Explore 2 awesome GitHub repositories matching software engineering & architecture · Service Layer Composition. Refine with filters or upvote what's useful.

Awesome Service Layer Composition GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • flynn/flynnAvatar de flynn

    flynn/flynn

    7,850Voir sur GitHub↗

    Flynn is an open-source Platform as a Service (PaaS) that automates the full lifecycle of containerized applications across any infrastructure. It functions as a container orchestration platform, scheduling and managing application containers with isolated filesystem and network stacks, while also providing a health-checked service discovery router that directs traffic only to healthy container instances. The platform is built around a Git-push deployment model, where pushing code to a configured repository triggers an automated build-test-deploy cycle. It supports declarative scaling, allowi

    Builds applications by composing multiple containerised services that communicate through defined network layers.

    Go
    Voir sur GitHub↗7,850
  • zio/zioAvatar de zio

    zio/zio

    4,347Voir sur GitHub↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Provides a type-safe, composable layer system for wiring service dependencies.

    Scalaasynchronicityasynchronousasynchronous-programming
    Voir sur GitHub↗4,347
  1. Home
  2. Software Engineering & Architecture
  3. Modular Program Composition
  4. Execution Graph Compositions
  5. Service Layer Composition