Open classbasics opened 3 years ago
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
https://dev.grakn.ai/docs/schema/concepts has Java code. It should also have Node.js and Python code
Also Console code would be good.
I would have liked to see code to create a new keyspace with docker and then enter that keyspace console.
docker exec -it grakn bash -c "/grakn-core-all-linux/grakn console --keyspace my_keyspace" my_keyspace>phone_calls>define person sub entity; {} my_keyspace>commit my_keyspace>
https://dev.grakn.ai/docs/schema/concepts
{ Please describe what you expected to happen. }
{ Please describe what actually happened. }
{ Any additional information, including logs or screenshots if you have any. }
also https://dev.grakn.ai/docs/query/match-clause https://dev.grakn.ai/docs/query/get-query
The reason we only have java examples for these is because the language builder is only available in Java. However, it still makes sense to show the non-builder versions in the future
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
Description
https://dev.grakn.ai/docs/schema/concepts has Java code. It should also have Node.js and Python code
Also Console code would be good.
I would have liked to see code to create a new keyspace with docker and then enter that keyspace console.
docker exec -it grakn bash -c "/grakn-core-all-linux/grakn console --keyspace my_keyspace" my_keyspace>phone_calls>define person sub entity; {} my_keyspace>commit my_keyspace>
Location of Content
https://dev.grakn.ai/docs/schema/concepts
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. }