Re: Own storage plugin

2018-07-20 Thread Gautam Parai
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 >

Re: Writing your own Storage Plugin

2017-01-27 Thread Tugdual Grall
I am not sure to understand the "format" and why you cannot use the jdbc plugin with some UDF to parse the blob Some comments below > 1) Is there any documentation / tutorial out there covering this topic? No > 2) Which existing storage plugin might be a good candidate to look at and >

Writing your own Storage Plugin

2017-01-27 Thread Thomas Bünger
Hello, I just started using Drill and would love to use it as a query engine for a custom data format. The data format is actually a set of SQLite files that additionally contain hierarchical data in some fields (similar to json, but stored in a binary format) Now, I want to learn how to write