gramex
gramex copied to clipboard
Gramex 2.0 Wishlist
Gramex 2.0 will be:
- modular: micro-modular, even - really tiny stuff. It will not be just about libraries, but about services too.
- able to build a series of deployable APIs and should support building plugins.
- focused on backend APIs only - not frontend - not even templating.
- focused on data (dataframes are first-class citizens)
- easy to deploy and package -
gramex install x;gramex deploy x;gramex build xshould all work reliably - make suitable assumptions on build and deployment targets - compatible with ASGI, written in FastAPI wherever needed, and dependent on FastAPI-based libraries wherever we find such.
Next steps:
- Build OAuth/Email-auth and FormHandler with FastAPI
- Deploy multiple apps on one instance (apps are distinguished by their origins)