gmd

command module
v0.0.0-...-977fba5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

README

GMD

Any application can publish messages as a producer, Any application can be used as consumer consumption message. GMD maintains the subscription relationship of MQ, When there is a message in the queue, GMD will deliver the message to the subscribers of any application.

cd your_empty_path && \
git clone https://github.com/fuyibing/gmd.git . && \
go mod tidy && \
go build -o gmd && \
./gmd start

Work flow


Supports
  1. Aliyun MNS
  2. Rocket MQ
  3. Rabbit MQ

Guide
  1. HTTP API
  2. Utility
    1. Export Markdown documents. go run main.go docs
    2. Export Postman collection file. go run main.go docs -a postman
    3. Use docker container

Documentation

Overview

GMD (Go MQ dispatcher)

Any application can publish messages as a producer, Any application can be used as consumer consumption message. GMD maintains the subscription relationship of MQ, When there is a message in the queue, GMD will deliver the message to the subscribers of any application.

Directories

Path Synopsis
app
Package app Application core.
Package app Application core.
controllers
Package controllers MVC Controller with route prefix /.
Package controllers MVC Controller with route prefix /.
controllers/task
Package task MVC Controller with route prefix /task.
Package task MVC Controller with route prefix /task.
controllers/topic
Package topic MVC Controller with route prefix /topic.
Package topic MVC Controller with route prefix /topic.
logics
Package logics Application logical.
Package logics Application logical.
md
Package md Core library for mq dispatcher.
Package md Core library for mq dispatcher.
md/adapters
Package adapters Message queue adapters.
Package adapters Message queue adapters.
md/adapters/aliyunmns
Package aliyunmns Message queue adapter on AliyunMNS.
Package aliyunmns Message queue adapter on AliyunMNS.
md/adapters/rabbitmq
Package rabbitmq Message queue adapter on RabbitMQ.
Package rabbitmq Message queue adapter on RabbitMQ.
md/adapters/rocketmq
Package rocketmq Message queue adapter on RocketMQ.
Package rocketmq Message queue adapter on RocketMQ.
md/base
Package base Secondary level of core library.
Package base Secondary level of core library.
md/conf
Package conf Top level of core library configurations.
Package conf Top level of core library configurations.
md/dispatchers
Package dispatchers Top level of core library for dispatcher message interface.
Package dispatchers Top level of core library for dispatcher message interface.
middlewares
Package middlewares Application middlewares for MVC request.
Package middlewares Application middlewares for MVC request.
models
Package models Database model definition.
Package models Database model definition.
services
Package services Database manage center.
Package services Database manage center.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL