rhajek commented on a change in pull request #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter URL: https://github.com/apache/zeppelin/pull/3640#discussion_r378927819
########## File path: influxdb/README.md ########## @@ -0,0 +1,18 @@ +InfluxDB 2.0 interpreter for Apache Zeppelin +============================================ + +## Description: + +Provide InfluxDB Interpreter for Zeppelin. + +## Build + +``` +mvn -pl zeppelin-interpreter,zeppelin-display,influxdb -DskipTests package Review comment: The interpreter does not depends on zeppelin-display, I just copied it from another interpreter. It is very basic interpreter now. In future we would like to add syntax highlighting and code complete. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services