typedb-driver
typedb-driver copied to clipboard
TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
Heartbeat pulse should be managed at the client-level rather than session-level.
## Problem to Solve The scenario: ```gherkin Scenario: uncommitted transaction writes are not persisted When graql define """ define dog sub entity; """ When session opens transaction of type: read...
## Description We expect that using the wrong or invalid root ca certificate to make an encrypted connection to cluster, it can succeed. ## Environment 1. OS (where TypeDB server...
## Problem to Solve Needs graknlabs/grabl-tracing#17 JARs of Grakn Client Java should be available from Maven Central, without the need to depend on `repo.grakn.ai`
Integration tests were removed from the 2.0 branch when migrating to BDD and should be re-added where appropriate.
## Problem to Solve Our TypeQL and Concept tests may fail in CI due to server ports clashing. This has become substantially more common since adding Cluster tests. The problem...
The pom.xml is incorrect in that it has two repositories: snapshot and release: https://github.com/graknlabs/client-java/blob/master/test/deployment/pom.xml ``` repo.grakn.ai.release repo.grakn.ai http://repo.grakn.ai/repository/maven/ repo.grakn.ai.snapshot repo.grakn.ai http://repo.grakn.ai/repository/maven-snapshot/ ``` This isn't good because it means we don't...
## Problem to Solve Reasoner tests should be run in clients. ## Current Workaround They are currently only run in Core.
## Problem to Solve TypeQLSteps is bulky, messy, hard to follow and hard to debug when things go wrong. ## Proposed Solution I wrote an improved implementation, in particular of...