Document toolboxDocument toolbox

Working with PostgreSQL connection

Kyvos supports PostgreSQL data source without Spark.

Note

The Kyvos Virtual Machines must have access to the port on which PostgreSQL is running.

To create PostgreSQL connection, perform the following steps.

  1. Enter a name for the PostgreSQL connection.

  2. Select WAREHOUSE as Category value.

  3. Select GENERIC as the Provider value.

  4. Provide the org.postgresql.Driver as the driver class.

  5. Provide the URL. The format for JDBC should be jdbc:postgresql://<IP/hostname/endpoint>:<Port>/<database>

  6. Provide username and password.

  7. Provide JDBC as value in Spark Read Method field.

  8. Select the Schema Enabled checkbox to enable schema.

  9. Add a new property by clicking the Properties link.

    1. Enter property’s name as kyvos.connection.isRead

    2. Enter its value as True.

  10. After you finish configuring the settings using the table shown below the screenshot, click the Test button from the top left to validate the connection settings.

  11. If the connection is valid, click the Save button. 

image-20240801-082226.png

 

Copyright Kyvos, Inc. All rights reserved.