Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Sep 19, 2022
1 parent c79c3b1 commit 52d7a30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# IoT Edge Event Aggregation sample
# IoT Edge Event Aggregation Module

This project is a sample demonstrating how to aggregate events from IoT Edge.
This project hosts the source code for the IoT Edge Event Aggregation module.
The edge module is a NodeJS application that aggregates events from EdgeHub according to the specified ``OUTPUT_FREQUENCY`` and compress them using gzip.

For downstream the events, the ``SplitMessagesFunction`` uncompressed the events from IoT Hub and splits them into individual messages into the output event hub.

## Usage

Expand Down

0 comments on commit 52d7a30

Please sign in to comment.