Skip to content

topiaruss/nameko

 
 

Repository files navigation

Nameko

image

Nameko [nah-meh-koh] (noun)

  1. amber-brown mushroom with a slightly gelatinous coating that is used as an ingredient in miso soup and nabemono.
  2. python framework for building service orientated software

Features:

  • Quickly build, host and deploy services
  • Highly declarative, lets you concentrate on your business logic
  • RPC, Events (Pub-Sub) and AMQP Messaging out-of-the-box
  • Extensible, so you can write your own service interactions

Getting Started:

The best way to appreciate nameko's features is to use them in some simple examples. Follow the getting started tutorial in the docs to do just that.

Documentation:

Nameko is using Sphinx, and the latest documentation can be found here:

http://nameko.readthedocs.org

Prerequisites:

Nameko requires an AMQP broker and is tested with RabbitMQ.

The RabbitMQ tutorials are very good and serve as an excellent introduction to messaging and AMQP.

Installation:

Stable releases of nameko are available on the Python Package Index ( PyPI). Install it using pip or easy_install:

  • pip install -U nameko
  • easy_install -U nameko

Contributing:

Nameko is developed on GitHub, primarily by the development team at onefinestay. The GitHub repository is https://github.com/onefinestay/nameko.

You are welcome and encouraged to contribute comments, suggestions, patches and feature requests.

License:

Apache 2.0. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%