Zeppelin

Prev Next

Available in VPC

Connect external BI - Zeppelin

To connect Apache Zeppelin to Data Query, follow these steps:

  1. Install and login to Zeppelin, and click Account name > Interpreter, in order.
  2. In the Interpreter menu, click the Repository button on the top right.
  3. In the Repositories below, click the [+] button.
  4. Enter the repository information and click the Add button.
    • ID : ncp-dataquery-release
    • URL : https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases
  5. In the Interpreter menu, click the Create button on the top right.
  6. Enter the interpreter information and click the Save button.
    • Interpreter Name : ncp-dataquery
    • Interpreter group : jdbc
    • Properties
      • default.url : jdbc:trino://kr.dataquery.naverncp.com:443
      • default.user : SubAccount ACCESS_KEY
      • default.password : SubAccount SECRET_KEY
      • default.driver : io.trino.jdbc.TrinoDriver
    • Dependencies
      • Artifact : com.ncp.dataquery:dataquery-jdbc:101-437
  7. Check the interpreter registration status. Registration may take several seconds to minutes.
  8. Once the interpreter registration completes, you can issue queries with your laptop.

Repository registration page

image.png

Interpreter registration page

image.png

image.png

image.png

Query issuance page

image.png