Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudfoundry/service-fabrik-blueprint-service

Service fabrik's blueprint service which is a test service to try out service fabrik broker
https://github.com/cloudfoundry/service-fabrik-blueprint-service

cff-wg-service-management

Last synced: 3 months ago
JSON representation

Service fabrik's blueprint service which is a test service to try out service fabrik broker

Awesome Lists containing this project

README

        

# Blueprint-Service

## Overview

This service is a sample to demonstrate how services are integrated into the [Service-Fabrik-Broker](https://github.com/SAP/service-fabrik-broker).

As part of the decoupling process in which the services get more and more separated from the broker itself, the Blueprint-Service serves as sample for the service teams to answer questions how to integrate a service into the broker.

## Requirements

- You need to have installed [Node.JS](https://nodejs.org/en/) as well as [NVM](https://github.com/creationix/nvm).

## Download and Installation

- Clone the repository:

```
git clone https://github.com/SAP/service-fabrik-blueprint-service.git
cd service-fabrik-blueprint-service
npm install
```

- To start the service, execute the following:

```
npm start
```

## How to Obtain Support

If you need any support, have any question or have found a bug, please report it in the [GitHub bug tracking system](https://github.com/SAP/service-fabrik-blueprint-service/issues). We shall get back to you.

## LICENSE

This project is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE](LICENSE) file.