Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Butz authored and Korbinian Butz committed Apr 3, 2022
1 parent 9e607e9 commit 9e19794
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,12 @@ Chunk Records:
2022-03-26T16:01:52.501Z 2022-03-28T10:41:15.000Z 718
2022-03-28T10:41:15.001Z 2022-04-01T00:00:00.000Z 0
```
Above sample device is sending less constant data -> that's why there are chunks with 0 elements existing. It's configurable to skip chunks of size 0 automatically.
Above sample device is sending less constant data -> that's why there are chunks with 0 elements existing. It's configurable to skip chunks of size 0 automatically.

# Projects Libraries in use

* [Lombok](https://projectlombok.org/): A lib used to reduce boilerplate code for model/data objects
* [Logback](https://logback.qos.ch/): The SLF4J Logging Library in use
* [CFG4J](http://www.cfg4j.org/): To configure the application
* [ctongfei/progressbar](https://github.com/ctongfei/progressbar): A console progressbar Library
* Other helpers such as Apache-Commons, Guava and Javatuples

0 comments on commit 9e19794

Please sign in to comment.