Re: [DISCUSS] Drill Storage Plugins

2019-11-05 Thread Paul Rogers
Hi Charles, Storage plugins are a bit complex because they integrate not just with the runtime engine, but also with the Calcite planning engine. Format plugins are simpler because they are mostly runtime-only. The "Easy" framework hides much of the planner integration, and the EVF "Easier"

Re: [DISCUSS] Drill Storage Plugins

2019-11-05 Thread Matt
Perhaps an "awesome-drill" repo on GitHub would be a place to back fill the book, and serve as a central location for thins like the list you supplied: https://github.com/topics/awesome On Tue, Nov 5, 2019 at 9:14 AM Charles Givre wrote: > One more thing: I've found code for storage plugins

Re: [DISCUSS] Drill Storage Plugins

2019-11-05 Thread Charles Givre
One more thing: I've found code for storage plugins (in various states of completion) for the folllowing systems: DynamoDB (https://github.com/fineoio/drill-dynamo-adapter ) Apache Druid: (Current Draft PR

[DISCUSS] Drill Storage Plugins

2019-11-04 Thread Charles Givre
Hello all, I've written some UDFs and Format plugins for Drill and I'm interested in tackling a storage plugin. One of my regrets from the Drill book was that we didn't get into this topic. For those of you who have written one, my hat's off to you. I wanted to ask if there are any resources