Skip to content

shaojintian/MessageQueue-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessageQueue-go

⚡️一个基于主题-订阅模型的快速响应,高可用的消息队列

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Quick Response,High Availability

An awesome MQ middleware to support your project!
Explore the docs »

View Demo · Report Bug · Request Feature

架构图v0.0.1:蓝色代表线程分配,白色代表逻辑流 architecture

Feature:(详细见src/docs/)

  1. 主题发布-订阅模型
  2. 全程无锁
  3. Broker Cluster 的存储(元数据+消息)由开源的高性能Raft组DragonBoat负责保证分布性一致性和容错性+RocksDB负责持久化
  4. 不采用刷盘做持久化也能达到直接刷盘的performance,集成更快

本篇README.md面向开发者

目录

上手指南

开发前的配置要求
  1. xxxxx x.x.x
  2. xxxxx x.x.x
安装步骤
  1. Get a free API Key at https://example.com
  2. Clone the repo
git clone https://github.com/shaojintian/MessageQueue-go.git

文件目录说明

eg:

filetree 
├── ARCHITECTURE.md
├── LICENSE.txt
├── README.md
├── /account/
├── /bbs/
├── /docs/
│  ├── /rules/
│  │  ├── backend.txt
│  │  └── frontend.txt
├── manage.py
├── /oa/
├── /static/
├── /templates/
├── useless.md
└── /util/

开发的架构

请阅读ARCHITECTURE.md 查阅为该项目的架构。

部署

暂无

使用到的框架

贡献者

请阅读CONTRIBUTING.md 查阅为该项目做出贡献的开发者。

如何参与开源项目

贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

版本控制

该项目使用Git进行版本管理。您可以在repository参看当前可用版本。

作者

sjt@xxxx

个人博客链接

您也可以在贡献者名单中参看所有参与该项目的开发者。

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt

鸣谢

About

基于golang的消息队列

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published