-
## Problem to Solve
There are two problems to solve with this issue:
1. Marketing - When coming to sell a TypeDB solution I see I face two questions. The first is why graph data and then why Typ…
-
## Description
A long TypeQL query causes an error: "gRPC message exceeds maximum size 4194304". If the query gets really **really** long, the error message becomes less helpful: "Unable to connect…
-
## Problem to Solve
Some simple queries are difficult to express in TypeQL, and present a significant barrier to the early user journey. This issue will serve as a place to collate them.
## Exam…
-
## Problem to Solve
We collect the agreed list of changes and requirements that will be in the first version of TypeDB 3.0.
## Changes
### API
- https://github.com/vaticle/typedb/issues/…
-
## Problem to Solve
It would be beneficial to view the rules and their definitions in a database from Studio.
## Current Workaround
Check tql files where the rules are defined.
## Proposed…
-
See test in test_refactor
```
def test_translation_campaign(self, setup_teardown, generate_connection):
typedb_sink = TypeDBSink(connection=generate_connection,
…
-
## Problem to Solve
Implement TypeQL parsing in languages other than Java. This would for instance allow reading entire files of queries into the python or node client without having to hack some cus…
-
## Description
Strings are not escaped when converting Java TypeQL to a query string, despite requiring escape characters in order for the query string to be valid.
It also appears that the requ…
-
## Problem to Solve
There used to be a Graql cheat sheet to look at many aspects of the Graql syntax at once. The following link doesn't work: http://grakn.ai/graql/graql_cheatsheet
## Current …
-
## Description
Calling `match` and `delete` with one variable, and `insert` with another, results in a TypeQL Error. The `insert` should be independent of the `match` and `delete`.
## Environmen…