Python Microservices: Effective Canonical Logging Across Services 📅 Apr 18, 2020 · ☕ 12 min read Learn how to design, implement, test, and configure canonical logging across microservices using Python and Tornado web framework.
Python Microservices: API, Object, and Storage Data Models 📅 Apr 14, 2020 · ☕ 17 min read Design API data model for communicating with the service, object model for the application logic, and physical storage model for persisting the data.
Python Microservices: Build and Test REST Endpoints With Tornado 📅 Mar 13, 2020 · ☕ 15 min read Learn to implement Tornado HTTP endpoints as a layer on business logic. Tune it to assist debugging, and write unit and integration tests.
Python Microservices: Choices, Key Concepts, and Project setup 📅 Feb 24, 2020 · ☕ 10 min read Tornado, with AsyncIO APIs, is an efficient framework for building IO-bound Python microservices. Learn key concepts. Set up lint, test, code coverage.