|
1 | 1 | ---
|
2 | 2 | title: Azure Data Catalog developer samples
|
3 | 3 | description: This article provides an overview of the available developer samples for the Data Catalog REST API.
|
| 4 | +ms.service: data-catalog |
4 | 5 | author: JasonWHowell
|
5 | 6 | ms.author: jasonh
|
6 |
| -ms.service: data-catalog |
7 | 7 | ms.topic: conceptual
|
8 | 8 | ms.date: 08/01/2019
|
9 | 9 | ---
|
10 |
| -# Data Catalog developer samples |
11 |
| -Get started developing Data Catalog apps using the Data Catalog REST API. The Data Catalog REST API is a REST-based API that provides programmatic access to Data Catalog resources to register, annotate, and search data assets programmatically. |
| 10 | + |
| 11 | +# Azure Data Catalog developer samples |
| 12 | + |
| 13 | +Get started developing Azure Data Catalog apps using the Data Catalog REST API. The Data Catalog REST API is a REST-based API that provides programmatic access to Data Catalog resources to register, annotate, and search data assets programmatically. |
12 | 14 |
|
13 | 15 | Here are the samples we have on GitHub:
|
14 | 16 |
|
15 |
| -* [Get started with Azure Data Catalog](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-get-started/) |
| 17 | +* [Get started with Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-get-started/) |
16 | 18 |
|
17 |
| - A sample that shows you how to authenticate with Azure AD to Register, Search, and Delete a data asset using the Data Catalog REST API. |
18 |
| -* [Bulk register and annotate](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-excel-register-data-assets/) |
| 19 | + The get started sample shows you how to authenticate with Azure AD to Register, Search, and Delete a data asset using the Data Catalog REST API. |
| 20 | + |
| 21 | +* [Get started with Azure Data Catalog using Service Principal](https://github.com/Azure-Samples/data-catalog-dotnet-service-principal-get-started/) |
| 22 | + |
| 23 | + This sample shows you how to register, search, and delete a data asset using the Data Catalog REST API. This sample uses the Service Principal authentication. |
| 24 | + |
| 25 | +* [Import/Export tool for Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-import-export/) |
| 26 | + |
| 27 | + This sample that shows how to use the Data Catalog REST API to fetch assets from the Azure Data Catalog and serialize them into a file. It also demonstrates how to take a set of assets serialized as JSON and push them into the catalog. It supports exporting a subset of the catalog using a search query. |
| 28 | + |
| 29 | +* [Bulk register and annotate in Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-excel-register-data-assets/) |
19 | 30 |
|
20 |
| - A sample that shows you how to bulk register data assets from an Excel workbook using Data Catalog REST API and Open XML. |
21 |
| -* [Import/Export tool](https://azure.microsoft.com/resources/samples/data-catalog-dotnet-import-export/) |
| 31 | + This sample that shows you how to bulk register data assets from an Excel workbook using Data Catalog REST API and Open XML. |
22 | 32 |
|
23 |
| - A sample that shows how to use the Data Catalog REST API to fetch assets from the Azure Data Catalog and serialize them into a file. It also demonstrates how to take a set of assets serialized as JSON and push them into the catalog. It supports exporting a subset of the catalog using a search query. |
| 33 | +* [Bulk import glossary terms into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-bulk-import-glossary/) |
| 34 | + |
| 35 | + This sample shows you how to import glossary terms from CSV files to ADC glossary. |
| 36 | + |
| 37 | +* [Bulk import relationships into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-bulk-import-relationship/) |
24 | 38 |
|
25 |
| -* [Bulk import glossary terms](https://azure.microsoft.com/resources/samples/data-catalog-bulk-import-glossary/) |
| 39 | + This sample shows you how to programmatically import relationship information from a CSV file into a data catalog. |
26 | 40 |
|
27 |
| - This sample shows you how to import glossary terms from CSV files to ADC glossary. |
| 41 | +* [Publish relationships into Azure Data Catalog](https://github.com/Azure-Samples/data-catalog-dotnet-publish-relationships/) |
28 | 42 |
|
| 43 | + This sample shows you how can programmatically publish relationship information to a data catalog. |
| 44 | + |
| 45 | +## Next steps |
| 46 | +[Azure Data Catalog REST API reference](/rest/api/datacatalog/) |
0 commit comments