Time Series data structure for Redis
-
Updated
Aug 12, 2021 - C
{{ message }}
Time Series data structure for Redis
An example of using Redis Streams, RedisGears, RedisAI and RedisTimeSeries for Realtime Video Analytics (i.e. counting people)
A Software development kit for easier connection and execution of Redis Modules commands.
Docker image with select Redis Labs modules for the Edge
JavaScript client for RedisTimeSeries
Redisplanet - An Ultimate Hands-on Labs on Redis
Java client libraries for redis-modules https://redis.io/modules, based on Redisson. https://github.com/redisson/redisson
The Home of Redis Developers
Javascript RedisTimeSeries client
Pop-up store demo using @RedisTimeSeries, @RedisGears, and Redis Data Source for Grafana
Process time series data with Redis and Kafka
Demo project to display RedisTimeSeries data on the map in Grafana
This sample Azure IoT Edge module demonstrates how to store sensor data in RedisTimeSeries and visualize it in Grafana.
Grafana Plug-ins Statistics collects plug-ins statistics from the @grafana repository as @RedisTimeSeries and visualizes collected data using Redis plugins for Grafana.
A Netdata json formatter for storing metrics in RedisTimeSeries.
Add a description, image, and links to the redistimeseries topic page so that developers can more easily learn about it.
To associate your repository with the redistimeseries topic, visit your repo's landing page and select "manage topics."
Currently when a RedisResult[] is returned from a TS.RANGE or similar query, we enumerate the entire result and allocate it to a new IReadOnlyCollection. This feels unnecessary, and iteration should be left up to the user.