Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

cloudfoundry-attic/mssql-server-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.