gramex icon indicating copy to clipboard operation
gramex copied to clipboard

Gramex 2.0 Wishlist

Open jaidevd opened this issue 1 year ago • 0 comments

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 x should 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)

jaidevd avatar Apr 01 '24 08:04 jaidevd