Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To try the following examples with one of the Grakn clients, follows these Clients Guide. #420

Open
classbasics opened this issue Nov 14, 2020 · 0 comments

Comments

@classbasics
Copy link

Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.

Description

match
$fr ($x, $y) isa friendship;
$x isa person, has full-name $x-fn;
$x-fn contains "Miriam";
$y isa person, has full-name $y-fn, has phone-number $y-pn;
get $x-fn, $y-fn, $y-pn;

I cannot find the code with friendship and full-name, it is not phone_calls.
Most of the code in this documentation cannot be followed without significant work to produce the keyspace with a schema, which assumes you already fully understand the material, and know how to correct all the errors in the docs.
I have had it for today and am going to bed.
If you ever get version 2.0 going, get a newbie (console, java, node.js & python) to go through the 2.0 docs, and demonstrate their understanding before you make them public.
The biggest barrier to using grakn and then possibly considering it as a financial product is to actually see its value.
Today I see a day lost in confusion.
Sencha often takes years to fix their docs and the fixes occur in the next version of their product.
Scylla were able to fix their typos in a few weeks, but some complicated errors took months.
How long will you allow potential clients to suffer these docs, and assume the product is broken in the meantime?

Location of Content

https://dev.grakn.ai/docs/query/get-query

Expected Content

{ Please describe what you expected to happen. }

Actual Content

{ Please describe what actually happened. }

Additional information

{ Any additional information, including logs or screenshots if you have any. }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants