Systems | Development | Analytics | API | Testing

%term

Creating Your First Database API with DreamFactory

In this introductory video you'll learn how to generate a fully functional, documented, and secure database API using the DreamFactory platform. After generating the API, we'll interact with it using the generated Swagger documentation. As a final example, we will query the API from outside of DreamFactory using the popular Insomnia HTTP client.

Microservices and Service Mesh

The service mesh deployment architecture is quickly gaining popularity in the industry. In the strategy, remote procedure calls (RPCs) from one service to another inside of your infrastructure pass through two proxies, one co-located with the originating service, and one at the destination. The local proxy is able to perform a load-balancing role and make decisions about which remote service instance to communicate with, while the remote proxy is able to vet incoming traffic.

Sharpening the Axe: Our Journey into Disruption with Kong

Jason Walker shares how Cargill is using Kong to transform legacy architecture with a “Cloud first, but not always” approach. Hear why Cargill chose Kong for their API gateway as part of their internal API platform, Capricorn, allowing Jason’s small team to stay nimble while they administer decentralized deployments. In this talk from Kong Summit 2018, Jason shares how Kong routes traffic in Cargill’s Kubernetes cluster.

Kong Cloud Part 2: Collecting metrics at 1M+ RPS

In our last blog post in this series, we discussed our journey designing a metrics pipeline for Kong Cloud to ensure the reliability of our SaaS offering. We discussed how we re-architected our production data pipeline using OpenResty to send metrics to Prometheus and saw huge performance gains. We are now able to monitor high traffic volumes in our system using much less compute power, lowering our costs.