gofound tutorial
Go to file
suguo.yao 6cc88a7141 Merge branch 'master' of myschools.me:suguo/gofound 2022-10-14 17:05:48 +08:00
core init 2022-10-14 17:01:07 +08:00
docs init 2022-10-14 17:01:07 +08:00
global init 2022-10-14 17:01:07 +08:00
sdk init 2022-10-14 17:01:07 +08:00
searcher init 2022-10-14 17:01:07 +08:00
tests init 2022-10-14 17:01:07 +08:00
web init 2022-10-14 17:01:07 +08:00
.gitignore init 2022-10-14 17:01:07 +08:00
Dockerfile init 2022-10-14 17:01:07 +08:00
LICENSE init 2022-10-14 17:01:07 +08:00
api-test.http init 2022-10-14 16:36:39 +08:00
config.yaml init 2022-10-14 17:01:07 +08:00
go.mod init 2022-10-14 17:01:07 +08:00
gofound.d init 2022-10-14 17:01:07 +08:00
main.go init 2022-10-14 17:01:07 +08:00
readme.md init 2022-10-14 16:36:39 +08:00

readme.md

GOFOUND

概述

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

项目资料

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

实例环境构建

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