Repository navigation

#

messaging-queue

Node.js client for Memphis. Memphis.dev is a highly scalable and effortless data streaming platform

TypeScript
54
1 年前

Python client for Memphis. Memphis is an event processing platform

Python
38
1 年前

Simple example showing how to send and receive messages with RabbitMQ using Go

Go
2
1 个月前

Building a toy log ingestor to learn about queues, exchanges and routing keys.

Go
2
2 年前

This is a web back-end project in which three microservices are created. Uses Python Flask, SQLite3 Database and Redis for implementing Messaging Queue. The WorkerService is responsible for implementing a messaging queue when a user accesses the /postTweet endpoint. Along with that, it also includes a hashtag analysis method. When a user accesses the /trending endpoint, he/she will get the top trending hashtags. The User microservice includes creating user, authenticating user, add followers, remove followers. Timeline microservice posts a post on timeline, displays post of the user, displays post of all the follower’s user follows, Displays post of the all the users.

Python
1
5 年前

Pub-Sub HTTP based messaging queue

JavaScript
1
3 年前

me trying nsq because the name looks like a cool username

Go
0
4 年前

WonderQ a simple NodeJS messaging queue, with publisher and consumer

JavaScript
0
4 年前

A simple Kafka-based coffee order system using Go. The producer sends coffee orders to Kafka, and the consumer processes and logs them.

Go
0
7 个月前

practical demo of microservices communication using RabbitMQ and Spring Boot. Includes a producer and consumer service with real-world messaging patterns like direct exchange, routing keys, and queue bindings.

Java
0
2 个月前