I assume this page <https://github.com/paul-rogers/drill/wiki/Storage-Plugin-Runtime-Interface> can give you the overview you are looking for ? May be you can start with asking specific questions.
Thanks, Gelbana On Tue, Aug 29, 2017 at 12:26 PM, Charuta Rajopadhye <charuta...@gmail.com> wrote: > Hi Team, > > I need to develop an extension storage plugin for my data source. > I have been through this > <https://stackoverflow.com/questions/37557388/how-to- > write-custom-storage-plugin-for-apache-drill/37646421#37646421> > and Apache Drill's documentation <https://drill.apache.org/docs/> but did > not find helpful references for my cause. > Thanks to the mailing list, i got hold of a few wiki pages: > https://github.com/paul-rogers/drill/wiki/Storage-Plugin-Configuration > *https://github.com/paul-rogers/drill/wiki/Storage-Plugin-Model > <https://github.com/paul-rogers/drill/wiki/Storage-Plugin-Model>* > and other related pages on the same link. > I have downloaded the drill source code, cross referenced the storage > plugin implementations in there and the information on the wiki pages, > learnt about the interfaces to implement, classes to use, configs to set up > etc. > This has made my understanding a smidgen better, but i am still unable to > get a clear picture of the workflow. > Can someone please guide me in this regard or provide a few more pointers? >