Skip to content

Commit 861e852

Browse files
committed
Moved app-templates to be under sql-big-data-cluster and added general README
1 parent 88d4363 commit 861e852

13 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# App Templates
2+
These are the language kernel templates for deployment and consumption of applications deployed into an on premise SQL Server Big Data Cluster.
3+
4+
Each directory listed is a separate language kernel that is supported for app deployment:
5+
- Python
6+
- R
7+
- SSIS
8+
- Mleap
9+
10+
Each template contains three primary files:
11+
- spec.yaml
12+
- This is the deployment definition given to the cluster
13+
- run-spec.yaml
14+
- This is the app consumption definition given to the VS Code Ext. client
15+
- app code
16+
- Example code for deployment of that particular type of language kernel
17+
18+
These templates are automatically pulled by the mssqlctl CLI and the App Deploy VS Code Extension. Customers may also download these templates themselves outside of the clients, if desired.
19+
20+
Future language kernels supported for app deployment will be contributed as templates here.

samples/app-templates/mleap/frame.airbnb.json renamed to samples/features/sql-big-data-cluster/app-templates/mleap/frame.airbnb.json

File renamed without changes.

samples/app-templates/mleap/run-spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/mleap/run-spec.yaml

File renamed without changes.

samples/app-templates/mleap/spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/mleap/spec.yaml

File renamed without changes.

samples/app-templates/python/hello.py renamed to samples/features/sql-big-data-cluster/app-templates/python/hello.py

File renamed without changes.

samples/app-templates/python/run-spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/python/run-spec.yaml

File renamed without changes.

samples/app-templates/python/spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/python/spec.yaml

File renamed without changes.

samples/app-templates/r/hello.R renamed to samples/features/sql-big-data-cluster/app-templates/r/hello.R

File renamed without changes.

samples/app-templates/r/run-spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/r/run-spec.yaml

File renamed without changes.

samples/app-templates/r/spec.yaml renamed to samples/features/sql-big-data-cluster/app-templates/r/spec.yaml

File renamed without changes.

0 commit comments

Comments
 (0)