How to check schema of graph in AWS Neptune

0

How to check schema of graph using open cypher /gremlin and sparql . In neo4j for checking schema we use "call db.schema.visualization" same way I want for gremlin/opencyper/sparql . I am using graph notebook for querying the data using workbench magic command.

asked 7 months ago306 views
2 Answers
1
profile pictureAWS
EXPERT
answered 7 months ago
  • Thankyou for your response @DidierDurand . I am just looking for our schema(structure of graph how all nodes and edges are connected).

1

Most of this information can be inferred from the Summary API output: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html

profile pictureAWS
answered 7 months ago
  • Yes graph information we can take from their but If we want schema in graph form itself.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions