Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guidesmiths/qs3

An AMQP to S3 relay
https://github.com/guidesmiths/qs3

hacktoberfest

Last synced: 22 days ago
JSON representation

An AMQP to S3 relay

Awesome Lists containing this project

README

        

# amqs3
A library for publishing amqp messages to s3

The aim is to have the ability to allow persisting data to S3 on a simple way: you submit a message to a
RabbitMQ exchange/queue.

Secondary objective is to have a facility that logs every messages received by an exchange, potentially logging messages
that would otherwise be lost.

The idea is to have a micro-service that is driven by configuration to tell what messages of what queues/routing-keys
get persisted into what bucket/directory

Configuration should also tell what parts of a message should be persisted.