Tanzu Greenplum Streaming Server 1.11

Coding the GPSS Batch Data Client

Last Updated February 26, 2025

You will develop GPSS client code to perform the following tasks:

  1. Connect to the GPSS Server
  2. Connect to VMware Tanzu Greenplum
  3. Retrieve Greenplum schema and table information
  4. Prepare a Greenplum table for writing
  5. Write data to the Greenplum table

The code excerpts in this topic are written in the Java programming language.

The code excerpts build upon each other. For example, the client instantiates a Session object in the Connect to VMware Tanzu Greenplum section. Subsequent code excerpts reference the same Session object instance.