Skip to content

DataCapsule Replication for Paranoid Stateful Lambda (PSL) / Global Data Plane (GDP)

Notifications You must be signed in to change notification settings

hanming-lu/dc-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dc-replication

DataCapsule Replication for Paranoid Stateful Lambda (PSL) / Global Data Plane (GDP)

How to build and run

Clone dc-replication repo

MY_PROJECT=~/dc-replication
git clone --recursive [email protected]:hanming-lu/dc-replication.git "${MY_PROJECT}"

Start docker (assuming docker is installed)

docker run -it --rm \
  --net=host \
  -v "${MY_PROJECT}":/opt/my-project \
  -w /opt/my-project \
  hanmingl/dc-replication:1.0

After entering the docker, build and run dcr-server within docker

mkdir -p build/ && cd build/
cmake ../src/
make -j4

./dcr-server

About

DataCapsule Replication for Paranoid Stateful Lambda (PSL) / Global Data Plane (GDP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published