Skip to content

avade/cf-example-broker

Repository files navigation

#cf-example-broker

An example service broker for Cloud Foundry. The purpose is to showcase a range of OSS libraries that help speed up Broker development.

This broker does not connect to an actual database, but eventually it will hand out bindings and conform to the Broker API.

Use the projects tags to jump through milestones of the development.

Running the Broker

Configuration (not implemented)

First update the configuration file.

vim assets/config.yml

service_broker:
 max_instances: 5
 username: user
 password: password
service_credentials:
 username: secret
 password: service
 host: host
 port: 1234

Build & Run

go build
./cf-example-broker config.yml

The broker is now running on http://localhost:3000

Running the tests

Contributing

Please send any contributions via a pull request or raise an [issue].

Libaries

This section links to OSS libaries that have been used in the project.

Links

About

Example Service Broker for Cloud Foundry to showcase OSS libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages