Skip to content

Read events from Eventhub and print to Stdout. You can then pipe them to other utilities.

Notifications You must be signed in to change notification settings

st0le/RecvEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecvEvent

Just a developer tool to receive events from Eventhub and print them to stdout.

How to Compile

dotnet publish -c Release

How to use

RecvEvent.exe -n <namespace> -e <eventhub> -k <saskeyname> -v <saskeyvalue> [-b]

See RecvEvent --help for more details.

Why?

Dotnet Core rewrite of an earlier golang app

About

Read events from Eventhub and print to Stdout. You can then pipe them to other utilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages