paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

Implement Python Client for JunoDB #117

Open shivendrasoni opened 1 year ago

shivendrasoni commented 1 year ago

I think JunoDB can really use a Python client. Something simple to start with that implements most of the basic APIs and then extends with more advanced use cases.

The first implementation could be synchronous and later async methods or mode could also be added.

nit-tripathi commented 1 year ago

Thank you for your suggestion! We agree that a Python client for JunoDB would be a valuable addition. We have a simple implementation that covers the basic APIs, but we're currently enhancing it to support more advanced use cases. Your input is appreciated, and we'll keep you updated on the progress.

shivendrasoni commented 1 year ago

@nit-tripathi So I have a basic implementation ready and would like to work on it. Can you please assign it to me?