Expose a REST API for your mainframe applications with the Kong API gateway and an event-driven flow implemented in Kubernetes using the TriggerMesh API.
APIs should typically be the last choice when building a distributed application. The correct war cry ought to instead be: "APIs outside, events inside."
Architecture strategies use design patterns; blueprints based on successful implementations. Read an assessment of common approaches, patterns, and use cases.
REST (Representational State Transfer) is an architecture that consumes HTTP calls for inter-system communication where a client can access the server resource with a unique URI, and the response of the resource is returned.
In this article, dive deep into the strengths and weaknesses of both REST and GraphQL so you can decide which API architecture is best for your next project.
A high-level overview of what event-driven architecture (EDA) is, its relevance to real-world use cases, with hands-on code samples using Paho MQTT and Solace PubSub+ Go API.