dosa icon indicating copy to clipboard operation
dosa copied to clipboard

DOSA is a data object abstraction layer

Results 18 dosa issues
Sort by recently updated
recently updated
newest added

This is the last of 3 pull requests to complete functionality for multi upsert in the gateway. Multi remove is implemented in all other connectors but this diff does not...

961abe5 swapped out `satori/go.uuid` with `gofrs/uuid` but missed this one spot in a routing connector test. This pull request is broken into three parts. The first is formatting issues (`go...

This provides customer more flexibility to alter the routing behavior. Now through the plugin user can decide whether requests should fail or routes to default connector if there's no existing...

Hello, I'm working with graph databases, in detail with [Apache Tinkerpop](https://tinkerpop.apache.org/). The Tinkerpop uses REST or websockets so internally the data structure are JSON structures, but mostly nested JSON objects...

Still needs some docs, and we need to include this automatically with NewClient, but that will be done under a different PR.

This adds a sentinel value for adaptive range limits. It will be used by clients to indicate that they wish to opt in for adaptive range limits. Adaptive range limits...

There are instances where we'd like to be able to indicate to upstream connectors that the particular args they received were invalid (i.e. the request was incorrect). Having this error...

Cassandra doesn’t support changing columns of the materialized view. Therefore It introduces the concern that how to handle the existing index table since the goal of the feature is to...

Adds client side timestamps to the YARPC connector to ensure writes are observed at the destination in the correct order.