Skip to content

opendata-for-all/bodi-drillbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bodi-drillbit

Creates an Apache Drill Drillbit. A BODI project chatbot can connect to it and query data.

Data files such as csv files can be stored in the resources folder to be available for the drillbit in the classpath file system storage.

The default url for the drillbit is localhost. It can be modified in configuration.properties

Requirements

  • Java 8
  • Maven

Install & Run

mvn clean compile
mvn exec:java -Dexec.mainClass="DrillbitConnection"

Connect to the drillbit with JDBC

From the chatbot (or any application that wants to connect to the drillbit to query data), connect to jdbc:drill:drillbit=localhost. Replace 'localhost' by the url you used (see SqlEngine.java as an example connection in the BODI chatbots)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages