Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ischaojie/mini_search
基于elasticsearch的电影搜索引擎
https://github.com/ischaojie/mini_search
elasticsearch flask mini vue
Last synced: about 23 hours ago
JSON representation
基于elasticsearch的电影搜索引擎
- Host: GitHub
- URL: https://github.com/ischaojie/mini_search
- Owner: ischaojie
- Created: 2019-09-06T01:01:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:09:29.000Z (about 2 years ago)
- Last Synced: 2025-01-20T03:54:17.235Z (7 days ago)
- Topics: elasticsearch, flask, mini, vue
- Language: Python
- Homepage:
- Size: 2.31 MB
- Stars: 55
- Watchers: 1
- Forks: 13
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hakuna电影搜索引擎(mini)
> scrapy+elasticsearch+flask+vuejust for fun,for learn.
![hakuna](hakuna.gif)
### how to run?
```
# 安装中文分词插件ik
# https://github.com/medcl/elasticsearch-analysis-ik
> elasticsearch-plugin install <>
# 启动elasticsearch
> bin/elasticsearch# 设置虚拟环境
> python -m venv env
> source env/bin/activate
> pip install -r requirements.txt# 启动爬虫
# 数据自动送入elasticsearch
scrapy crawl douban# server
> python app.py# client
> npm install
> npm run serve# 访问: localhost:8080
```### mini系列
[mini_todo](https://github.com/shiniao/mini_todo)——基于 go 语言的 todo restful-api 实践(gin+vue)[mini_sms_classify](https://github.com/shiniao/mini_sms_classify)——小型垃圾邮件分类系统(naive_bayes+flask+vue)
[mini_mnist](https://github.com/shiniao/mini_mnist)——mini手写数字识别(CNN+flask+vue)
### 联系我
email: [email protected]