Everyone,

Is there a tutorial on how to write a custom storage plugin to support some
sort of a proprietary data source ?

I understand I can configure a storage plugin based on pre-shipped storage
plugins such as the one for MongoDB, MySQL\JDBC, HBase, Hadoop HDFS..etc,
but that's not what I need.

I need to write a new plugin to support a storage that is not publicly
available.

The best that I've got so far is the information on these pages:

   -
   
https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/StoragePlugin.java
   -
   
https://github.com/apache/drill/tree/master/contrib/storage-kudu/src/main/java/org/apache/drill/exec/store/kudu


But this isn't enough to understand what needs to be done or troubleshoot
errors while developing the plugin.

*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana

Reply via email to