Skip to content

aerospike/cf-aerospike-service-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Service Broker for Cloud Foundry

This project implements the Cloud Foundry Service Broker interface for an Aerospike database. The service uses the Aerospike DB to persist service instances and bindings.

Getting Started

This is a Spring Boot application and is designed to be embedded into either the cf-service-broker-tile project or the cf-managed-service-tile project.

The cf-service-broker-tile is used to provide a Cloud Foundy Service Broker implementation for an existing Aerospike database.

The cf-managed-service-tile is used to create an Aerospike database from within Cloud Foundry and also includes the Service Broker implementation for application binding.

Build

In order to build the Spring Boot jar which will be embedded in one of the Cloud Foundry tile projects mentioned above, run this command:

gradle assemble

This will generate the Spring Boot jar file in the build/libs directory.

Creating Cloud Foundry Tile

See the documentation for the cf-service-broker-tile or the cf-managed-service-tile project to see how to include the Spring Boot jar to create a Pivotal Cloud Foundy tile.

About

Cloud Foundry Service Broker Implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages