Sign inSign up

zu1k/she

By zu1k

Updated almost 6 years ago

Image
0

1.0K

zu1k/she repository overview


she

Something

Github Actions

Features

  • 根据定义文件自动对csv数据构建索引
  • 快速并行的在多个数据源中进行查询
  • 自动监视文件夹并对其中的文本库建立索引

Install

she Requires Go >= 1.13. You can build it from source:

$ go get -u -v github.com/zu1k/she

Download dictionary.txt to the same dir with she

Pre-built binaries are available here: release

Use

Docker

使用预编译的Docker镜像

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 目录下,然后等待索引就行了

Tag summary

Content type

Image

Digest

Size

16.7 MB

Last updated

almost 6 years ago

docker pull zu1k/she