From f2f0691143cfd911b8c8a659c8e969f9c6378614 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Fri, 17 Jan 2025 17:30:24 +0000 Subject: [PATCH] online doc site: add VISS and VISSR examples Extend the documentation site examples page to have links to the upstream VISSR hello-world tutorial and the examples in the VISS specification. Signed-off-by: Stephen Lawrence --- docs/docs-gen/content/examples/_index.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/docs-gen/content/examples/_index.md b/docs/docs-gen/content/examples/_index.md index cc4cb9c..1ac4994 100644 --- a/docs/docs-gen/content/examples/_index.md +++ b/docs/docs-gen/content/examples/_index.md @@ -35,24 +35,31 @@ Topic examples: Virtual signal platforms, VISSR etc. |------|-------------| | [RemotiveLabs feeder](https://github.com/COVESA/cdsp/tree/main/examples/remotivelabs-feeder) | Example bridge that streams vehicle data from the RemotiveLabs cloud platform into the IoTDB data store | - ## COVESA Touchpoints Topic examples: Low level vehicle abstraction, Mobile devices, Car2Cloud / Cloud etc. ## COVESA Technologies Topic examples: vsome/ip (SOME/IP), uServices, Vehicle API, VISS etc. +| Name | Relationship to the category | +|------|-------------| +| [VISSR/VISS hello-world](https://covesa.github.io/vissr/build-system/hello-world/) | hello-world tutorial for making VISS requests using VISSR in the upstream VISSR project | +| [VISS transport examples](https://raw.githack.com/COVESA/vehicle-information-service-specification/main/spec/VISSv3.0_TransportExamples.html) | Examples in the VISS Specification for making VISS requests and the responses for various transport protocols | + ## Databases Topic examples: Apache IoTDB, MongoDB Realm, Redis/SQLite/memcache etc. - Name | Relationship to the category | +| Name | Relationship to the category | |------|-------------| | [vehicle-speed-downsample-iotdb](https://github.com/COVESA/cdsp/tree/main/examples/vehicle-speed-downsample-iotdb) | Using the IoTDB [Data Quality Library ]({{< ref "apache-iotdb#data-processing-functions" >}} "IoTDB Data Quality Library") for advanced (VSS) timeseries data processing| -| [RemotiveLabs feeder](https://github.com/COVESA/cdsp/tree/main/examples/remotivelabs-feeder) | Example of streaming (writing) southbound (VSS) timeseries data into IoTDB| - +| [RemotiveLabs feeder](https://github.com/COVESA/cdsp/tree/main/examples/remotivelabs-feeder) | Example of streaming (writing) southbound (VSS) timeseries data into IoTDB | ## Frameworks / Protocols -Topic examples: vsome/ip (SOME/IP), VISS, uServices/uProtocol/Capabilities, Vehicle API, MQTT, Kafka, Apache Zeppelin etc. +Topic examples: vsome/ip (SOME/IP), VISS, uServices/uProtocol/Capabilities, Vehicle API, MQTT, Kafka, Apache Zeppelin etc. THIS IS A CHANGE + +| Name | Relationship to the category | +|------|-------------| +| VISS | Find examples in the COVESA Technologies section and or search for VISS/VISSR in this page | ## Big data Topic examples: Hadoop, Flink, Spark, Cloud DB, Nifi etc.