https://github.com/teerasej/nextflow-device-event-emitter
https://github.com/teerasej/nextflow-device-event-emitter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/nextflow-device-event-emitter
- Owner: teerasej
- Created: 2023-08-21T11:44:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T11:44:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T06:52:13.684Z (6 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextflow Event Emitter sample
This console application is build to emitted a series of JSON data to Azure Event Hubs.
## appsettings.json
We have to create `/appsettings.json` with following keys:
```json
{
"EventHubSettings": {
"ConnectionString": "YOUR_EVENTHUB_CONNECTION_STRING",
"Name": "YOUR_EVENTHUB_NAME"
}
}
```