From b7e71f304b0c2148c8142b2b0dc54332f91ed79b Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Fri, 15 Feb 2019 19:20:42 -0800 Subject: [PATCH 1/6] updated README.MD --- samples/app-deploy/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samples/app-deploy/README.md b/samples/app-deploy/README.md index 709cb167..ba7c9f84 100644 --- a/samples/app-deploy/README.md +++ b/samples/app-deploy/README.md @@ -3,11 +3,17 @@ ## Python -These sample 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. +These sample 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/)__ +This sample demonstrates how to deploy a Python script that takes integers as input and outputs an integer. + __[magic8ball](magic8ball/)__ +This sample demonstrates how to deploy a Python script that takes a string as input and outputs a string. + + ## 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. @@ -25,4 +31,4 @@ This sample demonstrates how you use a MLeap bundle ( a Spark model serialized i ## Sql Server Integration Services __[SSIS](SSIS/)__ -This sample demonstrates how you run SSIS application as a containerized application levering the cron capability in Kubernets. This example takes Data Transformation Services Package File Format (DTSX) developed using Visual Studio that takes a database backup and copies it over to the SQL Server instance for restoring. This will run as a cron job pushing the backups every minute. Please follow the README.md for detailed instructions. \ No newline at end of file +This sample demonstrates how you run SSIS application as a containerized application levering the cron capability in Kubernets. This example takes Data Transformation Services Package File Format (DTSX) developed using Visual Studio that takes a database backup and copies it over to the SQL Server instance for restoring. This will run as a cron job pushing the backups every minute. Please follow the README.md for detailed instructions. From 8cf652fcb866085d150d26a8d2663fdcd74dfae4 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Fri, 15 Feb 2019 19:29:48 -0800 Subject: [PATCH 2/6] Update README.md --- samples/app-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/app-deploy/README.md b/samples/app-deploy/README.md index ba7c9f84..4ec02a7e 100644 --- a/samples/app-deploy/README.md +++ b/samples/app-deploy/README.md @@ -31,4 +31,4 @@ This sample demonstrates how you use a MLeap bundle ( a Spark model serialized i ## Sql Server Integration Services __[SSIS](SSIS/)__ -This sample demonstrates how you run SSIS application as a containerized application levering the cron capability in Kubernets. This example takes Data Transformation Services Package File Format (DTSX) developed using Visual Studio that takes a database backup and copies it over to the SQL Server instance for restoring. This will run as a cron job pushing the backups every minute. Please follow the README.md for detailed instructions. +This sample demonstrates SSIS application can be run as a containerized application and use the cron capability in Kubernets as a scheduler. This example takes Data Transformation Services Package File Format (DTSX) developed using Visual Studio that takes a database backup and copies it over to the SQL Server instance for restoring. This will run as a cron job pushing the backups every minute. Please follow the README.md for detailed instructions. From 984b38dd8da1e68ebb7c08b2569950d2e8449304 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Fri, 15 Feb 2019 19:31:37 -0800 Subject: [PATCH 3/6] Update README.md --- samples/app-deploy/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/app-deploy/README.md b/samples/app-deploy/README.md index 4ec02a7e..1f17b059 100644 --- a/samples/app-deploy/README.md +++ b/samples/app-deploy/README.md @@ -1,5 +1,4 @@ -# App deploy Samples CTP 2.3 -## Samples on how to deploy SQL Sever Big Data Cluster +# Samples on how to deploy SQL Sever Big Data Cluster ## Python From 5465494d8efd5cf3431a41cceb14a49c67f6b1c1 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Fri, 15 Feb 2019 19:32:04 -0800 Subject: [PATCH 4/6] Update README.md --- samples/app-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/app-deploy/README.md b/samples/app-deploy/README.md index 1f17b059..61b231c6 100644 --- a/samples/app-deploy/README.md +++ b/samples/app-deploy/README.md @@ -1,4 +1,4 @@ -# Samples on how to deploy SQL Sever Big Data Cluster +# Samples on how to deploy apps on SQL Sever Big Data Cluster ## Python From da381d170336eba4ecee5fcd67e60a9ef78ce936 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Fri, 15 Feb 2019 19:33:46 -0800 Subject: [PATCH 5/6] Added section for App Deploy --- samples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/README.md b/samples/README.md index ca61850d..1370e421 100644 --- a/samples/README.md +++ b/samples/README.md @@ -2,6 +2,10 @@ End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios. +__[App-Deploy](app-deploy/)__ + +Samples on how to deploy apps on SQL Server Big Data Cluster. + __[databases](databases/)__ Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. From 3f8d969105dfd9d5286c92cbf99d2e1a4b131292 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Sat, 16 Feb 2019 21:48:41 -0800 Subject: [PATCH 6/6] removed app-deploy link --- samples/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/README.md b/samples/README.md index 1370e421..ca61850d 100644 --- a/samples/README.md +++ b/samples/README.md @@ -2,10 +2,6 @@ End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios. -__[App-Deploy](app-deploy/)__ - -Samples on how to deploy apps on SQL Server Big Data Cluster. - __[databases](databases/)__ Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.