KonduitAI / konduit-serving

Enterprise runtime for machine learning models
https://serving.konduit.ai/
Apache License 2.0
47 stars 15 forks source link

Decide + prioritize clients for other programming languages #223

Open AlexDBlack opened 4 years ago

AlexDBlack commented 4 years ago

After Python and Java, there are no doubl other languages that we will need clients for - maybe some of JavaScript/TS, C#, C++, Swift etc

This isn't something we need to implement right away, but we should decide which of these to implement, and when we should do it.

agibsonccc commented 4 years ago

@ShamsUlAzeem @AlexDBlack we should figure out if we want to use openapi for the clients or not?

ShamsUlAzeem commented 4 years ago

Have to check whether openapi can support arbitrary number of files for the endpoints we have implemented right now.