How to create and understand custom connectors? #22993
Replies: 1 comment
-
I'm not aware of any other existing guides for creating a custom connector. I think the best way to understand is by looking at examples - such as the HTTP connector. If you're struggling to understand something in the example connector, feel free to ask a more specific question about it. At a high level though, all connectors implement portions of Presto's presto/presto-spi/src/main/java/com/facebook/presto/spi/Plugin.java Lines 42 to 45 in 1fda136 You can consider that the main entrypoint. Everything else in the connector revolves around the implementation for the |
Beta Was this translation helpful? Give feedback.
-
I am having a very hard time understanding about how to create connectors. The sample guide for presto-example-http is not very useful. Any guide on creating and testing connectors in detail?
Beta Was this translation helpful? Give feedback.
All reactions