https://github.com/fanqingsong/chihiro
https://github.com/fanqingsong/chihiro
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fanqingsong/chihiro
- Owner: fanqingsong
- License: mit
- Created: 2024-02-01T15:16:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T15:46:51.000Z (over 1 year ago)
- Last Synced: 2025-03-04T09:43:17.828Z (4 months ago)
- Language: Python
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chihiro - Search engine demo
 
## 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
```