Remove articles a-deep-dive-into-distributed-tracing
article thumbnail

Citus Talk at CMU: Distributed PostgreSQL as an Extension

The Citus Data

If you missed my talk—titled “Citus: Distributed PostgreSQL as an Extension” —the good news is that the CMU team recorded it. My goal in this talk was to explain how Citus turns PostgreSQL into a distributed database—without changing any Postgres code, by leveraging the Postgres extension APIs. watch at 6:54 ].

article thumbnail

What Do Developers Need to Know About Kubernetes, Anyway?

Honeycomb

This article was originally published on Spiceworks. Kubernetes offers developers an appealing story—that it can do most of the heavy lifting associated with running a distributed application. Probably nothing to worry about, not like your changes had anything to do with that… but, minutes later, more alerts start to fire off.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Distributed Tracing with Java “MicroDonuts”, Kubernetes and the Ambassador API Gateway

Daniel Bryant

Distributing tracing is increasingly seen as an essential component for observing microservice-based applications, and many of the modern microservice language frameworks are being provided with support for tracing implementations such as Open Zipkin , Jaeger , OpenCensus , and LightStep xPM. Start with Why?

article thumbnail

Distributed Tracing with Java “MicroDonuts”, Kubernetes and the Ambassador API Gateway

Daniel Bryant

Distributing tracing is increasingly seen as an essential component for observing microservice-based applications, and many of the modern microservice language frameworks are being provided with support for tracing implementations such as Open Zipkin , Jaeger , OpenCensus , and LightStep xPM. Start with Why?

article thumbnail

Journey to Event Driven – Part 2: Programming Models for the Event-Driven Architecture

Confluent

Part 1 of this series discussed why you need to embrace event-first thinking, while this article builds a rationale for different styles of event-driven architectures and compares and contrasts scaling, persistence and runtime models. It serves as a conduit to drive distributed logic (processing), and messaging is a remote invocation layer.

article thumbnail

What is API: Definition, Types, Specifications, Documentation

Altexsoft

It sounds solid, but what does it mean and why should you bother? Let’s start with a simple example: human communication. We can express our thoughts, needs, and ideas through language (written and spoken), gestures, or facial expressions. Software or their elements don’t need a graphical user interface to communicate with each other. What is API?

article thumbnail

Spring for Apache Kafka Deep Dive – Part 2: Apache Kafka and Spring Cloud Stream

Confluent

Stream processing using Kafka Streams and Spring Cloud Stream. Let’s begin by looking at what Spring Cloud Stream is and how it works with Apache Kafka. What is Spring Cloud Stream? Spring Cloud Stream is a framework that lets application developers write message-driven microservices. These inputs and outputs are mapped onto Kafka topics.

Cloud 111