https://flyte.org logo
r

Raunak Chowdhuri

09/11/2022, 8:31 PM
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

Ketan (kumare3)

09/11/2022, 11:04 PM
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

Raunak Chowdhuri

09/11/2022, 11:07 PM
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

Ketan (kumare3)

09/11/2022, 11:11 PM
Let me share the generated client
2 Views