It's an influxdb connector for presto, it's based on presto-0.279.
- Execute "mvn package".
- Create "influxdb" directory in ${presto-root}/plugin/
- copy original-presto-influxdb-0.432-SNAPSHOT.jar and presto-influxdb-0.280-SNAPSHOT.jar to /{presto-root-dir}/plugin/influxdb
- use "/bin/launcher start" to start server
- It's only support DoubleType, IntType and TimeStampType;
docker build -t 192.168.57.202:35000/trinodb/trino:432 .