Skip to content

Documentation

Julien Gedeon edited this page Jul 27, 2018 · 13 revisions

Architecture Overview

vStore Architecture

[TODO NICO] Ich glaube, die Grafik müssen wir in zweierlei Hinsicht anpassen: (Könntest du mir eine editierbare Version der Grafik schicken?) 1.) "Aware" ersetzen durch etwas generischeres wie "Context Provider" 2.) Der neue zentrale K/V-Store muss rein. Im zuge dessen, würde es sinn machen das mit dem Block "Configuration File" zusammen zu legen?

The general architecture of vStore and its interfaces can be seem in the above figure. The main components of the framework are:

  • Context aggregator:
  • Rules:
  • Matching engine:

To make it all work, you need the following things besides an instance of the framework:

  • Configuration:
  • Storage nodes:
  • Context providers:

Interfaces (Hier die interfaces nach außen beschreiben. Für context, store/get und die API zu den Storage Nodes)

Application (store/get)

Context providers

Storage API

Clone this wiki locally