#event-driven-architecture

[ follow ]
fromInfoWorld
2 weeks ago

How to build a production-grade agentic AI platform - lessons from Gravity

Traditional pipelines fall short when building agents that must respond to dynamic, evolving contexts. Gravity tackles this by embracing event-driven architecture and modular orchestration. Agents are modeled as independent services that react to discrete events, allowing the system to flexibly coordinate multiple actors across different stages of a task. Technologies like Temporal, pub/sub messaging, or custom orchestrators can be used to handle event sequencing and retries. The key is decoupling logic.
Artificial intelligence
Software development
fromHackernoon
10 months ago

The Hidden Flaw in Real-Time Fraud Detection (and the Hybrid Solution That Works) | HackerNoon

Hybrid event-based aggregation combines event-driven immediacy with timer-based completion to deliver both low latency and reliable aggregations in fraud detection.
E-Commerce
fromNew Relic
1 month ago

SQS Monitoring Deep Dive | New Relic

SQS metrics monitoring using NRQL provides essential insights for optimizing message handling and overall system performance.
Digital life
fromInfoQ
1 month ago

Understanding Event-Driven Architecture in a Multicloud Environment

Teena Idnani is a senior solution architect at Microsoft, specializing in digital transformation and scalable cloud-native architectures.
DevOps
fromNew Relic
2 months ago

Streamline Message Flow Observability with Queues and Streams Monitoring

New Relic introduces Queues and Streams Monitoring for enhanced visibility across event-driven architectures.
DevOps
fromHackernoon
4 years ago

Implementing Event-Driven Systems With AWS Lambda and DynamoDB Streams | HackerNoon

Event-driven design with AWS Lambda and DynamoDB Streams enhances scalability and responsiveness in application architecture.
DevOps
fromNew Relic
3 months ago

Why observability matters for Event-Driven Architecture

Event-Driven Architecture enhances flexibility and real-time responsiveness among microservices in asynchronous workloads.
DevOps
fromInfoQ
3 months ago

Designing Resilient Event-Driven Systems at Scale

Event-driven architectures struggle under pressure due to retries and latency, especially during load spikes.
Resilience requires a focus on system-wide coordination and not just latency.
Designing for resilience means considering edge cases beyond normal operations.
[ Load more ]