openapi-generator VS fastapi-crudrouter

Compare openapi-generator vs fastapi-crudrouter and see what are their differences.

openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) (by OpenAPITools)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
openapi-generator fastapi-crudrouter
232 4
19,746 1,302
2.8% -
9.9 0.0
about 9 hours ago 6 months ago
Java Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openapi-generator

Posts with mentions or reviews of openapi-generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.

fastapi-crudrouter

Posts with mentions or reviews of fastapi-crudrouter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-18.
  • FUNCTOOLS CHANGED MY LIFE
    2 projects | /r/Python | 18 Oct 2021
    I can't show any pics cuz of uk NDA and all that. I can tell you the gist of it though. FastAPI is already pretty good at the abstraction part. Our middleware had a lot of rerouting and it was basically just a bunch of redundant functions. I just used this cool ass package https://fastapi-crudrouter.awtkns.com/ and used the partial function from functools to generate endpoints for every scenario/db tables.
  • FastAPI framework, high perf, easy to learn, fast to code, ready for production
    15 projects | news.ycombinator.com | 1 Feb 2021
    Thanks, that's a really helpful example.

    Where I think this could be taken to the next level of reusability is in modularising the front-end into API-specific components. For example, the login behaviour could depend on FastAPI-Users, with a sibling frontend library containing components that implement the same login flow. Adding user behaviour is then a matter of using the same third-party library on the front and back end.

    This approach could be extended to other components such as an admin panel (perhaps using https://github.com/awtkns/fastapi-crudrouter), or a blogging component.

What are some alternatives?

When comparing openapi-generator and fastapi-crudrouter you can also consider the following projects:

NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.

oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications

SvelteKit - web development, streamlined

smithy - Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.

django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

autorest - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python

starlite - Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]

smithy-go - Smithy code generators for Go (in development)

Feign - Feign makes writing java http clients easier

swagger-petstore - swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.

swagger-typescript-api - TypeScript API generator via Swagger scheme

io-ts - Runtime type system for IO decoding/encoding