Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.04 KB

File metadata and controls

27 lines (15 loc) · 1.04 KB

Multilevel-Data-Stream-Management-System

This project complements my phd research: Multilevel Streaming Management System. The demo is developed based on Stanford Streaming project. My major work include:

  1. Add security label and access control in streaming system
  2. Add computation sharing between queries in different levels

More details can be found in my PhD thesis Or you can send me email to request it.

More extended paper can be found in my google scholar page

Note:

Demo data is not totally uploaded because of size.

Configuration

./configure --bindir=/home/xing/stream-0.6.2/bin/ --libdir=/home/xing/stream-0.6.2/lib/ --includedir=/home/xing/stream-0.6.2/include

./configure --bindir=/home/xing/stream-0.6.3/bin/ --libdir=/home/xing/stream-0.6.3/lib/ --includedir=/home/xing/stream-0.6.3/include

And change the ~/.bashrc file.

How to run

check Standford Stream lab