gcp pubsub jdbc - ghdrako/doc_snipets GitHub Wiki
Spring
Using dataflow
pubsub to jdbc
- https://cloud.google.com/dataflow/docs/guides/templates/provided/pubsub-to-jdbc
- https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/v2/googlecloud-to-googlecloud/README_Pubsub_to_Jdbc.md
- https://medium.com/@indra.bangsawan/build-a-simple-data-pipeline-to-ingest-streaming-data-to-cloud-sql-postgresql-or-alloydb-for-2220c3783c2b
jdbc to pubsub
json to table transform in oracle JSON_TABLE
https://rmauro.dev/oracle-json-table-transforming-json-into-relational-format/