Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudfoundry/service-fabrik-blueprint-service
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2017-07-31T19:22:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:50:49.000Z (10 months ago)
- Last Synced: 2024-04-09T21:21:32.813Z (10 months ago)
- Topics: cff-wg-service-management
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 25
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.