Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/nextflow-device-event-emitter
https://github.com/teerasej/nextflow-device-event-emitter
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/nextflow-device-event-emitter
- Owner: teerasej
- Created: 2023-08-21T11:44:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T11:44:48.000Z (over 1 year ago)
- Last Synced: 2024-04-13T19:04:48.895Z (9 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"
}
}
```