gofound tutorial
Go to file
suguo.yao f641af4bc4 dictionary 2022-10-30 21:15:37 +08:00
gin 配置从 os.Getenv获取 2022-10-30 16:38:28 +08:00
global 修改dockerfile 2022-10-30 16:54:46 +08:00
handler 改造中 2022-10-28 12:23:32 +08:00
searcher 分词工具调整为gse 2022-10-28 23:26:05 +08:00
service 配置从 os.Getenv获取 2022-10-30 16:38:28 +08:00
tests init 2022-10-14 17:01:07 +08:00
web 改造中 2022-10-28 12:23:32 +08:00
.gitignore init 2022-10-14 17:01:07 +08:00
Dockerfile dictionary 2022-10-30 21:15:37 +08:00
LICENSE init 2022-10-14 17:01:07 +08:00
api-test.http 分词工具调整为gse 2022-10-28 23:26:05 +08:00
config.yaml 分词工具调整为gse 2022-10-28 23:26:05 +08:00
go.mod dictionary 2022-10-30 21:15:37 +08:00
main.go 配置从 os.Getenv获取 2022-10-30 16:38:28 +08:00
readme.md tewt 2022-10-28 16:22:56 +08:00

readme.md

GOFOUND

概述

代替elasticsearch原本只想做个测试学习过程中发现原项目BUG并且自己产生此想法因此进行项目优化改进。

项目资料

https://github.com/sea-team/gofound github.com/go-ego/gse

实例环境构建

git clone https://github.com/sea-team/gofound.git

docker build -t gofound .

docker run -d --name gofound -p 5678:5678 -v /mnt/data/gofound:/usr/local/go_found/data gofound:latest

后台

http://192.168.0.254:5678/admin admin / 123456