Reputation: 183
Is it possible to build a Rest Service on top of presto to do distributed query. Can anyone help me with a link regarding the same. I found out that qubole can submit a Presto command from the command line, but it doesn't answer my question as such.
Upvotes: 3
Views: 5603
Reputation: 10218
The Presto REST API is documented here: https://github.com/prestosql/presto/wiki/HTTP-Protocol
Additionally, there are Presto clients for most popular programming languages: https://prestosql.io/resources.html
Upvotes: 6