Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vschiavoni/SecureStreams-DEBS17
SecureStreams, DEBS'17
https://github.com/vschiavoni/SecureStreams-DEBS17
lua mapreduce pipeline reactive-programming security sgx sgx-enclave streaming
Last synced: about 1 month ago
JSON representation
SecureStreams, DEBS'17
- Host: GitHub
- URL: https://github.com/vschiavoni/SecureStreams-DEBS17
- Owner: vschiavoni
- Created: 2018-04-09T14:40:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T14:43:01.000Z (over 6 years ago)
- Last Synced: 2024-08-03T01:20:07.189Z (4 months ago)
- Topics: lua, mapreduce, pipeline, reactive-programming, security, sgx, sgx-enclave, streaming
- Language: Lua
- Homepage:
- Size: 1.9 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/vschiavoni/SecureStreams-DEBS17
README
# SecureStreams
This repository contains the source code of SecureStreams.
If you use this code, please cite:```
@inproceedings{Havet:2017:SRM:3093742.3093927,
author = {Havet, Aur{\'e}lien and Pires, Rafael and Felber, Pascal and Pasin, Marcelo and Rouvoy, Romain and Schiavoni, Valerio},
title = {SecureStreams: A Reactive Middleware Framework for Secure Data Stream Processing},
booktitle = {Proceedings of the 11th ACM International Conference on Distributed and Event-based Systems},
series = {DEBS '17},
year = {2017},
isbn = {978-1-4503-5065-5},
location = {Barcelona, Spain},
pages = {124--133},
numpages = {10},
url = {http://doi.acm.org/10.1145/3093742.3093927},
doi = {10.1145/3093742.3093927},
acmid = {3093927},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Middleware, SGX, security, stream processing},
}
````## Requirements
- docker
- docker-compose## Build the docker image
From the directory `docker-image/` run
```bash
$ ./build.sh
```## Run XP
From the directory `experiment/test/` run
```bash
$ ./run.sh
```