Skip to content

Demo application for using elasticsearch and redis api using flask framework in python

Notifications You must be signed in to change notification settings

lakshaysinghal/indexingapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Indexing and Searching using ElasticSearch and Redis The sample project describes the use of ElasticSearch and Redis db server to index and search key value pair.
A simple frontend is also developed using Bootstrap3 and Jquery.
The request sent from the HTML is listened by a Python script running in background which is implemented using Flask.
It identifies the route and executes the respective function and sends the response back to HTML in string or JSON format depending on POST and GET method repectively.

For executing this project you need

  • ElasticSearch installed and running on port 9200
  • Redis installed and running on port 6379
  • sudo -E pip install -r requirements.txt

Steps to run

  • Execute python daemon
  • Run index.html on a bootstrap supported browser

About

Demo application for using elasticsearch and redis api using flask framework in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published