Currently this is just a library embeddable into Rust applications, but future goals include bindings into other languages and the ability to run as a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-28 01:30:04

Currently this is just a library embeddable into Rust applications, but future goals include bindings into other languages and the ability to run as a standalone server, accessible by HTTP and gRPC. This will be designed so that a product can start with the embedded version to use minimal infrastructure, and then move to the server version with minimal changes when the time comes to scale out.

Leave a Comment