- fastapi-crudrouter VS starlite
- fastapi-crudrouter VS Flask-AppBuilder
- fastapi-crudrouter VS fastapi-users
- fastapi-crudrouter VS mangum
- fastapi-crudrouter VS Dask
- fastapi-crudrouter VS openapi-generator
- fastapi-crudrouter VS kopf
- fastapi-crudrouter VS aiosql
- fastapi-crudrouter VS titiler
- fastapi-crudrouter VS full-stack-fastapi-postgresql
Fastapi-crudrouter Alternatives
Similar projects and alternatives to fastapi-crudrouter
-
starlite
Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs
-
fastapi-users
Ready-to-use and customizable users management for FastAPI
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Flask-AppBuilder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
-
-
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
kopf
A Python framework to write Kubernetes operators in just a few lines of code
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
-
-
EteSync Server
The Etebase server (so you can run your own) (by etesync)
-
admin
A beautiful and fully-featured administration interface builder for hypermedia APIs (by api-platform)
-
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
fastapi-crudrouter reviews and mentions
-
FUNCTOOLS CHANGED MY LIFE
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
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.
Stats
awtkns/fastapi-crudrouter is an open source project licensed under MIT License which is an OSI approved license.