https://github.com/redisinsight/packages
https://github.com/redisinsight/packages
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redisinsight/packages
- Owner: RedisInsight
- Created: 2022-03-17T08:20:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T17:42:30.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:33:08.898Z (about 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packages
[Redis Insight](https://redis.com/redis-enterprise/redis-insight/) Workbench allows you to leverage the command-line interaction to visualize many Redis Stack capabilities and data structures like
- [Search](https://redis.io/docs/stack/search/) capability
- [time series](https://redis.io/docs/stack/timeseries/) data stucture
- [graph](https://redis.io/docs/stack/graph/) data model
- core Redis commands - like [COMMAND LIST](https://redis.io/commands/client-list/).
Though, sometimes it may not be enough.
For such cases, Workbench supports plugin visualizations that empower you to create your own custom data visualization as a plugin to cover your use cases and work with it in Workbench.
This repository describes the process to create your own data visualizations for Redis Insight Workbench.
You can find documentation that describes the entire process [here](https://github.com/RedisInsight/Packages/tree/main/docs).
You can also look at and try the following examples of plugin visualizations for Workbench:
- [CLIENT LIST](https://github.com/RedisInsight/Packages/tree/main/clients-list-example) visualization
- [Random key](https://github.com/RedisInsight/Packages/tree/main/random-key-example) example