typedb / typedb-docs

TypeDB Documentation
27 stars 72 forks source link

missing Node.js and Python code #390

Open classbasics opened 3 years ago

classbasics commented 3 years ago

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. }

classbasics commented 3 years ago

also https://dev.grakn.ai/docs/query/match-clause https://dev.grakn.ai/docs/query/get-query

flyingsilverfin commented 3 years ago

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