gofound tutorial
Go to file
suguo.yao bbbef7c11f release 2022-10-18 14:17:50 +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 release 2022-10-18 14:17:50 +08:00
.gitignore init 2022-10-14 17:01:07 +08:00
Dockerfile 测试部署 2022-10-15 10:08:05 +08:00
LICENSE init 2022-10-14 17:01:07 +08:00
api-test.http 公开 2022-10-18 14:13:53 +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