Skip to content

mfyuce/presto-influxdb-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

presto-influxdb-connector

It's an influxdb connector for presto, it's based on presto-0.279.

build and run

  1. Execute "mvn package".
  2. Create "influxdb" directory in ${presto-root}/plugin/
  3. copy original-presto-influxdb-0.432-SNAPSHOT.jar and presto-influxdb-0.280-SNAPSHOT.jar to /{presto-root-dir}/plugin/influxdb
  4. use "/bin/launcher start" to start server

notes

  1. It's only support DoubleType, IntType and TimeStampType;

Docker Local

docker build -t 192.168.57.202:35000/trinodb/trino:432 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.7%
  • Dockerfile 0.3%