Batch convert Azure Event Hubs Archive Apache Avro files to JSON files.
Azure Event Hubs Archive enables you to automatically deliver the streaming data in your Event Hubs to a Blob storage account. Once configured, Event Hubs Archive creates files in the Azure Storage account and container. You can explore these Avro files with the following procedure.
- Enable Event Hubs Archive.
- Use Microsoft Azure Storage Explorer to connect to the storage account and download the Blob container.
- Download the Avro Tools jar from Apache and put the file in the same directory as the downloaded blob.
- Create a folder
output
. - Execute the batch file.