Skip to content

Template for creating microservices in python using nameko.

License

Notifications You must be signed in to change notification settings

pythonjokeun/nameko-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Template for creating microservices in python using nameko.

Usage

Prerequisite:

To start new project:

cookiecutter gh:pythonjokeun/nameko-template

Anatomy

  • src/ contains the service logic.
  • test/ contains code used for unit testing using pytest.
  • config/ contains configuration files used to run the service.
  • .env contains environment variables during development.

About

Template for creating microservices in python using nameko.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published