Azure Data SQL Samples - Official Microsoft GitHub Repository containing code samples for SQL Server, Azure SQL, Azure Synapse, and Azure SQL Edge
Перейти к файлу
Jeroen ter Heerdt 26558b0295
Update spec.yaml
2019-03-08 16:35:41 -08:00
app-templates Update spec.yaml 2019-03-08 16:35:41 -08:00
.gitattributes lfs test 2017-03-15 11:04:31 -07:00
.gitignore Merge pull request #292 from FonsecaSergio/master 2019-01-29 15:28:25 -08:00
README.md chore(apps): app only templates for 2.3 just to reduce size (DO NOT REMOVE THIS BRANCH) 2019-02-02 10:16:20 -08:00
license.txt MIT license 2016-03-25 16:52:44 -07:00

README.md

App Templates

These are the language kernel templates for deployment and consumption of applications deployed into an on premise SQL Server Big Data Cluster.

Each directory listed is a separate language kernel that is supported for app deployment:

  • Python
  • R
  • SSIS
  • Mleap

Each template contains three primary files:

  • spec.yaml
    • This is the deployment definition given to the cluster
  • run-spec.yaml
    • This is the app consumption definition given to the VS Code Ext. client
  • app code
    • Example code for deployment of that particular type of language kernel

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.

Future language kernels supported for app deployment will be contributed as templates here.