VMware has ended active development of this project, this repository will no longer be updated.
# gpdb-broker
This is a Cloud Foundry service broker for the Greenplum Analytic Warehouse. It currently supports multiple database instances within a shared Greenplum cluster running external to PCF.
This version should be considered a beta product, and has been tested against Pivotal Application Service (PAS) v. 2.7.0.
Prerequisites
The service broker requires an existing Greenplum instance.
The Modules
gpdb-broker
This module contains the broker code. Its README contains information on how to build, configure, and deploy the broker.
gpdb-connector
This module contains spring-cloud-connector code that can optionally be used by consumers of a brokered service.
gpdb-test-client
A test project that demos usage of the broker and can be used to verify a bound service. See its readme for more details.
gpdb-util
Shared utilities for interacting with the Greenplum backend.