├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── license.txt ├── markdown ├── concepts-metadata-structure.md ├── concepts-orchestration-pattern.md ├── overview-deployment-adf.md ├── overview-deployment-azuresql.md ├── overview-deployment-funcapp.md ├── overview-deployment-webapp.md ├── overview-deployment.md ├── overview-product-limitations.md └── overview.md ├── media ├── CapabilityAssessmentAndCodebase.png ├── CapabilityAssessmentOverview.png └── database-erd.jpg └── supportingfiles ├── ADS Go Fast - Database.vsdx ├── ADS Go Fast - Jphn.vsdx ├── Diagrams.pptx ├── Diagrams.svg ├── Security Model.vsdx └── SecurityModel.xlsx /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/license.txt -------------------------------------------------------------------------------- /markdown/concepts-metadata-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/concepts-metadata-structure.md -------------------------------------------------------------------------------- /markdown/concepts-orchestration-pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/concepts-orchestration-pattern.md -------------------------------------------------------------------------------- /markdown/overview-deployment-adf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-deployment-adf.md -------------------------------------------------------------------------------- /markdown/overview-deployment-azuresql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-deployment-azuresql.md -------------------------------------------------------------------------------- /markdown/overview-deployment-funcapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-deployment-funcapp.md -------------------------------------------------------------------------------- /markdown/overview-deployment-webapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-deployment-webapp.md -------------------------------------------------------------------------------- /markdown/overview-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-deployment.md -------------------------------------------------------------------------------- /markdown/overview-product-limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview-product-limitations.md -------------------------------------------------------------------------------- /markdown/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/markdown/overview.md -------------------------------------------------------------------------------- /media/CapabilityAssessmentAndCodebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/media/CapabilityAssessmentAndCodebase.png -------------------------------------------------------------------------------- /media/CapabilityAssessmentOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/media/CapabilityAssessmentOverview.png -------------------------------------------------------------------------------- /media/database-erd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/media/database-erd.jpg -------------------------------------------------------------------------------- /supportingfiles/ADS Go Fast - Database.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/ADS Go Fast - Database.vsdx -------------------------------------------------------------------------------- /supportingfiles/ADS Go Fast - Jphn.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/ADS Go Fast - Jphn.vsdx -------------------------------------------------------------------------------- /supportingfiles/Diagrams.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/Diagrams.pptx -------------------------------------------------------------------------------- /supportingfiles/Diagrams.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/Diagrams.svg -------------------------------------------------------------------------------- /supportingfiles/Security Model.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/Security Model.vsdx -------------------------------------------------------------------------------- /supportingfiles/SecurityModel.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-data-services-go-fast-documentation/HEAD/supportingfiles/SecurityModel.xlsx --------------------------------------------------------------------------------