Info
Version: | 1.4.0 |
Author(s): | Tomas Pajurek ([email protected]) |
Last Update: | Friday, March 4, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/datamole/core/dotnet-commons/event-hub-explorer |
NuGet Url: | https://www.nuget.org/packages/Datamole.Commons.EventHubExplorer |
Install
Install-Package Datamole.Commons.EventHubExplorer
dotnet add package Datamole.Commons.EventHubExplorer
paket add Datamole.Commons.EventHubExplorer
Datamole.Commons.EventHubExplorer Download (Unzip the "nupkg" after downloading)
The tool can operate in streaming manner, continuously reading and filtering new events.
Usage: dtml-ehe query "SELECT json(body), json(userProperties, 'myProp1') AS myProp1 FROM [eventHubName].[consumerGroupName] WHERE enqtime > '-PT3H' AND myProp1 LIKE '«cd%'" -c "Endpoint=sb://[ehn].servicebus.windows.net/;SharedAccessKey=...".