JDBC (MySQL, Postgres)
Sync your indexed and processed entities to a JDBC-compatible database like PostgreSQL
Last updated
Was this helpful?
Sync your indexed and processed entities to a JDBC-compatible database like PostgreSQL
Last updated
Was this helpful?
To sync your data to MySQL or Postgres using JDBC:
Follow the instructions in the .
Add the mysql.password
(or postgres.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.