Xiangdong Huang created COMDEV-354: -------------------------------------- Summary: A complete Apache IoTDB JDBC driver and integration with JDBC driver based tools (DBeaver and Apache Zeppelin) Key: COMDEV-354 URL: https://issues.apache.org/jira/browse/COMDEV-354 Project: Community Development Issue Type: Wish Components: GSoC/Mentoring ideas Reporter: Xiangdong Huang
Apache IoTDB is a database for time series data management that written in Java. It provides a SQL-like query language and a JDBC driver for users. Current IoTDB JDBC driver has implemented some important interfaces of Statement, Connection, ResultSet, etc., which works well for most users' requirements. However, we know there are many tools supporting integrating with a database if the database has a standard JDBC driver, e.g., DBeaver, Apache Zeppelin, Tableau, etc.. This proposal is for implementing a standard JDBC driver for IoTDB, and using the driver to integrate with DBeaver and Apache Zeppelin. Because Apache Zeppelin supports customized Interpreter, we can also implement an IoTDB interpreter for integration with Zeppelin. You should know: * how JDBC works. * learn to use IoTDB session API. * understand Zeppelin Interpreter interface. Difficulty: Major Mentors: h...@apache.org -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org