Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/redis-developer/redis-datasets

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/redis-developer/redis-datasets

  • v0.0.0-20211206180407-14ce1de17439
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

List of DatasetsDescription
Movie DatasetContains details on Movie Database listings
OpenBeerDBContains details on Openbeer listings
User Sample DatasetsContains details on Openbeer listings

RedisGraph

List of DatasetsDescription
An API of Ice and FireContains details on Ice & Fire API Database listings
Movie DatasetContains details on Movie Database listings
Redis Graph Bulk LoaderLoading bulk data into Redisgraph

RedisGears

List of DatasetsDescription
Sample IMDB DatasetContains details on IMDB Movie Database listings
Sample Kaggle CORD19 DatasetContains details on Kaggle CORD19 datasets listings

RedisJSON

List of DatasetsDescription
Employee Profile datasetContains details on Sample Employee Profile Database listings
Shopping Cart DemoContains details on Sample Shopping cart demo

RedisTimeseries

List of DatasetsDescription
AirQuality DatasetContains details on Air Quality listings
Stock Price DatasetData model for stock prices
Sample Sensor DataDate Model for Sensors data
Real-Time IoT Sensor DataDate Model for IoT Sensors data
Redis Popup StoreDate Model to visualize sale progress

RedisAI

List of DatasetsDescription
Animal Recognition DemoContains details on Animal Recognition datasets
Edge Real time Video AnalyticsContains details on Edge Real time Video Analytics datasets
Chat Bot DemoContains details on Chat Bot Demo datasets
Redis AI ShowcaseContains details on Redis AI Showcase datasets

RedisBloom

List of DatasetsDescription
Unique Website VisitorContains details on Unique IP address visitors listings
Fraud DetectionContains 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.

Using Linux

Following are the pre-requisites for using Redis Modules

Installing Redis

Reference and more detailed steps: here

$ 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

# 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

FAQs

Package last updated on 06 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc