Rahul KapoorWhat is NSQ and how to Implement it with Go?NSQ is an open-source real-time distributed message queue with no single point of failure. It is a reliable message delivery service with…Jul 4, 20231
Victor BarrosNSQ with Docker in baby steps -70 lines of codeIn the last years, one of the most popular buzzword in the technology scenarios was event: Event sourcing pattern, event-driven…Dec 20, 2021
Ravi Kumar RayA primer on NSQ with Golang & DockerAs per the official docs, NSQ is a realtime distributed messaging platform which is a successor to simplequeue . NSQ is a realtime…Jan 27, 2023Jan 27, 2023
Eriyanto VetanusiNSQ Consumer 101Let’s learn together how to use NSQ consumer configurationApr 16, 2021Apr 16, 2021
InTowards DevbyMuhamad AlfarisyNSQ Example in GolangMessage queue provides a new asynchronous way for services to communicate with each other. Compared to an API, a message queue has many…Mar 22, 2022Mar 22, 2022
Rahul KapoorWhat is NSQ and how to Implement it with Go?NSQ is an open-source real-time distributed message queue with no single point of failure. It is a reliable message delivery service with…Jul 4, 20231
Victor BarrosNSQ with Docker in baby steps -70 lines of codeIn the last years, one of the most popular buzzword in the technology scenarios was event: Event sourcing pattern, event-driven…Dec 20, 2021
Ravi Kumar RayA primer on NSQ with Golang & DockerAs per the official docs, NSQ is a realtime distributed messaging platform which is a successor to simplequeue . NSQ is a realtime…Jan 27, 2023
Eriyanto VetanusiNSQ Consumer 101Let’s learn together how to use NSQ consumer configurationApr 16, 2021
InTowards DevbyMuhamad AlfarisyNSQ Example in GolangMessage queue provides a new asynchronous way for services to communicate with each other. Compared to an API, a message queue has many…Mar 22, 2022
InLevel Up CodingbyTimothy AgustianMessaging Platform Comparison : NSQ and Apache KafkaAs the system grows bigger and bigger, for avoiding any single point of failure, most of the cases, we switch from the old monolithic to…Jun 28, 20202
Vishal VermaNSQ example application in golangHere is a simple application written in golang which showcases the application of NSQ, a realtime distributed message queue implemented…Mar 16, 2022
InTokopedia EngineeringbyAnkit AgarwalLong Running NSQ ConsumersWith the desire to consistently enhance the user experience, Engineering Team @ Tokopedia is always at upfront dealing with the system…Sep 23, 2020