Skip to content

API end point with web based interface for searching review from data set of ~60k reviews.

Notifications You must be signed in to change notification settings

shubham-shrivastava/tastysearch

Repository files navigation

tasty_search

API end point with web based interface for searching review from data set of ~60k reviews. You can find the live demo here or for the rest api, here.

Running locally

Clone this repo

$ git clone https://github.com/shubham-shrivastava/tasty_search.git

Now create the virtualenv of Python3.6 using

$ virtualenv my_env

OR if using conda

$ conda create --name my_env python=3

Now install requirements using pip and run the server

$ pip install -r requirements.txt
$ python manage.py runserver

Your application will now be running at localhost.

Framework used

  • Django
  • Django-Rest

Load Test Result

  • 1 User: 13ms average for 10k sample queries
  • 5 User: 20ms average for 10k sample queries

Note

The loadtest result were recorded on localhost.

About

API end point with web based interface for searching review from data set of ~60k reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published