Aninda Basu
Aninda Basu

Reputation: 183

Rest Service on top of Presto

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

Answers (1)

David Phillips
David Phillips

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

Related Questions