An open API service indexing awesome lists of open source software.

https://github.com/fanqingsong/chihiro


https://github.com/fanqingsong/chihiro

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chihiro - Search engine demo

![](https://img.shields.io/pypi/pyversions/Django.svg) ![license](https://img.shields.io/github/license/mashape/apistatus.svg)

## 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](https://python-poetry.org/docs/) manage dependency

## Run

```
docker-compose build
docker-compose up
```