We use cookies on this site to enhance your user experience. By using this site, you are giving your consent for us to set cookies.


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Use cases to be explored

tbd

VISS Protocol Server

Notes on known OSS VISS Servers:

  • WAII
    • W3C reference implementation for the VISS standard.
    • Hosted by W3C as part of the W3C and Covesa cooperation agreement
    • Has support for historical (persistent) data
    • Has backend abstraction for VSS data stores
    • Architecture supports connecting southbound data feeders to a data store
  • Kuksa.val
    • Project hosted in Eclipse.
    • Historically inconsistent support for VISS (Todo: add links)
    • Architecturally live 'last value' data only. No current support for historical or persistent data.
      • Assumption is that persistence is left to northbound clients?
  • Aos Edge
    • The Aos Edge orchestration platform provides a VISS Server as part of the Aos Edge Core embedded part of the platform to provide secure, abstracted data to services orchestrated by the system. Implementation hosted at the Aos Edge Core product site.
    • VISS support equates more to VISS v1, with access control provided by the Service definition controls in Aos Edge, rather than using the access control specified in VISS v2.
  • Other earlier implementations
    • During the early development of VISS (e.g. v1) various groups created implementations.
    • It appears they are no longer maintained but they are mentioned here for completeness.

VSS Data Store / Embedded DBs

WAII VISS server currently supports the following DBs as data store backends:

  • SQLite
  • Redis


Notes on DB candidates to be added:

  • Apache IoTDB
  • MongoDB Realm
  • No labels