Access to iot twinmaker graph

0

Can u access the iot twinmaker knowledge graph similar to accessing a knowledge graph in neptune. Such as via cypher query?

asked 2 years ago399 views
2 Answers
0

AWS IoT TwinMaker exposes the Entity-component model as a REST API :

  • ListEntities : Allows you to query the entities and filter by Id, external Id or parent Id
  • GetEntity : Retrieves the details of an entity and property values

But I agree, a query interface would be useful in a lot of use cases.

profile pictureAWS
EXPERT
Jan_B
answered 2 years ago
0

We just launched TwinMaker Knowledge Graph https://aws.amazon.com/about-aws/whats-new/2022/11/twinmaker-knowledge-graph-generally-available-aws-iot-twinmaker/. We are using partiQL as the query language. Visit our documentation https://docs.aws.amazon.com/iot-twinmaker/latest/guide/tm-knowledge-graph.html for more details.

AWS
answered a year ago

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