Skip to content

ibrb/python-aorta

Repository files navigation

Aorta Message Publishing Library

IBR Logo

The aorta library provides various implementations around the proton AMQP messaging framework.

The aorta codebase is subject to a feature freeze until test coverage is at 100%.

Table of Contents

Security

  • Authentication is not implemented. All producers/consumers that can connect to the Aorta system are assumed to be allowed to do so, and that access control is managed at the network (firewall) level.
  • We suggest mounting /var/spool/aorta on a separate (encrypted) filesystem.
  • Implementors must ensure that the /var/spool/aorta directory is mounted on a filesystem that does not lie when invoking fsync().

Background

Message types

The Aorta framework specifies various message types containing information for interested consumers.

Command

Event

Task

Notify

Heartbeat

Install

Usage

TODO

  • Authentication.

License

© 2018 International Blockchain Reserve B.V.

About

A Python library that provides boilerplate code for AMQP driven applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages