Skip to content

v0.2.0

Latest

Choose a tag to compare

@slawr slawr released this 28 Jan 16:14
· 31 commits to main since this release

What's Changed

Feature Summary:

  • Added new core Information and Knowledge Layer components. These represent the Information and Knowledge layers of the DIKW layered architecture.
  • Introduced AI Semantic Reasoning as a feature of the Knowledge Layer including an example use-case.
  • Greatly expanded the available timeseries processing functions by integrating the Apache IoTDB Data Quality Library
  • Enabled REST interface of Apache IoTDB used by the IoTDB Grafana Plugin, to enable Grafana.
  • Added software architecture diagrams using the C4 visualization model in the diagrams folder.
  • Updated to Apache IoTDB v1.3.3
  • Updated VISSR for VISS v3
  • Integrated KUKSA CAN Provider as a southbound feeder for Apache IoTDB

Detail:

  • Apache IoTDB: Integrate IoTDB Data Quality Library and enable visualisation in Grafana by @slawr in #52
  • minor: vehicle-speed-downsample-iotdb example README and root project README updates by @slawr in #53
  • online doc: add down-sample to example page and improve readability by @slawr in #56
  • online doc: switch to git submodule for Hugo Learn theme. Fix page ToC by @slawr in #57
  • docs/README.md: add dev notes for CDSP documentation site by @slawr in #63
  • Introduce C4 Model diagrams to CDSP by @slawr in #62
  • Update VISSR (VISS data server) for VISS v3 by @slawr in #64
  • Update to Apache IoTDB v1.3.3 + Docker improvements by @slawr in #70
  • update C4 container diagram and add component diagram containing Info… by @chrizmc in #65
  • minor: fix URL to upstream VISS example in online doc by @slawr in #71
  • doc: change links to upstream IoTDB doc to point at URLs for v1.3.3 by @slawr in #72
  • Add a guideline for Example creation to the developer doc by @slawr in #73
  • (WIP) Enabling of Knowledge Layer by @chrizmc in #50
  • C4 Model: Fix entity names and filename for C4 modelling of Knowledge and Information Layer Server Containers by @slawr in #78
  • Add KUKSA CAN Provider example by @slawr in #79

Full Changelog: v0.1.0...v0.2.0

New Contributors