JDBC (MySQL, Postgres)
Sync your indexed and processed entities to a JDBC-compatible database like PostgreSQL
To sync your data to MySQL or Postgres using JDBC:
Follow the instructions in the main page.
Add the
mysql.password
(orpostgres.password
) secret to your cluster:
Change the connector url depending on the DB engine, anywhere you have a "sink", i.e. in both streaming and batch .sql files:
Make sure to replace HOST
, DB
, USERNAME
, with your DB host, database name, username respectively.
Last updated