Git Product home page Git Product logo

qelog's People

Contributors

bbdshow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

qelog's Issues

容器化部署Make报错

make image

+ mkdir -p ./bin
+ rm -r ./bin
+ go build -ldflags -s -o bin/receiver/qelog_receiver cmd/receiver/main.go
# golang.org/x/net/http2
/go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:417:45: undefined: os.ErrDeadlineExceeded
note: module requires Go 1.17
The command '/bin/sh -c set -eux;         mkdir -p ./bin && rm -r ./bin;         go build -ldflags "-s" -o bin/receiver/qelog_receiver cmd/receiver/main.go;         go build -ldflags "-s" -o bin/admin/qelog_admin cmd/admin/main.go;' returned a non-zero code: 2
make: *** [Makefile:32: image] Error 2

按文档部署服务端失败

我尝试了docker版和二进制版都失败了。是否是部署文档没有更新,或者我是步骤错了。

docker版

git clone https://github.com/bbdshow/qelog.git
cd qelog
# build docker image
make image
# docker-compose start container
docker-compose up -d


docker-compose up -d

[+] Running 1/2
 ✘ qelog Error                                                                              7.0s
 ⠙ mongodb Pulling                                                                          7.0s
Error response from daemon: pull access denied for qelog, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

二进制版

git clone https://github.com/bbdshow/qelog.git
cd qelog
make
cd bin

fatal: destination path 'qelog' already exists and is not an empty directory.
export GOPROXY="https://goproxy.io,direct"
mkdir -p ./bin && rm -r ./bin
mkdir -p ./bin/configs && cp -r configs ./bin
mkdir -p ./bin/web && cp -r web ./bin/web
go mod tidy
go: downloading github.com/bbdshow/bkit v0.3.8
go: downloading github.com/bbdshow/qelog/api v1.1.0
....

./qelog
current running server mode: single
2023/09/12 23:01:21 init GRPC pusher success
2023/09/12 23:01:23 Pusher:grpc rpc error: code = Unavailable desc = last connection error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:31082: connect: connection refused"
2023/09/12 23:01:23 Writer:remote push packet Push Unavailable
2023/09/12 23:01:23 Pusher:grpc rpc error: code = Unavailable desc = last connection error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:31082: connect: connection refused"
2023/09/12 23:01:23 Writer:packet retry PushPacket Push Unavailable
2023/09/12 23:01:24 Pusher:grpc rpc error: code = Unavailable desc = last connection error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:31082: connect: connection refused"
2023/09/12 23:01:24 Writer:packet retry PushPacket Push Unavailable
2023/09/12 23:01:25 Pusher:grpc rpc error: code = Unavailable desc = last connection error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:31082: connect: connection refused"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.