spectree
API spec validator and OpenAPI document generator for Python web frameworks. (by 0b01001001)
dispatch
All of the ad-hoc things you're doing to manage incidents today, done for you, and much more! (by Netflix)
Our great sponsors
spectree | dispatch | |
---|---|---|
2 | 10 | |
251 | 3,692 | |
3.2% | 1.8% | |
8.0 | 9.6 | |
about 2 months ago | 7 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
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.
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.
spectree
Posts with mentions or reviews of spectree.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-23.
-
Comprehensive Fast API Tutorial
For those of you that are fans of Pydantic: https://github.com/0b01001001/spectree (this is cross-platform with flask, falcon, and starlette :) It also doesn't re-implement anything the encode/starlette developers have already implemented, or have in the works for no specific reason. I'm not a huge fan of this design pattern, I'm more a lean/mean sort of fellow. openapi schema generation exists in starlette ... and you likely already are doing some sort of type validation once in your forms, json, orm, sql layer, or all four. An additional layer to validate "automatically" in your response (lol no), or in your request ... aren't all that useful imo.
dispatch
Posts with mentions or reviews of dispatch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-08.
-
Total beginner, use FastAPI?
For production ready code examples I use: https://github.com/Netflix/dispatch
-
Launch HN: Rootly (YC S21) – Manage Incidents in Slack
The open source option from Netflix is quite popular too: https://github.com/Netflix/dispatch
-
FastAPI Large App Structure
Not sure if this will help, but I’m building a project on Netflix Dispatch project layout. Which separates each feature into its own folder https://github.com/Netflix/dispatch
-
Current experience with Django and DRF
My current approach is adapted from Netflix's dispatch. It's a FastAPI project so it's not a one-to-one match with ninja, but I've adapted its style to a project previously using DRF and it's much improved as a result.
- Is there public repo showing production level code of REST APIs using FastAPI
-
Any open-source project that uses FastAPI?
you can check on dispatch (https://github.com/Netflix/dispatch) created by netflix
-
Comprehensive Fast API Tutorial
Look at Netflix' dispatch for example and tell me you don’t think this is terrible violation of DRY and makes for some really hard to maintain code.
What are some alternatives?
When comparing spectree and dispatch you can also consider the following projects:
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
webargs - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
fastapi-router-controller - A FastAPI utility to allow Controller Class usage
databases - Async database support for Python. 🗄
full-stack-fastapi-postgresql - Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
valdec - Decorator for validating function arguments and result
opal - Fork of https://github.com/permitio/opal
cog - Portland Cognition Lab