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

https://jira.atl.workiva.net/browse/CID-947 The BUILD_ARTIFACTS_ARTIFACTORY build arg has been deprecated and replaced/made synonymous with BUILD_ARTIFACTS_JAVA as noted in the workiva-build [user guide](https://github.com/Workiva/workiva-build/blob/master/doc/user_guide.md#artifacts) [CID](https://github.com/Workiva/cid) will no longer support the deprecated BUILD_ARTIFACTS_ARTIFACTORY, so repositories...

Merge Requirements Met

Hello! I'm searching for ways to use Datalog kind of queries in Clojure and come to here. Is this project alive? Can be considered an option to use for serious...

This part of the comment no longer makes sense given that this is now oss. Note - a further improvement might be to suggest making an issue in the eva...

Merge Requirements Unmet

Right now it says, "Please report both this error code and the error's own data to the Eva team." Modify this to be specific that we want the error's cause...

enhancement
good first issue

Setting a transactor as default in the transactor configuration, ie. https://github.com/Workiva/eva/blob/master/server/test-resources/eva/server/v2/local_transactors_test_config.clj#L27 leads to expected behaviour / the transactor does not spin up.

bug

There are a lot of different combinations of built-in attributes, some of which are not compatible with one another or whose combined semantics have complex implementation consequences. We would like...

testing

Implement a chaos-inducing interface over the block storage protocols for use in generative chaos testing at the storage layer and/or in the whole system.

testing

Currently we do not do any table/schema management inside of our backing store. However, given the partitioning modification we plan on doing in #114 allowing for the creation of the...

Currently we store all data in a single table, `eva_kv`, we should partition data by table instead. Tables, in a sense, act as partitions / groupings of data already, and...

Create generative tests for the block store protocols.

testing