Skip to content

Commit 9fc069f

Browse files
authored
Add test data for backend testing (#122)
* Add Test data and dashboards * Add streams and move rdb file
1 parent 38031e6 commit 9fc069f

File tree

6 files changed

+1482
-6
lines changed

6 files changed

+1482
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ coverage
1313

1414
# Compiled binary addons (https://nodejs.org/api/addons.html)
1515
dist/
16-
data/
1716
artifacts/
1817
node_modules/
1918
work/

data/dump.rdb

415 Bytes
Binary file not shown.

docker-compose-dev.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ services:
66
image: redislabs/redismod:latest
77
ports:
88
- '6379:6379'
9-
# Uncomment and edit the local path in the following line to have
10-
# Redis' data persisted to the host's filesystem.
11-
# volumes:
12-
# - ./dump.rdb:/data/dump.rdb
9+
volumes:
10+
- './data:/data/:rw'
1311

1412
grafana:
1513
container_name: grafana
@@ -27,5 +25,6 @@ services:
2725
volumes:
2826
- ./dist:/var/lib/grafana/plugins/redis-datasource
2927
- ./provisioning/datasources:/etc/grafana/provisioning/datasources
28+
- ./provisioning/dashboards:/etc/grafana/provisioning/dashboards
3029
# Uncomment to preserve Grafana configuration
3130
# - ./data:/var/lib/grafana

0 commit comments

Comments
 (0)