Hi Alex, Thank you for using Drill and also planning to contribute to it. Here are a few resources [1], [2], [3] which would be helpful to get you started. Also it would be useful to look at one/two existing plugins to familiarize yourself with the code.
[1] https://drill.apache.org/docs/connect-a-data-source/ [2] https://stackoverflow.com/questions/37557388/how-to-write-custom-storage-plugin-for-apache-drill [3] https://github.com/paul-rogers/drill/wiki/Storage-Plugin-Model There are several members in the community who have worked with storage plugins and may help you move forward with the implementation. Looking forward to your contribution! Thanks, Gautam On Fri, Jul 20, 2018 at 6:10 AM, Алексей Тришин <[email protected]> wrote: > Hello, > I am Alex and I'm new to using Apache Drill. It is very powerful tool for > querying data from different sources. However, Apache Drill doesn't support > Cassandra and Elasticsearch now and I really want to use them in my work. > So I have a small question about it. Is there any way to write my own > storage plugin for these databases? > > Thank you, Trishin Alex >
