1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

redis stream sample code in the sandbox

Joel Bender 2019-11-24 17:54:04 -05:00
parent 85ee74d29e
commit 6fd62538fd

@ -1,5 +1,19 @@
# Release Notes
## 0.18.0 - UNRELEASED
> This is a description of what is sitting in the stage branch that hasn't
> been released yet.
### Read Property Redis Sample
In the sandbox there is a sample application that reads a list of points and
saves them in a [Redis](https://redis.io/) key-value store and also publishes
the value to a [Redis Stream](https://redis.io/topics/streams-intro). This
sample application has a JSON file for settings.
Redis streams are an excellent alternative to [Apache Kafka](https://kafka.apache.org/).
## 0.17.7
There is a new way of handling strange topology problems, a `settings` module