vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
336 stars 36 forks source link

DynamoDB Buckets #113

Closed estahn closed 8 months ago

estahn commented 1 year ago

We would like to use DynamoDB for persistence. I'd like to contribute the feature. Is the bucket design the same in v3?

vutran1710 commented 1 year ago

for V3, please refer to https://github.com/vutran1710/PyrateLimiter/blob/pyrate-limiter-v3/pyrate_limiter/abstracts/bucket.py#L15

If you are in urgent need, then you can contribute to v2

V3 is expected to be released somewhere around Oct 23, so its gonna be a while until then.

vutran1710 commented 1 year ago

If Dynanmo is integrated to PyrateLimiter v2, I will port it to v3 as well

estahn commented 1 year ago

Well, that is a quick response :)

I can definitely contribute to v2 and v3.

vutran1710 commented 1 year ago

V3 is out. You can either...

hleong25 commented 9 months ago

Curious to see if there is any progress with this feature.

estahn commented 9 months ago

@hleong25 I have not a chance to work on this as priorities have shifted. I'm happy for you to take this on.