awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
faststream-community avatar

faststream-community/fastapi-dishka-faststream

0
View on GitHub↗
319 stars·14 forks·Python·MIT·7 views

Fastapi Dishka Faststream

Template for app based on: FastAPI, dishka, faststream, sqlalchemy, pydantic

Features

  • Best Practices - Integration of dependency injection and stream processing patterns.

Star history

Star history chart for faststream-community/fastapi-dishka-faststreamStar history chart for faststream-community/fastapi-dishka-faststream

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fastapi Dishka Faststream

Similar open-source projects, ranked by how many features they share with Fastapi Dishka Faststream.
  • ivan-borovets/fastapi-clean-exampleivan-borovets avatar

    ivan-borovets/fastapi-clean-example

    560View on GitHub↗

    Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling

    Python
    View on GitHub↗560
  • ryanmcdermott/clean-code-javascriptryanmcdermott avatar

    ryanmcdermott/clean-code-javascript

    94,454View on GitHub↗

    This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft

    JavaScriptbest-practicesclean-architectureclean-code
    View on GitHub↗94,454
  • webcomponents/gold-standardwebcomponents avatar

    webcomponents/gold-standard

    1,022View on GitHub↗
    View on GitHub↗1,022
  • zhanymkanov/fastapi-best-practiceszhanymkanov avatar

    zhanymkanov/fastapi-best-practices

    16,515View on GitHub↗

    This project provides a comprehensive guide to architectural patterns and best practices for building scalable, maintainable, and performant web applications using FastAPI. It focuses on standardizing development approaches for Python web services, emphasizing robust request validation, dependency injection, and automated documentation standards to ensure consistent API design. The guide distinguishes itself by promoting domain-driven modular packaging, which organizes application logic into isolated, feature-based directories to support long-term codebase scalability. It also details strateg

    best-practicesfastapi
    View on GitHub↗16,515

Frequently asked questions

What does faststream-community/fastapi-dishka-faststream do?

Template for app based on: FastAPI, dishka, faststream, sqlalchemy, pydantic

What are the main features of faststream-community/fastapi-dishka-faststream?

The main features of faststream-community/fastapi-dishka-faststream are: Best Practices.

What are some open-source alternatives to faststream-community/fastapi-dishka-faststream?

Open-source alternatives to faststream-community/fastapi-dishka-faststream include: ivan-borovets/fastapi-clean-example — Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP),… ryanmcdermott/clean-code-javascript — This project is a collection of engineering guidelines and best practices for writing readable and maintainable… webcomponents/gold-standard. zhanymkanov/fastapi-best-practices — This project provides a comprehensive guide to architectural patterns and best practices for building scalable,…