TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What are some good text books or resources on streaming and queues?

10 pointsby mfbx9da4about 5 years ago
I have never used Kafka or had to maintain queues with more than a hundred jobs per hour. Most of the jobs queues I&#x27;ve had to maintain are doing simple things like sending emails or updating a third party API.<p>I&#x27;ve always resorted to simpler distributed redis based job queues such as kue [0], bull [1], celery [2] or resque [3].<p>I would like to learn more about distributed queues and architectures from first principles. Where is a good place to go?<p>[0] https:&#x2F;&#x2F;github.com&#x2F;Automattic&#x2F;kue [1] https:&#x2F;&#x2F;github.com&#x2F;OptimalBits&#x2F;bull [2] http:&#x2F;&#x2F;www.celeryproject.org&#x2F; [3] https:&#x2F;&#x2F;github.com&#x2F;resque&#x2F;resque

2 comments

yamrzouabout 5 years ago
A good start is this article by Jay Kreps (Apache Kafka co-creator and Confluent co-founder) :<p>The Log: What every software engineer should know about real-time data&#x27;s unifying abstraction : <a href="https:&#x2F;&#x2F;engineering.linkedin.com&#x2F;distributed-systems&#x2F;log-what-every-software-engineer-should-know-about-real-time-datas-unifying" rel="nofollow">https:&#x2F;&#x2F;engineering.linkedin.com&#x2F;distributed-systems&#x2F;log-wha...</a>
slap_shotabout 5 years ago
<a href="https:&#x2F;&#x2F;book.huihoo.com&#x2F;pdf&#x2F;confluent-kafka-definitive-guide-complete.pdf" rel="nofollow">https:&#x2F;&#x2F;book.huihoo.com&#x2F;pdf&#x2F;confluent-kafka-definitive-guide...</a><p><a href="https:&#x2F;&#x2F;dataintensive.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dataintensive.net&#x2F;</a>
评论 #22724763 未加载