December 2017
Intermediate to advanced
316 pages
6h 58m
English
Kong is an open-source API gateway and a microservices management layer, delivering high performance and reliability. It is a combination of two libraries worth mentioning. One is OpenResty and another one is Nginx. Kong is a wrapper around these two main components. OpenResty is a fully-fledged web platform that integrates Nginx and Lua. Lua is another programming language similar to Go. Kong is written in Lua. We use Kong as a tool for deploying our Go REST services. The main topics we cover are:
Kong needs a database to run. It could be either Cassandra or PostgreSQL. Since we are ...
Read now
Unlock full access