GithubHelp home page GithubHelp logo

rebus-org / rebus.amazons3 Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 3.04 MB

:bus: Amazon S3 data bus storage for Rebus

Home Page: https://mookid.dk/category/rebus

License: Other

C# 96.37% Batchfile 3.63%
amazon amazon-s3 amazon-sqs data-bus-storage rebus

rebus.amazons3's People

Contributors

alexanderyaremchuk avatar micdah avatar mookid8000 avatar ovd-capturi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rebus.amazons3's Issues

Release of v1.0.0

The last beta release is 6 months old. How soon will the release v1.0.0 be? We have plans to use it in our application and wondering if there will be a stable release available soon enough.

Release v2.0.0

Looks like you've done the initial work for Rebus 6 compatability, but there's no nuget package for it.

Do you have a timeline for releasing the changes?

reduce number of requests made to S3

Hello, we just started using S3 to store message data to reduce the message size we send to SQS and it was working great, until we saw our bill for S3! Looking at the source code I noticed that in order to Read a message attachment, Rebus makes a HEAD, COPY, and GET request to S3. Combined with the initial PUT to save the attachment that is 4 requests to S3 for every message. We're sending millions of messages a day so every request adds up.

Would it be possible to add a config option to ignore/not use the 'last read time' (and any other meta data) so we can reduce this to only a PUT and a GET (2 requests to S3 per message)? I'm not sure if Rebus needs this data for anything, but our application certainly doesn't.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.