https://github.com/redis-developer/redis-datasets
A Curated List of Sample Redis Datasets
https://github.com/redis-developer/redis-datasets
dataset redis-datasets redis-modules sample-dataset
Last synced: about 1 month ago
JSON representation
A Curated List of Sample Redis Datasets
- Host: GitHub
- URL: https://github.com/redis-developer/redis-datasets
- Owner: redis-developer
- Created: 2020-08-10T08:05:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T18:04:07.000Z (over 3 years ago)
- Last Synced: 2025-04-12T03:52:43.507Z (about 1 month ago)
- Topics: dataset, redis-datasets, redis-modules, sample-dataset
- Language: Python
- Homepage: http://github.com/Redis-Developer
- Size: 10.3 MB
- Stars: 84
- Watchers: 6
- Forks: 49
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Curated List of Sample Redis Datasets
This page shows the sample datasets available for Redis Modules. Click the below sample dataset to lean more about it.
## [RediSearch](https://github.com/redis-developer/redis-datasets/blob/master/redisearch/README.md)
| List of Datasets | Description |
| --- | --- |
| [Movie Dataset](https://github.com/Redis-Developer/redis-datasets/tree/movie-dataset/movie-database) | Contains details on Movie Database listings |
| [OpenBeerDB](https://github.com/Redis-Developer/redis-datasets/tree/master/redisearch/openbeerdb) | Contains details on Openbeer listings |
| [User Sample Datasets](https://github.com/redis-developer/redis-datasets/blob/master/user-database/README.md) | Contains details on Openbeer listings |## [RedisGraph](https://github.com/redis-developer/redis-datasets/blob/master/redisgraph/README.md)
| List of Datasets | Description |
| --- | --- |
| [An API of Ice and Fire](https://github.com/Redis-Developer/redis-datasets/blob/master/redisgraph/datasets/iceandfire/README.md) | Contains details on Ice & Fire API Database listings |
| [Movie Dataset](https://github.com/Redis-Developer/redis-datasets/tree/movie-dataset/movie-database) | Contains details on Movie Database listings |
| [Redis Graph Bulk Loader](https://github.com/Redis-Developer/redis-datasets/tree/master/redisgraph/redisgraph-bulk-loader) | Loading bulk data into Redisgraph |## RedisGears
| List of Datasets | Description |
| --- | --- |
| [Sample IMDB Dataset](https://github.com/Redis-Developer/redis-datasets/blob/master/redisgears/imdb/README.md) | Contains details on IMDB Movie Database listings |
| [Sample Kaggle CORD19 Dataset](https://github.com/Redis-Developer/redis-datasets/blob/master/redisgears/nlp/README.md) | Contains details on Kaggle CORD19 datasets listings |## [RedisJSON](https://github.com/redis-developer/redis-datasets/blob/master/redisjson/README.md)
| List of Datasets | Description |
| --- | --- |
| [Employee Profile dataset](https://github.com/redis-developer/redis-datasets/blob/master/redisjson/README.md) | Contains details on Sample Employee Profile Database listings |
| [Shopping Cart Demo](https://github.com/redis-developer/basic-redis-shopping-chart-nodejs) | Contains details on Sample Shopping cart demo |## [RedisTimeseries](https://github.com/redis-developer/redis-datasets/blob/master/redistimeseries/README.md)
| List of Datasets | Description |
| --- | --- |
| [AirQuality Dataset](https://github.com/Redis-Developer/redis-datasets/tree/master/redistimeseries/AirQualityUCI) | Contains details on Air Quality listings |
| [Stock Price Dataset](https://github.com/redis-developer/redis-datasets/blob/master/redistimeseries/StockPrice/README.md) | Data model for stock prices |
| [Sample Sensor Data](https://github.com/redis-developer/redis-datasets/tree/master/redistimeseries/sample/sensor_data/README.md) | Date Model for Sensors data |
| [Real-Time IoT Sensor Data](https://github.com/redis-developer/redis-datasets/blob/master/redistimeseries/realtime-sensor-jetson/README.md) | Date Model for IoT Sensors data |
| [Redis Popup Store](https://github.com/RedisTimeSeries/redis-pop-up-store) | Date Model to visualize sale progress|## [RedisAI](https://github.com/redis-developer/redis-datasets/blob/master/redisai/README.md)
| List of Datasets | Description |
| --- | --- |
| [Animal Recognition Demo](https://github.com/RedisGears/AnimalRecognitionDemo) | Contains details on Animal Recognition datasets |
| [Edge Real time Video Analytics](https://github.com/RedisGears/EdgeRealtimeVideoAnalytics)| Contains details on Edge Real time Video Analytics datasets |
| [Chat Bot Demo](https://github.com/RedisAI/ChatBotDemo) | Contains details on Chat Bot Demo datasets |
[ Redis AI Showcase](https://github.com/RedisAI/redisai-examples) | Contains details on Redis AI Showcase datasets|## [RedisBloom](https://github.com/redis-developer/redis-datasets/blob/master/redisbloom/README.md)
| List of Datasets | Description |
| --- | --- |
| [Unique Website Visitor](https://github.com/redis-developer/redis-datasets/blob/master/redisbloom/README.md) | Contains details on Unique IP address visitors listings |
| [Fraud Detection](https://github.com/redis-developer/redis-datasets/blob/master/use-cases/fraud-detection/README.md) | Contains details on Fraud Detection System using RedisBloom |## Getting Started
Using Redis Cloud
Sign up for a free account https://redis.com/try-free and get 30MB free tier at $0. Use the button below to register yourself and get started in no seconds.[](https://app.redislabs.com/#/add-subscription)
Using Linux
Following are the pre-requisites for using Redis Modules#### Installing Redis
Reference and more detailed steps: [here](https://redis.io/download#installation)```bash
$ wget http://download.redis.io/redis-stable.tar.gz$ tar xvzf redis-stable.tar.gz
$ cd redis-stable
$ make
$ make test
$ sudo make install
```Build RedisGraph Module(Example)
Reference and more detailed steps: [here](https://oss.redislabs.com/redisgraph/)```bash
# Ubuntu/Linux$ sudo apt-get install build-essential cmake m4 automake peg libtool autoconf
# Mac
$ brew install cmake m4 automake peg libtool autoconf
$ git clone --recurse-submodules -j8 [https://github.com/RedisGraph/RedisGraph.git](https://github.com/RedisGraph/RedisGraph.git)
$ cd RedisGraph
$ make
```Using Docker
```
docker run -p 6379:6379 redislabs/redismod
``````
redis-cli -h localhost
> info modules
``````
# Modules
module:name=ft,ver=10613,api=1,filters=0,usedby=[],using=[],options=[]
module:name=rg,ver=10001,api=1,filters=0,usedby=[],using=[ai],options=[]
module:name=bf,ver=20204,api=1,filters=0,usedby=[],using=[],options=[]
module:name=ReJSON,ver=10004,api=1,filters=0,usedby=[],using=[],options=[]
module:name=ai,ver=10001,api=1,filters=0,usedby=[rg],using=[],options=[]
module:name=graph,ver=20019,api=1,filters=0,usedby=[],using=[],options=[]
module:name=timeseries,ver=10207,api=1,filters=0,usedby=[],using=[],options=[]# Cluster
cluster_enabled:0# Keyspace
db0:keys=1,expires=0,avg_ttl=0
localhost:6379> info
```