Skip to content

RedisTimeSeries demos that were presented in RedisConf19

Notifications You must be signed in to change notification settings

danni-m/redisconf19-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisconf19-demo

setup

docker-compose file from: https://github.com/RedisTimeSeries/prometheus-redistimeseries-adapter/tree/master/compose

To create specific downsampling rules and retention policy add the following command under redis service.

command: ["redis-server", "--loadmodule", "/usr/lib/redis/modules/redistimeseries.so", "COMPACTION_POLICY", "max:1m:1d;min:1m:1d;avg:1m:1d", "RETENTION_POLICY", "60"]

Demos

  1. weather station under /weather_station
  2. Page view visitors counting under /counters

About

RedisTimeSeries demos that were presented in RedisConf19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages