Also - if I’m interested in executing a flyte work...
# ask-the-community
r
Also - if I’m interested in executing a flyte workflow from my javascript web app - what would be the best way to set this up? In the docs, I only see how to execute workflows from Python - would I need a flask or fastapi endpoint in between which executes the workflow? Appreciate the help!
k
Hi @Raunak Chowdhuri - Partial gpu support is not available right now. If kubernetes supports it, that will be supported by Flyte automatically
For launching a workflow from JavaScript- 2 options 1. Use Flyte typescript Grpc client or use the rest client 2. Pterodactyl if it supports- cc @Matthew Griffin
r
Thanks so much! I found some docs here that helped me figure it out: https://docs.flyte.org/en/latest/reference/swagger.html#reference-swagger
k
Let me share the generated client
157 Views