Files
sql-server-samples/samples/features/sql-big-data-cluster/app-deploy

Samples on how to deploy SQL Sever Big Data Cluster

Pre-requisites

  • CTP 2.3 or later
  • mssqlctl CLI familiarity

If you are unfamiilar with mssqlctl please refer to - App Deployment in SQL Server Big Data Cluster.

  • Tip mssqlctl app -h will display the various commands to manage the app

Python

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

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.

RollDice

This sample demonstrates the use of data framess

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 container app as web service that takes the Leap Frame as the input.

Sql Server Integration Services

SSIS

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.