Skip to content

Commit 11bda50

Browse files
committed
Digital Twin Graph
1 parent 61de269 commit 11bda50

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ Instructions for installing Mosquitto can be found [here](https://github.com/ecl
9090

9191
## <a name="cloning-the-repo">Cloning the Repo</a>
9292

93-
The repo has two submodules [opendigitaltwins-dtdl](https://github.com/Azure/opendigitaltwins-dtdl) and [iot-plugandplay-models](https://github.com/Azure/iot-plugandplay-models) that provide DTDL context files
94-
and DTDL samples file. To ensure that these are included, please use the following command when cloning Ibeji's github repo:
93+
The repo has two submodules [opendigitaltwins-dtdl](https://github.com/Azure/opendigitaltwins-dtdl) and [iot-plugandplay-models](https://github.com/Azure/iot-plugandplay-models) that provide DTDL context files and DTDL samples file. To ensure that these are included, please use the following command when cloning Ibeji's github repo:
9594

9695
````shell
9796
git clone --recurse-submodules https://github.com/eclipse-ibeji/ibeji`
@@ -107,8 +106,7 @@ cargo build
107106
108107
This will build all of the foundation libraries and executables.
109108
110-
Ibeji also has add-on modules that rely on feature flags to include them in the build. For example, to build Ibeji with the Digital Twin Graph
111-
and the Digital Twin Registry modules run:
109+
Ibeji also has add-on modules that rely on feature flags to include them in the build. For example, to build Ibeji with the Digital Twin Graph and the Digital Twin Registry modules run:
112110
113111
````shell
114112
cargo build --features "digital_twin_graph,digital_twin_registry"

docs/design/modules/digital_twin_graph/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provide a consumer with an abstraction that delivers a much better interaction e
1212
that they prefer to use.
1313

1414
This design specifies a graph-based facade, which will be named the Digital Twin Graph Service. With this facade, the digital twin will be represented as a
15-
graph of digital twin entities whose arcs represent the relationships between those entities. Instance IDs will be used to refer to entities.
15+
graph of digital twin entities whose edges represent the relationships between those entities. Instance IDs will be used to refer to entities.
1616

1717
Please note that Ibeji is only intended for use on an IoT edge device. It is not intended for use in the cloud. The data that it manages can be
1818
transferred to the cloud, through components like [Eclipse Freyja](https://github.com/eclipse-ibeji/freyja).

0 commit comments

Comments
 (0)