If your database has JDBC interface, you may use Drill's JDBC storage plugin [1]. If you do not want to use JDBC interface, then a new Storage Plugin specified for your system is required. Probably you need take a look at the existing Storage plugin code such as HBase / MongoDb / Hive Storage plugin in Drill code base.
[1] https://drill.apache.org/docs/rdbms-storage-plugin/ On Wed, Aug 10, 2016 at 11:04 AM, Jianhua Zhou <[email protected]> wrote: > Hi Drill Dev Team, > > > > We are a legacy database company, some customer accumulated a lot of data > in years. They are interesting about the big data technology. > > Our database has the ODBC/JDBC interface, but we like to add a native > query language support for our database system for better performance. > > The interface will support all MV database, such as UniData, UniVerse and > more … > > > > We may need some help to understand the code structure and where to make > the change. > > > > Please approve this change request. > > > > Thanks! > > > > *Jianhua Zhou* > > *Software engineer* > > Rocket Software > > 4600 South Ulster Street *· *Suite 1100 *· *Denver, CO 80237 *· *USA > > T: +1 720 475 8049* · *E: [email protected] *· *W: > u2.rocketsoftware.com > > > > <http://www.dbta.com/ReadersChoice/2016/Vote.aspx> > > > > ================================ > Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA > 02451 ■ +1 877.328.2932 ■ +1 781.577.4321 > Unsubscribe From Commercial Email – [email protected] > Manage Your Subscription Preferences - http://info.rocketsoftware.com/ > GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html > Privacy Policy - http://www.rocketsoftware.com/ > company/legal/privacy-policy > ================================ > > This communication and any attachments may contain confidential > information of Rocket Software, Inc. All unauthorized use, disclosure or > distribution is prohibited. If you are not the intended recipient, please > notify Rocket Software immediately and destroy all copies of this > communication. Thank you. >
