Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 994 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 994 Bytes

⚠️ The Nimbus infrastructure project is no longer under development. ⚠️

For more information, please read the news announcement. If you are interested in providing IaaS capabilities to the scientific community, see CHI-in-a-Box, a packaging of the Chameleon testbed, which has been in development since 2014.


dashi - simple RPC over messaging

Dashi is a messaging library built on top of Kombu. It provides common patterns such as RPC without taking over your code or forcing a choice of async framework upon you.

Parts of dashi are inspired by the nova.rpc package of Openstack Nova.