Systems | Development | Analytics | API | Testing

What is the Event Sourcing Pattern? | Designing Event-Driven Microservices

Event Sourcing is a pattern of storing an object's state as a series of events. Each time the object is updated a new event is written to an append-only log. When the object is loaded from the database, the events are replayed in order, reapplying the necessary changes. The benefit of this approach is that it stores a full history of the object. This can be valuable for debugging, auditing, building new models, and a variety of other situations. It is also a technique that can be used to solve the dual-write problem when working with event-driven architectures.

Announcing Kong's New Open Source AI Gateway with Multi-LLM Support, No-Code AI Plugins, Advanced Prompt Engineering, and More

Today I’m excited to announce that Kong has released six new open source AI plugins in Kong Gateway 3.6 that turn every Kong Gateway deployment into an AI Gateway. These new plugins are available today and are entirely free and open source for everyone. The six new plugins are AI Proxy, AI Request/Response Transformer, AI Prompt Guard, AI Prompt Template, and AI Prompt Decorator.

Four Questions to Consider When Navigating the Rapid Evolution of Generative AI

Generative AI’s (gen AI) capabilities seemed startlingly novel a year ago, when ChatGPT’s release led to an explosion of public usage and, simultaneously, intense debate about its potential societal and business impacts. That period of initial amazement and suspicion has given way to business urgency, as companies scramble to adopt gen AI in ways that leverage its potential for maximizing workforce productivity and profitability.

What is AI Analytics?

Imagine your software transforming from merely a tool into a strategic partner that can automatically alert your users to trends, provide explanations of data with a click, and help you ask the right questions of your data-sets - in addition to delivering data-led insights. This is the power of AI analytics solutions for independent software vendors (ISV). Today's users demand more than just functionality. They crave intelligent software that analyzes data, surfaces insights, and empowers them to act.

DNS Zone Setup Best Practices on Azure

In Cloudera deployments on public cloud, one of the key configuration elements is the DNS. Get it wrong and your deployment may become wholly unusable with users unable to access and use the Cloudera data services. If the DNS is set up less ideal than it could be, connectivity and performance issues may arise. In this blog, we’ll take you through our tried and tested best practices for setting up your DNS for use with Cloudera on Azure.