jerrypeng opened a new pull request #2265: adding module for Pulsar SQL URL: https://github.com/apache/incubator-pulsar/pull/2265 ### Motivation We are trying to create a method in which users can explore, in a natural manner, the data already stored within Pulsar topics. We believe the best way to accomplish this is to expose SQL interface that allows users to query existing data within a Pulsar cluster. ### Modifications Add a module for pulsar sql. Added two submodules underneath. One containing the code for the presto pulsar connector which will be the backbone of pulsar sql. The other containing a mojo to build the presto-pulsar connector plugin so that you can deploy to an existing presto cluster. This is only the initial implementation of Pulsar SQL and the presto pulsar connector. We can iterate on the design and implementation until we think its is mature. The final goal is to push the connector into the actual presto github repo. For more about this please read the Pulsar SQL Design doc: https://docs.google.com/document/d/1t4xp91kalnMGRVcOXqgfuv1sq4vH7eHPR_ALOa0yk1Y/edit?usp=sharing
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
