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