Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features

github:
description: BifroMQ(Incubating) is a high-performance, distributed MQTT broker implementation that seamlessly integrates native multi-tenancy support. It is designed to support building large-scale IoT device connections and messaging systems.
description: Apache BifroMQ (Incubating) is a high-performance, distributed MQTT broker that natively supports multi-tenancy. It is designed to enable the building of large-scale IoT device connectivity and messaging systems.
homepage: https://bifromq.apache.org/
labels:
- mqtt
Expand Down Expand Up @@ -47,6 +47,5 @@ github:
notifications:
commits: commits@bifromq.apache.org
issues: dev@bifromq.apache.org
pullrequests: dev@bifromq.apache.org
jobs: commits@bifromq.apache.org
discussions: dev@bifromq.apache.org
1 change: 1 addition & 0 deletions .github/workflows/build-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
format: jacoco
continue-on-error: true
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# BifroMQ
# Apache BifroMQ (Incubating)

[![GitHub Release](https://img.shields.io/github/release/bifromqio/bifromq?color=brightgreen&label=Release)](https://github.com/bifromqio/bifromq/releases)
<a href="https://discord.gg/Pfs3QRadRB"><img src="https://img.shields.io/discord/1115542029531885599?logo=discord&logoColor=white" alt="BifroMQ Discord server" /></a>
[![Coverage Status](https://img.shields.io/coveralls/github/bifromqio/bifromq/main?label=Coverage)](https://coveralls.io/github/bifromqio/bifromq?branch=main)
[![Docker Pulls](https://img.shields.io/docker/pulls/bifromq/bifromq?label=Docker%20Pulls)](https://hub.docker.com/r/bifromq/bifromq)

English | [中文简体](./README.zh_Hans.md)

---

BifroMQ is a high-performance, distributed MQTT broker implementation that seamlessly integrates native multi-tenancy
support. It is designed to support building large-scale IoT device connections and messaging systems.
BifroMQ is a high-performance, distributed MQTT broker that natively supports multi-tenancy. It is designed to enable the building of large-scale IoT device connectivity and messaging systems.

## Features

Expand Down
216 changes: 0 additions & 216 deletions README.zh_Hans.md

This file was deleted.

Loading