/nameko-demo

Demonstration of nameko extensions and associated libraries for microservices

Primary LanguagePython

nameko-demo

The demo contacts service requires a contacts MySQL database table:

CREATE TABLE `contacts` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Relevant libraries/code: