kapilagrawal95 / Uniserve

A runtime implementation of data-parallel actors.

Home Page:http://petereliaskraft.net/res/uniserve.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uniserve

This is a code release for our 2022 NSDI paper Data-Parallel Actors: A Programming Model for Scalable Query Serving Systems. This is the code for the Uniserve runtime described in that paper.

To compile and run all unit tests:

mvn package

For all unit tests to run successfully, Uniserve requires an instance of ZooKeeper running locally on port 2181. Uniserve also requires access to S3 and requires a bucket named "uniserve-bucket."

About

A runtime implementation of data-parallel actors.

http://petereliaskraft.net/res/uniserve.pdf

License:MIT License


Languages

Language:Java 100.0%Language:Shell 0.0%