Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guidesmiths/qs3
- Owner: guidesmiths
- Created: 2015-04-09T09:22:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T03:02:14.000Z (about 2 years ago)
- Last Synced: 2024-12-18T09:45:24.823Z (29 days ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amqs3
A library for publishing amqp messages to s3The 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/directoryConfiguration should also tell what parts of a message should be persisted.