0

[Question posted by a user on YugabyteDB Community Slack]

Is it possible to work with the Postgres tables using Spark-connector? Write and read to a Yugabyte Postgres?

dh YB
  • 965
  • 3
  • 10

1 Answers1

0

Yes, it is possible to read and write in YugabyteDB through the JDBC Spark connector. You can follow the Spark documentation as is.

Because YugabyteDB is PostgreSQL-compliant most PostgreSQL connectors should work just fine.

dh YB
  • 965
  • 3
  • 10