Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/nameko
https://github.com/mitsuhiko/nameko
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitsuhiko/nameko
- Owner: mitsuhiko
- License: other
- Fork: true (nameko/nameko)
- Created: 2014-12-08T14:51:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T16:54:15.000Z (almost 10 years ago)
- Last Synced: 2024-05-08T21:52:42.675Z (6 months ago)
- Language: Python
- Size: 1.46 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - nameko - (Python)
README
Nameko
######.. image:: https://secure.travis-ci.org/onefinestay/nameko.png?branch=master
:target: http://travis-ci.org/onefinestay/nameko**Nameko** ``[nah-meh-koh]`` (noun)
#. amber-brown mushroom with a slightly gelatinous coating that is used as an
ingredient in miso soup and nabemono.
#. python framework for building service orientated softwareFeatures:
---------* 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 interactionsGetting 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 namekoContributing:
-------------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.