Skip to content
Oliver edited this page Oct 27, 2018 · 4 revisions

Overview

The PaVoS project is composed of multiple modules that can be run independently and communicate via HTTPServlets.

These modules are:

  • The bridge module: The connecting piece between a FROST-Server and a Kafka broker. Since this item is not strictly associated with the rest of the modules (all other modules run behind Kafka), it is located in a different repository.
  • The import module: Allows importing data. Sends imported data to FROST, so requires a running bridge to transfer data to Kafka.
  • The core module: Processes data for the visualization and saves said data in a memcached "database".
  • The web module: All items surrounding the actual visualization of processed data.
  • The export module: Allows exporting data with selected parameters from the webinterface.
Clone this wiki locally