Skip to content

Commit 37d7043

Browse files
authored
Update dashboard (#13)
1 parent a1ee285 commit 37d7043

File tree

4 files changed

+270
-238
lines changed

4 files changed

+270
-238
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.1.0 (2021-12-25)
4+
5+
### Features / Enhancements
6+
7+
- Add Docker container for the Demo Application (#11)
8+
- Add Docker workflow (#12)
9+
- Update dashboards (#13)
10+
311
## 2.0.0 (2021-10-11)
412

513
### Features / Enhancements

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pop-up store demo using RedisTimeSeries, RedisGears and Redis plugins for Grafana</h1>
22

3-
![Pop-up](https://github.com/RedisTimeSeries/redis-pop-up-store/blob/master/images/pop-up-dashboard.png)
3+
![Pop-up](https://github.com/RedisGrafana/redis-pop-up-store/blob/master/images/pop-up-dashboard.png)
44

55
[![Grafana 8](https://img.shields.io/badge/Grafana-8-orange)](https://www.grafana.com)
66
[![Redis Data Source](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Data%20Source&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-datasource)](https://grafana.com/grafana/plugins/redis-datasource) [![Redis Application](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Application&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-app)](https://grafana.com/grafana/plugins/redis-app)
@@ -9,7 +9,7 @@
99

1010
The Pop-up store is using [Redis Streams](https://redis.io/topics/streams-intro), [RedisTimeSeries](https://oss.redis.com/redistimeseries/), [RedisGears](https://oss.redis.com/redisgears/) and [Redis plugins](https://redisgrafana.github.io) to visualize data pipeline in Grafana.
1111

12-
![Diagram](https://github.com/RedisTimeSeries/redis-pop-up-store/blob/master/images/pop-up.png)
12+
![Diagram](https://github.com/RedisGrafana/redis-pop-up-store/blob/master/images/pop-up.png)
1313

1414
- Node.js script adds random data to Customers and Orders streams
1515
- RedisGears is using `StreamReader` to watch all `queue:` keys and adding Time-Series samples

images/pop-up-dashboard.png

80.3 KB
Loading

0 commit comments

Comments
 (0)