-
With my newly constructed json file, it appears that the parser/migrator to Grakn is not functioning correctly (Loaded 0 statements on each of the 7 steps). Any suggestions?
Screenshot [here](http…
-
I declared a datatype date in a `.gql` file. Then I have imported the schema into grakn `0.17.1` then I did a file with few insert queries and I thought I declared a timestamp (as a long) and used a d…
-
How to reproduce this:
Create this file named "repro1.gql"
```
define
relationship1
sub relationship,
relates role1,
relates role2;
role1 sub role;
role2 sub role;
entity1
…
Tomen updated
6 years ago
-
Following is valid under current bnf:
```
define
application sub entity
key app_uuid blahblah
has app_name;
```
Currently parsed as:
```
define expression
- expression
- sub expres…
-
Hi,
I am facing a problem with `grakn` failed to start. I tried re-installing all different components of grakn. I have tried reinstalling Java, Grarkn, Cleared Grakn - Nothing worked.
Here is t…
-
I'm trying to migrate `json` data via the grakn shell but I can't seem to make it work.
Grakn shell:
```
$graql --keyspace test_graph
```
To load the ontology, run
```
$ graql --keyspace te…
-
what's your thoughts on goblin + grakn.ai?
ghost updated
7 years ago
-
Hello,
I'm migrating a CSV using the migration script and I think it has some kind of problems parsing doubles. Instead of building a query like "has score 9.0" it produces "has score 9,0" and then…
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.