Skip to content
#

api-composition

Here are 18 public repositories matching this topic...

Schema Stitching is a GraphQL technique for combining multiple GraphQL schemas into a single unified API gateway. It enables developers to compose distributed GraphQL services, integrate third-party APIs, and build federated data layers by merging types, queries, and mutations from multiple subgraphs into one executable schema.

  • Updated Aug 4, 2026

tRPC — independent third-party profile of a public API surface, by API Evangelist. tRPC is a TypeScript framework for building end-to-end typesafe APIs without code generation or schemas. It leverages TypeScript's type inference to provide full static typesafety and autocompletion between client and server, with zero runtime dependencies.

  • Updated Aug 30, 2026

DBOS — independent third-party profile of a public API surface, by API Evangelist. DBOS is a durable execution platform built on Postgres for running resilient workflows, scheduled jobs, durable queues, and Kafka consumers. The core library (DBOS Transact) is available for Python, TypeScript, Go, and Java, with a managed serverless runtime offered

  • Updated Aug 30, 2026

AWS Step Functions — independent third-party profile of a public API surface, by API Evangelist. AWS Step Functions is a serverless orchestration service that enables developers to compose distributed applications and APIs using visual workflows called state machines. It supports Standard and Express workflows, activities, parallel execution, error

  • Updated Aug 30, 2026

Tailcall — independent third-party profile of a public API surface, by API Evangelist. Tailcall is a high-performance GraphQL API gateway and runtime that lets developers compose multiple upstream REST, gRPC, and GraphQL APIs into a unified GraphQL schema. Built in Rust, it offers declarative configuration via .graphql files with directives for HTT

  • Updated Aug 30, 2026

Azure Durable Functions — independent third-party profile of a public API surface, by API Evangelist. Azure Durable Functions is a serverless extension for writing stateful workflows and orchestrations in code using Azure Functions. The extension exposes built-in HTTP APIs for managing orchestrations, durable entities, and task hubs.

  • Updated Aug 30, 2026

Improve this page

Add a description, image, and links to the api-composition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the api-composition topic, visit your repo's landing page and select "manage topics."

Learn more