2 dépôts
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.
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.
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.