May 2022 Summaries
5 posts from Kong
Filter
Month:
Year:
Post Summaries
Back to Blog
The API Mandate, attributed to Jeff Bezos around 2002, revolutionized cloud computing and business operations by insisting all teams expose their data and functionality through service interfaces, facilitating communication solely via network service calls. This approach, which became foundational in transitioning from monolithic software to microservices, required APIs to be designed for potential external access, enhancing modularity, reducing redundancy, and fostering innovation. Amazon's shift to Service Oriented Architecture (SOA) and subsequently microservices, exemplified by the evolution of AWS and its Simple Storage Service (S3), underscored the importance of APIs in enabling scalable, efficient, and innovative business solutions. The mandate's legacy persists, with APIs remaining integral to cloud services, driving digital transformation, and enabling businesses to adapt to rapidly changing technological landscapes. As companies increasingly migrate to the cloud, APIs continue to serve as the critical connectors in a digital-first economy, with significant investments in API and microservices architecture projected to grow substantially.
May 23, 2022
1,811 words in the original blog post.
Jason Cumberland, co-founder of HyperCurrent, discusses the technical elements and best practices essential for successful API monetization, focusing on four key areas: speed, security, visibility, and usage. Speed is crucial as consumers prefer fast APIs, especially for time-sensitive applications like eCommerce and IoT, where low latency and high throughput are vital. Security involves ensuring confidentiality, integrity, authentication, and availability to meet high customer expectations, particularly for monetized APIs. Visibility emphasizes the importance of telemetry to improve APIs by tracking metrics such as latency, failure rates, and usage patterns, while also extending analytics to business value reporting for better product management and sales strategies. Lastly, usage highlights the necessity of designing APIs that meet the specific needs of target customer segments, employing appropriate protocols, and providing comprehensive documentation to facilitate ease of use. These considerations, coupled with a strategic approach to API monetization, can significantly enhance the likelihood of creating a successful and customer-delighting API product.
May 19, 2022
1,371 words in the original blog post.
Apache Kafka is a leading open-source platform designed to address data exchange challenges faced by growing companies with multiple systems, enabling them to decouple interactions for greater resilience. It operates on an event-driven architecture where producers generate and send events to topics managed by brokers, which then allow consumers to subscribe and process these events. Core components include events, producers, consumers, brokers, topics, and partitions, which together facilitate scalable and reliable data streaming. Kafka Streams and connectors extend Kafka's capabilities by processing event flows and integrating with other systems, respectively. Kafka is particularly suitable for high-throughput requirements, microservices, change data capture, and real-time processing needs, making it ideal for organizations requiring robust data exchange and system connectivity. It can be implemented using hosted services or locally through Docker, depending on the specific needs and resources available.
May 13, 2022
1,334 words in the original blog post.
Open Banking is a transformative initiative in the financial sector that allows banks to publish their APIs, enabling the development of new applications and services, thus giving consumers and organizations easier access to a range of financial services without traditional banking overheads. The Kong-AWS partnership provides the technology for financial institutions to meet Open Banking requirements by automating and modernizing their architecture, offering tools like APIOps for integration with CI/CD pipelines, a Developer Portal for API efficiency, and Vitals for analytics. This partnership enables scalability, innovation, and strong security practices, accommodating both cloud and on-premise deployments. Notable implementations include First Abu Dhabi Bank's migration to a microservices architecture and ANZ's deployment of a flexible API gateway to adapt to fast-changing Open Banking demands, demonstrating the significant cost reductions and increased agility that can be achieved through this approach.
May 11, 2022
851 words in the original blog post.
API monetization is a multifaceted process that requires careful planning and collaboration between technology and business sectors, as outlined by Jason Cumberland, CPO and co-founder of HyperCurrent. Success in this domain hinges on assembling the right team that includes marketing, support, and business units, emphasizing that it is not merely a technological endeavor but also the creation of a new product and service. Identifying latent demand through communication with sales and customer success teams is crucial to ensure that there is a market for API-driven services. To avoid initiatives stalling, it is recommended to quickly develop a minimum viable product (MVP) that focuses on simplicity and prioritizes committed customers who have expressed a willingness to pay. This approach minimizes risk and investment while allowing companies to test their ideas and refine their processes, setting a strong foundation for future, more complex projects.
May 11, 2022
1,026 words in the original blog post.