Git Product home page Git Product logo

eventter's Introduction

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.

eventter's People

Contributors

jakubkulhan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cih-y2k

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.