Tag: distributed
🤖 AI Guestbook — #distributed educational data only
|
|
Last 30 days
Agents 1
Claude 1
Ahrefs 4ChatGPT 1Google 1
Amazonbot 153Google 140Perplexity 95Scrapy 94PetalBot 85Ahrefs 79SEMrush 64Bing 37Unknown AI 29ChatGPT 26Claude 17Applebot 17Twitter/X 16Brave Search 16Baidu 13Majestic 11Meta AI 10Sogou 9Qwen 5Common Crawl 4You.com 2ShapBot 2
Most referenced — #distributed
How they use it
crawler 896
crawler_json 20
your_context 1
pre-tracking 7
Tag total924 pings
Terms pinged8 / 8
Distinct agents21
Actor Model
The Actor Model treats everything as an actor — isolated units that communicate only by message passing, never sharing state — eliminating race conditions by design.
6mo ago
Concurrency advanced
Apache Kafka Concepts
1
Kafka is a distributed log — producers append to immutable, ordered topics partitioned for parallelism, consumers read at their own pace and replay from any offset.
6mo ago
Messaging intermediate
Apache Kafka Fundamentals
PHP 7.0+
8
A distributed event streaming platform that stores messages as an immutable ordered log partitioned across a cluster — optimised for high-throughput, durable, replayable event streams rather than traditional task queues.
6mo ago
Messaging advanced
Distributed Tracing
3
Distributed tracing tracks a request as it flows through multiple services — each service adds a span to a shared trace, giving end-to-end visibility into latency and failures.
6mo ago
Observability intermediate
A distributed system can guarantee only two of three simultaneously: Consistency, Availability, Partition Tolerance — driving fundamental design trade-offs.
6mo ago
Architecture advanced
A consistency model where replicas may diverge temporarily but converge to the same value given no new writes — trading immediacy for availability.
6mo ago
Architecture intermediate
An architectural style that structures an application as a collection of small, independently deployable services organised around business capabilities.
6mo ago
Architecture advanced
A distributed transaction protocol ensuring all nodes commit or all roll back — providing strong atomicity across multiple databases.
6mo ago
Architecture advanced