Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate using Redis Streams #20

Open
yatharthranjan opened this issue Sep 18, 2020 · 0 comments
Open

Investigate using Redis Streams #20

yatharthranjan opened this issue Sep 18, 2020 · 0 comments
Labels
question Further information is requested

Comments

@yatharthranjan
Copy link
Member

We can try to use Redis Streams https://redis.io/topics/streams-intro instead of the Publish/Subscribe as it has better data retention and delivery guarantees and also provides much more features like time series data queries and consumer groups (very similar to kafka). This will also allow using grafana directly with Redis (https://grafana.com/grafana/plugins/redis-datasource) and bypass influxdb. Or if we plan to move to MQTT this would not be required anyway.

@yatharthranjan yatharthranjan added the question Further information is requested label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant