Ares

Results 6 issues of Ares

Is it possible to implement my own broker and backend and provide the implementation (with custom configurations) to the server?

## Description Our app has a feature where we want to search for (query_by) some fields across multiple collections then aggregate the results of all those collections into a "Best...

enhancement

What's the difference between these 2: 1. https://github.com/tendermint/tendermint2/tree/master/pkgs/db 2. https://github.com/tendermint/tm-db

What's the difference between these 2: 1. https://github.com/tendermint/tendermint2/tree/master/pkgs/db 2. https://github.com/tendermint/tm-db

Can we have a wrapper over .Prepare() and .Execute(), I.E. called .PrepareExecute() that first checks a cache for statementIDs based on the query, and if not runs Prepare, otherwise just...

documentation
1sp
teamE

Can we have a back pressure retry mechanism for errors that the user of the library is not responsible for. I.E. if there's some server issue, if instance is no...