eva icon indicating copy to clipboard operation
eva copied to clipboard

A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent

Results 100 eva issues
Sort by recently updated
recently updated
newest added

Create generative tests covering the value store protocol.

testing

Additional tests to verify correctness of storage caching under a variety of loads.

testing

We have one-off serialization tests in a few places, but it would be good to have comprehensive round-tripping serialization tests across the board.

testing

## Expected Behavior Unit tests do **not** fail. ## Actual Behavior A unit test **did** fail. ## Steps to Reproduce the Problem Link to failing unit test https://circleci.com/gh/Workiva/eva/256

It would be great if there was a way to inspect the shape of data and its relationships in eva (to help guide how the query should be written to...

The current implementation of byte-valued attributes uses a custom wrapper internally to provide equality and comparator semantics over java native byte arrays. This wrapper is transparently added to any byte-type...

http://docs.datomic.com/filters.html#filter

api

http://blog.datomic.com/2013/10/the-transaction-report-queue.html

api

The `since` filter is the opposite of `as-of`. Taking the same point-in-time arguments as asOf, since returns a value of the database that includes only datoms added by transactions after...

api