Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teerasej/nextflow-device-event-emitter


https://github.com/teerasej/nextflow-device-event-emitter

Last synced: 1 day ago
JSON representation

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"
}
}
```