Skip to content

arora-manish/redis_autocomplete_python

 
 

Repository files navigation

Redisearch Demo with Presentation

Running with Docker

Prerequisites

Running Dockerized Version

git clone https://github.com/arora-manish/redis_autocomplete_python
cd redis_autocomplete_python
docker-compose up

Open This Link in Your Browser

Running Locally

Starup docker container

docker run --rm -p 6379:6379 redislabs/redisearch:latest

Install python requirements

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Start the flask app

python3 app.py 

Navigate to the home page

  1. Webapp

  2. Data will automatically load if the key is not already present

  3. Start typing in the text box

Redis Insight

Redis Insight is running as well

Presentation

A RevealJS presentation and PDF rendering are available in the docs directory

About

RediSearch Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.0%
  • Python 34.5%
  • Dockerfile 1.5%