Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zu1k/she
课程作业,半成品,数据根据法律不公开
https://github.com/zu1k/she
bleve gin golang index search sql vue
Last synced: about 1 month ago
JSON representation
课程作业,半成品,数据根据法律不公开
- Host: GitHub
- URL: https://github.com/zu1k/she
- Owner: zu1k
- License: mit
- Archived: true
- Created: 2020-03-05T02:40:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T22:10:00.000Z (about 2 years ago)
- Last Synced: 2024-09-25T23:24:14.596Z (about 2 months ago)
- Topics: bleve, gin, golang, index, search, sql, vue
- Language: Go
- Homepage:
- Size: 3.59 MB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
she
## 功能
- 根据定义文件自动对csv数据构建索引
- 快速并行的在多个数据源中进行查询
- 自动监视文件夹并对其中的文本库建立索引## 安装
### 从源码编译
```sh
$ go get -u -v github.com/zu1k/she
```需要下载字典
### 下载预编译的可执行程序
[release](https://github.com/zu1k/she/releases)
### Docker
使用预编译的Docker镜像
```sh
docker pull zu1k/she
docker run -itd -p 80:10086 -v /path/to/she/data:/root/she zu1k/she serve -m auto
```然后将你的各种文本库扔 /path/to/she/data/origin 目录下,然后等待索引就行了
## 说明
Mit协议开源
课程作业,未完工,请勿用来做违法事情