Update README.md

This commit is contained in:
Bharath Sankaranarayan
2019-02-21 16:52:05 -08:00
committed by GitHub
parent 28333b9186
commit 17c80055b9
@@ -1,16 +1,25 @@
# App Deploy Samples for SQL Server 2019 CTP 2.3
## Samples on how to deploy apps on a SQL Sever big data cluster
# App deploy Samples
## Samples on how to deploy SQL Sever Big Data Cluster
## Pre-requisites
# CTP 2.3 or later
# mssqlctl CLI familiarity
Getting started - [App Deployment in SQL Server Big Data Cluster](https://docs.microsoft.com/en-us/sql/big-data-cluster/big-data-cluster-create-apps?view=sqlallproducts-allversions).
**Tip** For an interactive help try mssqlctl app -h for a list of commands and how to use them.
## Python
These sample demonstrates how you can deploy a simple Python app into SQL Server big data luster as container app as web service that is swagger-compliant for building your application.
These samples demonstrates how you can deploy a simple Python app into SQL Server Big Data Cluster as container app as web service that is swagger compliant for building your application.
__[addpy](addpy/)__
__[magic8ball](magic8ball/)__
## R
These sample demonstrates how you can deploy a simple R app into SQL Server big data cluster as container app as web service that is swagger-compliant for building your application.
These sample demonstrates how you can deploy a simple R app into SQL Server Big Data Cluster as container app as web service that is swagger compliant for building your application.
__[RollDice](RollDice/)__
@@ -19,10 +28,10 @@ This sample demonstrates the use of data framess
## MLeap
__[hello-mleap](hello-mleap/)__
This sample demonstrates how you use a MLeap bundle ( a Spark model serialized in this format) and run it outside of Spark. The sample is based on the MLeap sample availble here http://mleap-docs.combust.ml/mleap-serving/. We are using the MLeap Serving container that is published in Docker Hub. The MLeap Serving is deployed as container in SQL Server big data cluster as a container app with a web service that takes the Leap Frame as the input.
This sample demonstrates how you use a MLeap bundle ( a Spark model serialized in this format) and run it outside of Spark. The sample is based on the MLeap sample availble here http://mleap-docs.combust.ml/mleap-serving/. We are using the MLeap Serving container that is published in docker hub. The MLeap Serving is deployed as container in SQL Server Big Data Cluster as container app as web service that takes the Leap Frame as the input.
## SQL Server Integration Services
## Sql Server Integration Services
__[SSIS](SSIS/)__
This sample demonstrates how you can run SSIS application as a containerized application leveraging the cron capability in Kubernetes. This example uses a Data Transformation Services Package File Format (DTSX) file developed using Visual Studio that, when executed, takes a database backup. This will run as a cron job which creates the backups every minute. Please follow the README.md for detailed instructions.
This sample demonstrates how you run SSIS application as a containerized application leveraging the cron capability in Kubernets. This example takes Data Transformation Services Package File Format (DTSX) picksa database backup and copies it over to the SQL Server instance for restoring. This will run as a cron job creating the backups every minute. Please follow the README.md for detailed instructions.