tigerbeetle icon indicating copy to clipboard operation
tigerbeetle copied to clipboard

Is anyone working on a Python or REST client?

Open Pyroseza opened this issue 3 months ago • 5 comments

I'd like to start using TigerBeetle, but my preference is to code in Python, I can't see if there is any way to interact with it using Python or perhaps even REST, please advise if this is under consideration

For context my goal is to switch my codebase over to using Mojo, so a Python client would still be valid

Pyroseza avatar Mar 11 '24 13:03 Pyroseza

There is #517 but it seems to be stale.

alexandreteles avatar Mar 11 '24 15:03 alexandreteles

thanks for sharing that it does seem like it’s somewhat progressing, I guess we just need to find a REST client now or perhaps if someone could rule it out completely

Pyroseza avatar Mar 11 '24 16:03 Pyroseza

I've been building out a Java app that has a rest api, it's not documented but can put out a public repo if you are interested

On Mon, Mar 11, 2024, 6:26 PM Pyroseza @.***> wrote:

thanks for sharing that it does seem like it’s somewhat progressing, I guess we just need to find a REST client now or perhaps if someone could rule it out completely

— Reply to this email directly, view it on GitHub https://github.com/tigerbeetle/tigerbeetle/issues/1675#issuecomment-1988855510, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADYYQWCYDGWO3EUWL6NQKADYXXLM3AVCNFSM6AAAAABEQIQBMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYHA2TKNJRGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

RealZimboGuy avatar Mar 11 '24 17:03 RealZimboGuy

https://github.com/lil5/tigerbeetle_grpc here’s one I built using GoLang and gRCP it won’t be much to move to rest

lil5 avatar Mar 11 '24 17:03 lil5

I moved to using rest, gRPC somehow manages a worse DX than rest.

https://github.com/lil5/tigerbeetle_api/

A point released should be available by today

Checkout the bruno dir for examples

lil5 avatar Mar 19 '24 06:03 lil5