Skip to main content

DBeaver-IoTDB

Less than 1 minute

DBeaver-IoTDB

DBeaver is a SQL client software application and a database administration tool. It can use the JDBC application programming interface (API) to interact with IoTDB via the JDBC driver.

DBeaver Installation

IoTDB Installation

Connect IoTDB and DBeaver

  1. Start IoTDB server

    ./sbin/start-server.sh
    
  2. Start DBeaver

  3. Open Driver Manager

  4. Create a new driver type for IoTDB

  5. Download iotdb-jdbc, from source1open in new window or source2open in new window,choose the corresponding jar file,download the suffix jar-with-dependencies.jar file.

  6. Add the downloaded jar file, then select Find Class.

  7. Edit the driver Settings

  8. Open New DataBase Connection and select iotdb

  9. Edit JDBC Connection Settings

JDBC URL: jdbc:iotdb://127.0.0.1:6667/
Username: root
Password: root
  1. Test Connection
  1. Enjoy IoTDB with DBeaver

Copyright © 2024 The Apache Software Foundation.
Apache and the Apache feather logo are trademarks of The Apache Software Foundation

Have a question? Connect with us on QQ, WeChat, or Slack. Join the community now.