/Chihiro

Primary LanguagePythonMIT LicenseMIT

Chihiro - Search engine demo

license

Introduction

Chihiro is a simple search engine demo. It show you how to build a search engine website by using Scrapy, Django and ElasticSearch.

Chihiro consists of ChihiroSearch and ChihiroSpider.

  • ChihiroSearch: website backend.
  • ChihiroSpider: Spiders.

Installation

Dependency manage.

Chihiro use poetry manage dependency

Run

docker-compose build
docker-compose up