All Projects → spring-cloud → spring-cloud-app-broker

spring-cloud / spring-cloud-app-broker

Licence: Apache-2.0 License
Spring Cloud project for implementing service brokers that conform to the Open Server Broker API specification

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-cloud-app-broker

overview-broker
A service broker that provides an overview of its service instances and bindings. Conforms to the Open Service Broker API standard.
Stars: ✭ 18 (-30.77%)
Mutual labels:  service-broker, open-service-broker, open-service-broker-api
JavaInterview
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+588.46%)
Mutual labels:  spring-cloud
sample-testing-microservices
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
Stars: ✭ 22 (-15.38%)
Mutual labels:  spring-cloud
cf-tools
Useful shell scripts for Cloud Foundry API v2
Stars: ✭ 22 (-15.38%)
Mutual labels:  cloudfoundry
spring-cloud-circuitbreaker-demo
Samples demonstrating how to using Spring Cloud Circuitbreaker
Stars: ✭ 43 (+65.38%)
Mutual labels:  spring-cloud
cloud-native-workshop
1 day workshop to learn Spring Boot + Spring Cloud + Pivotal Cloud Foundry
Stars: ✭ 37 (+42.31%)
Mutual labels:  spring-cloud
smile-monitor-starter
Microservice system monitoring
Stars: ✭ 49 (+88.46%)
Mutual labels:  spring-cloud
choerodon-framework
Choerodon Microservices Framework.
Stars: ✭ 87 (+234.62%)
Mutual labels:  spring-cloud
cf-swagger
Collection of Swagger descriptions and applications for CloudFoundry BOSH
Stars: ✭ 22 (-15.38%)
Mutual labels:  cloudfoundry
java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (-26.92%)
Mutual labels:  spring-cloud
microservices-v8
Learn Microservices with Spring Boot - v8
Stars: ✭ 32 (+23.08%)
Mutual labels:  spring-cloud
spring-cloud-examples
🎏 Personal learning use cases.
Stars: ✭ 33 (+26.92%)
Mutual labels:  spring-cloud
openbrokerapi
A python package for the V2 CF Service Broker API
Stars: ✭ 32 (+23.08%)
Mutual labels:  cloudfoundry
Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
Stars: ✭ 19 (-26.92%)
Mutual labels:  spring-cloud
fire-cloud
基于Spring Cloud的微服务业务框架
Stars: ✭ 16 (-38.46%)
Mutual labels:  spring-cloud
cf-sample-app-spring
Introduction to Cloud Foundry app deployment and management concepts.
Stars: ✭ 30 (+15.38%)
Mutual labels:  cloudfoundry
spring-cloud-microservice-study
springcloud 学习与经典场景示例
Stars: ✭ 72 (+176.92%)
Mutual labels:  spring-cloud
spring-cloud-contract-example
No description or website provided.
Stars: ✭ 13 (-50%)
Mutual labels:  spring-cloud
microservice-elk
Creating microservice using Spring Boot, Eureka, Zuul, Sleuth, Zipkin and ELK Stack
Stars: ✭ 19 (-26.92%)
Mutual labels:  spring-cloud
ecommerce-microservices-spring-reactive-webflux
E-commerce demo with spring reactive webflux and spring cloud microservice
Stars: ✭ 107 (+311.54%)
Mutual labels:  spring-cloud

Gitter

Spring Cloud App Broker

Spring Cloud App Broker is a framework for building Spring Boot applications that implement the Open Service Broker API to deploy applications to a platform.

The Open Service Broker API project allows developers to deliver services to applications running within cloud native platforms such as Cloud Foundry, Kubernetes, and OpenShift. Spring Cloud App Broker provides a framework based on Spring Boot that enables you to quickly create a service broker that deploys applications and services to the platform when managed services are provisioned.

Currently Cloud Foundry is supported as a target platform for service instance backing applications and services.

Getting Started

See the project site and reference documentation to get started building a service broker using this framework.

Take a look at this introduction blog post and to our sample apps.

Compatibility

Build

This project requires Java 8 at a minimum.

The project is built with Gradle. The Gradle wrapper allows you to build the project on multiple platforms and even if you do not have Gradle installed; run it in place of the gradle command (as ./gradlew) from the root of the main project directory.

Compile the project and run tests

./gradlew build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].