This is an SDK for writing service adapters for ODB in Golang. It encapsulates the command line invocation handling, parameter parsing, response serialization and error handling so the adapter authors can focus on the service-specific logic in the adapter. This will speed up the time to meeting the service author deliverables outlined here.
Before creating a service adapter you will need to have BOSH release for the service that you wish to deploy.
After creating the service adapter and service BOSH release, you will be able to configure the ODB provision new dedicated service instances from Cloud Foundry!
Please use the SDK tag that matches the ODB release you are targeting.
For example if using ODB 0.15.1 release, use the 0.15.1 SDK tag.
Follow this guide to try out an example product.
Kafka Service Adapter: https://github.com/pivotal-cf-experimental/kafka-example-service-adapter
Redis Service Adapter: https://github.com/pivotal-cf-experimental/redis-example-service-adapter
To integrate with the ODB we recommend that you package the service adapter in a BOSH release.
Kafka Service Adapter Release: https://github.com/pivotal-cf-experimental/kafka-example-service-adapter-release
Redis Service Adapter Release: https://github.com/pivotal-cf-experimental/redis-example-service-adapter-release
SDK Documentation: https://docs.pivotal.io/on-demand-service-broker/creating.html#sdk
On-Demand Services Documentation: https://docs.pivotal.io/on-demand-service-broker/index.html
On Demand Services SDK
Copyright (c) 2016 - Present Pivotal Software, Inc. All Rights Reserved.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.
This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.