Quantcast
Channel: Sergio Govoni : microsoft azure
Viewing all articles
Browse latest Browse all 9

Azure Data Lake Store library for Delphi

$
0
0

From Microsoft-Docs on GitHub: Azure Data Lake Store is an enterprise-wide hyper-scale repository for big data analytic workloads. Azure Data Lake enables you to capture data of any size, type, and ingestion speed in one single place for operational and exploratory analytics.

Because I'm a Delphi developer, Microsoft Data Platform MVP since 2010 and because (in my opinion) there are poor documentation about the integration between the Delphi programming language and Microsoft Azure services, I decided to do something for help Delphi developers to use Microsoft Services and Products. I developed a REST sample library to connect and manage files into an instance of Azure Data Lake Store.

The sample library is intended for Delphi developers those want to build applications and services that are able to connect to Azure Data Lake Store. At the moment the libraty shows how to:

  • Retrieve an access token using REST Client components
  • Retrieve folders list
  • Upload files to a specific folder

The first version of my ADLSLibrary4Delphi, with source code, is available on my GitHub repository named azure-data-lake-store-for-delphi.

If you want to contribute in the project, you are welcome!

Enjoy! 


Viewing all articles
Browse latest Browse all 9

Trending Articles