This commit is contained in:
John Rampono 2020-12-08 15:27:30 +08:00 коммит произвёл GitHub
Родитель 6df589c7c5
Коммит b75298fc9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 23 удалений

Просмотреть файл

@ -1,24 +1,2 @@
# Table of Contents
1. Overview
1. [What is ADS Go Fast Framework?](docs/overview.md)
1. [Product Limitations](docs/overview-product-limitations.md)
1. [Deployment](docs/overview-deployment.md)
1. Quickstart
1. [Deploy Sample Data Ingestion](docs/deploy-sample-data-ingestion.md)
1. [Refresh Environment](docs/refresh-environment.md)
1. How-to guides
1. [Web App overview](docs/how-to-guides-web-app-overview.md)
1. [Ingesting SQL Data Sources ](docs/how-to-guides-ingesting-sql-data-sources.md)
1. [Ingesting CSV Data Sources ](docs/how-to-guides-ingesting-csv-data-sources.md)
1. [Ingesting JSON Data Sources ](docs/how-to-guides-ingesting-json-data-sources.md)
1. [Ingesting Excel Data Sources ](docs/how-to-guides-ingesting-excel-data-sources.md)
1. [Ingesting Parquet Data Sources ](docs/how-to-guides-ingesting-excel-data-sources.md)
1. Concepts
1. [Metadata Structure](docs/concepts-metadata-structure.md)
1. [Orchestration Pattern](docs/concepts-orchestration-pattern.md)
1. [Naming Conventions](docs/concepts-naming-conventions.md)
1. [Data Lake Structure](docs/concepts-data-lake-structure.md)
1. Other
1. [Frequently Asked Questions](docs/others-frequently-asked-questions.md)
Documentation for this codebase is mantained in a separate repository. You can find it [here](https://github.com/microsoft/azure-data-services-go-fast-documentation). Please feel free to contribute to the documentation.