A method to achieve it?
I'm exploring the possibility of transmitting the outcome of an SQL query from Vertica directly through an HTTP POST request. I'm aware of the KafkaExport functionality for streaming data, but I'm curious if there's a similar method or workaround for sending data via HTTP. Has anyone here successfully implemented something like this or knows of a method to achieve it?
0
Answers
You could build a wrapper using the native NodeJS driver to return results to a web application or use the Vertica driver inside something like a PHP or Java web service to return results. Or do you require something that doesn't require a middleware layer, like a REST API directly in Vertica?