2 مستودعات
Building complex system features by combining low-level workers, triggers, and functions.
Distinct from Function Composition: Composes high-level service features like cron jobs from orchestration primitives, whereas Function Composition focuses on atomic logic merging.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Service Primitive Composition. Refine with filters or upvote what's useful.
iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage cross-language functions and workers through a central execution engine. It functions as a multi-language service mesh and WebSocket service gateway, providing a persistent communication layer for remote service workers. The platform enables dynamic runtime extensions, allowing new workers and capabilities to be deployed and registered into a live environment without requiring system restarts. It distinguishes itself by offering machine-readable skill exposure and agent capability integra
Builds complex features like queues and cron jobs by combining standardized worker, trigger, and function primitives.
Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It serves as a development kit for implementing SPL tokens and secure access control systems on the Solana blockchain. The project focuses on reducing compute unit usage and transaction costs through resource-efficient building blocks. It provides standardized components for token logic, balance tracking, and authorization primitives designed to restrict sensitive smart contract functions. The framework employs opinionated patterning and primitive-based composition to structure pro
Combines low-level building blocks into complex smart contracts to ensure consistent gas efficiency and logic.