skip to: onlinetools | mainnavigation | content | footer

RBB

Image placeholder Page Contact
Robert G. Abbott
(505) 284-6765


Related Links
Sandia Cognitive Foundry

H2 Database Engine

RBB: Relational Blackboard

Introduction

The Relational Blackboard (RBB) is an open-source (BSD) implementation of the Blackboard concept for temporal information. It allows components of an application to:

A main objective of RBB is high performance, so applications can deeply leverage the blackboard concept (instead of retrieving long-lived local copies of data for processing). RBB is implemented on the H2 Relational Database, which provides persistence and location transparency. The features of RBB include:

Example

Imagine you have a database of soccer games. For each game you have the position and identity of each player and the ball over time. You might want to find events such as: This example is developed on the Soccer Example page.

Packages

RBB site contact