eventter / eventter

Distributed message queue & stream search server

Home Page:https://eventter.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventterMQ

GitLab Build Status Docker Image on Docker Hub

Distributed message queue & stream search server

Overview

Status: Work in progress. Things might change a lot and quite often.

Contributing

Contributions are welcome and very much appreciated, whether they're new features, bugfixes, or improvements to documentation.

To contribute:

  • Start by forking the project on GitHub.
  • Push changes to a feature branch.
  • Create a pull request.
  • For your changes to be accepted, please sign the CLA.
  • All code should be formatted using go fmt.
  • All tests must pass.

Development

The project uses Go modules, so you need Go 1.11 or newer.

Otherwise you can do everything the usual way with the Go toolchain.

# install
go install ./bin/eventtermq
# test
go test ./mq/...
# fix code style
go fmt ./mq/...

There is also a Makefile that wraps some usual workflows.

# install
make install
# test
make test
# fix code style
make fmt
# generate sources, code style, run `go vet`, test & install
make all install

Generated code

There are several Go source files that are generated from other sources. Most notably all *.pb.go files contain generated gRPC (de)serialization & stubs. To generate these files, run make generate.

License

Apache License, Version 2.0 with Commons Clause condition, see LICENSE file.

About

Distributed message queue & stream search server

https://eventter.io/

License:Other


Languages

Language:Go 98.5%Language:HTML 0.8%Language:PHP 0.3%Language:Makefile 0.3%Language:CSS 0.1%Language:Dockerfile 0.1%