nanda03dev/gque

By nanda03dev

Updated almost 2 years ago

Gque is a message queue protocol written in Golang

Image
Message queues
0

289

nanda03dev/gque repository overview

Gque - Golang Queue

Gque is a message queue protocol written in Golang that internally uses a NoSQL database to store broadcast queues and messages. Gque is designed to handle high-throughput message processing with a focus on scalability and reliability.

Features

  • Message Queuing: Efficiently queues incoming messages for processing.
  • NoSQL Integration: Stores and retrieves messages and queues from a NoSQL database.
  • Channel-Based Processing: Uses Golang channels for asynchronous message handling.
  • Event-Driven Architecture: Supports the creation of events that can be broadcast to multiple consumers.

Workflow Overview

  1. Receiving Messages:

    • Requests from Gque clients are received by the handler.
    • A new event is created and pushed into the incoming message channel.
  2. Processing Incoming Messages:

    • The incoming message worker consumes messages from the incoming message channel.
    • The message data is stored in a NoSQL database.
    • The message is then passed to the message producer channel.
  3. Producing Messages:

    • The message producer worker consumes the message from the producer channel.
    • Necessary events are generated.
    • Events are pushed into the appropriate consumer channels.

Author

Github repo

Installation

  1. Run the following command to pull gque image:
docker pull gque

Usage

To run application using docker img

docker run -p 5456:5456 gque

Tag summary

Content type

Image

Digest

sha256:6de638e48

Size

353.4 MB

Last updated

almost 2 years ago

docker pull nanda03dev/gque:1.0.1