-
-
1. Run TypeDB
2. Run TypeDB Console
3. Create a database
4. Open transaction
5. Run the `source` command with a file that has a space in the file path, for example: `source /Users/tasabat/Desktop/…
-
## Problem to Solve
When running a Graql query it's currently impossible to get an idea of how long it will take to execute. Queries can be fast or slow and there doesn't seem to be a good way of d…
-
## Problem to Solve
The need to create and maintain clients for the huge variety of languages and platforms available to developers.
## Current Workaround
Open the current Grakn Console in …
-
The Gherkin reference says this:
> Comments are only permitted at the start of a new line, anywhere in the feature file. They begin with zero or more spaces, followed by a hash sign (#) and some te…
-
## Description
I have added a DateTime data in grakn as follow
$a isa entity,
has date 2021-02-23T00:00:00
but when I query the database it returns the date as
2021-02-23 05:30:00
it shoul…
-
## Problem to Solve
Handling an error from the server side on the client side is quite annoying for users, generally boiling down to string parsing.
Also, now that we support concurrent operatio…
-
## Problem to Solve
In general, it is useful to be able to create local in-memory representations of subgraphs of a Grakn Knowledge Graph. This could be for visualisation, as in Grakn Workbase, or …
-
Hello, after update sublime I have new error:
`Error loading syntax file "Packages/Babel/JavaScript (Babel).sublime-syntax": Packages/Babel/JavaScript (Babel).sublime-syntax: no such target scope:sou…
-
## Problem to Solve
TypeDB currently does not support a very expressive set of value types for attributes, which makes defining complex values (such as 'coordinate's) difficult.
## Current Worka…