FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int
Fern is a toolset for managing API specifications, generating type-safe client libraries, and producing hosted developer documentation. It provides a utility for validating, transforming, and exporting API definitions into standardized OpenAPI formats, serving as a system to maintain a consistent source of truth for API designs. The project differentiates itself through an automated SDK distribution pipeline that publishes generated libraries to package managers such as npm, PyPI, Maven, and NuGet. It also includes an AI-powered search assistant trained on API and SDK specifications to answer
This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec
Generator-hottowel is a command-line utility designed to initialize web applications using standardized boilerplate, pre-configured build workflows, and integrated development environment settings. It functions primarily as a scaffolding tool that generates structured Angular projects, ensuring consistent architectural patterns and module organization from the start of the development lifecycle. The project distinguishes itself by providing a comprehensive suite of automation scripts that manage the entire frontend development workflow. This includes automated dependency asset injection, task
The AsyncAPI generator is a template-driven tool designed to transform event-driven API specification files into various technical deliverables. It functions as a schema-driven synthesis engine that automates the creation of documentation, messaging client SDKs, and project boilerplate by processing structured data through modular, reusable templates.
Principalele funcționalități ale asyncapi/generator sunt: AsyncAPI Specification Generators, Client SDK Generators, Template-Based Code Generators, Template Rendering Engines, Event-Driven Architectures, Artifact Synthesis, Template-Based Report Generators, API Documentation Generators.
Alternativele open-source pentru asyncapi/generator includ: airtai/faststream — FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified… fern-api/fern — Fern is a toolset for managing API specifications, generating type-safe client libraries, and producing hosted… christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template… johnpapa/generator-hottowel — Generator-hottowel is a command-line utility designed to initialize web applications using standardized boilerplate,… aws-powertools/powertools-lambda-python — AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS… xo/dbtpl — dbtpl is a database model generator and schema introspector that produces type-safe source code and data models from…