rebeling / nameko

Python framework for building microservices

Home Page:https://nameko.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nameko

image

[nah-meh-koh]

A nameko service is just a class:

You can run it in a shell:

$ nameko run helloworld
starting services: greeting_service
...

And play with it from another:

$ nameko shell
>>> n.rpc.greeting_service.hello(name="Matt")
u'Hello, Matt!'

Features

  • AMQP RPC and Events (pub-sub)
  • HTTP GET, POST & websockets
  • CLI for easy and rapid development
  • Utilities for unit and integration testing

Getting Started

Support

For help, comments or questions, please use the mailing list on google groups.

Contribute

  • Fork the repository
  • Raise an issue or make a feature request

License

Apache 2.0. See LICENSE for details.

About

Python framework for building microservices

https://nameko.readthedocs.org

License:Other


Languages

Language:Python 99.8%Language:Makefile 0.2%