Giter Site home page Giter Site logo

bifrost's Introduction

bifrost

A MQTT message broker based on MQTT v3.1.1

Why Bifrost?

  • Completely compatible with mqtt protocol
  • Multi-tenancy support
  • No painful scale out
  • High availability
  • Flexible business callback

Support Functions

  • Retain message
  • QoS 1,0 message
  • Will message

Architecture

bifrost

  • connd: the session layer manages the flow of client state.
  • pushd: the business layer implements business callbacks and data persistence
  • etcd cluster: service discovery, routing metadata store.
  • DB : user state storage, support two types of tikv, redis storage.

Quick Start

Building the base environment

Etcd

  • nohup etcd > etcd.log 2>&1 &

To setup etcd , please follow official instruction

Redis

  • nohup redis-server > redis.log 2>&1 &

To setup redis, please follow official instruction

Run Bifrost

  1. GO111MODULE=on sh release.sh
  2. cd bifrost
  3. nohup bin/pushd -c conf/pushd.toml > pushd.log 2>&1 &
  4. nohup bin/connd -c conf/connd.toml > connd.log 2>&1 &

Test

  1. cd misc/example/ && go build
  2. ./message_test_a2a

Example

You can refer to directory 1 (misc/linktest) and directory 2 (misc/example)

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.