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

https://github.com/peripli/service-manager

⚠️ Deprecated – Archiving on 30/09/2025
https://github.com/peripli/service-manager

go osbapi service-broker

Last synced: 29 days ago
JSON representation

⚠️ Deprecated – Archiving on 30/09/2025

Awesome Lists containing this project

README

          

⚠️ DEPRECATION NOTICE ⚠️


This project is no longer actively maintained and will be archived on 12/08/2025.

# Service Manager

[![Build Status](https://github.com/Peripli/service-manager/workflows/Go/badge.svg)](https://github.com/Peripli/service-manager/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/Peripli/service-manager)](https://goreportcard.com/report/github.com/Peripli/service-manager)
[![Coverage Status](https://coveralls.io/repos/github/Peripli/service-manager/badge.svg)](https://coveralls.io/github/Peripli/service-manager)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Peripli/service-manager/blob/master/LICENSE)
[![Docker Repository on Quay](https://quay.io/repository/service-manager/core/status "Docker Repository on Quay")](https://quay.io/repository/service-manager/core)



Service Manager is a central registry for service brokers and platforms. It tracks service instances creation and allows sharing of services and service instances between different Platform Instances.
The Service Manager allows for an application to use services and service instances from multiple platforms.

## Documentation

Refer to the [Service Manager Documentation](./docs) for extensive details about concepts, use-cases, installation, etc...

## Project Status

The project is currently in pre-alpha version with active ongoing development.

## Terminology

Take a look at the [terminology page](./docs/concepts/glossary.md) for definitions of terms as they are used in the project.

## Code of Conduct

Participation on the project is governed by the [code of conduct](CODE_OF_CONDUCT.md).

## Community

* [Slack](https://openservicebrokerapi.slack.com/messages/C99PBB6ER)
* [Mailing list](https://groups.google.com/forum/#!forum/service-manager-wg)

## Feedback and Support

Feedback and contributions are always welcome. Please refer to the [contribution guidelines](./docs/development/contrib-process.md) as well as the [developer's guide](./docs/development) for more details.

## Additional Resources

* Details about the SM API can be found [here](https://github.com/Peripli/specification/blob/master/api.md).

* Service Manager CLI documentation is located [here](https://github.com/Peripli/service-manager-cli/tree/master/docs).

* Execution of a flow similar to the one described in the [walkthrough](./docs/usage/walkthrough.md) can be found [here](https://www.youtube.com/watch?v=FG2bIv34P10).

* Service Manager Introduction as part of the keynote @ CF Summit Europe 2018 can be found [here](https://www.youtube.com/watch?v=LMwo_zgfYjU).

* Service Manager Session @ CF Summit Europe 2018 can be found [here](https://www.youtube.com/watch?v=SGfwVPx-kmE).