cloudfoundry-attic / mssql-server-broker

Cloud Foundry service broker for Microsoft SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mssql-server-broker

This is a Cloud Foundry service broker for Microsoft SQL Server. It currently supports multiple database instances within a SQL Server instances running external to CF.

This version should be considered a beta product, and has been tested against CF Elastic Runtime v1.9

Prerequisites

The service broker requires an existing SQL Server install. It has been tested against the docker-based version described here.

The Modules

This module contains the broker code. Its readme contains information on how to build, configure, and deploy the broker.

This module contains spring-cloud-connector code that can optionally be used by consumers of a brokered service.

A sample project that demos usage of the broker and the connector. See its readme for more details.

Shared utilities for interacting with the SQL Server backend.

About

Cloud Foundry service broker for Microsoft SQL Server

License:Apache License 2.0


Languages

Language:Java 100.0%