Skip to content

Data-ScienceHub/sgx-tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable and Secure Platform for Genomic Computing

Architecture & Documentation

Architecture

Prerequsites

  1. ZeroMQ
sudo apt-get install libzmq3-dev
  1. Speed Log
sudo apt install libspdlog-dev

Messages

Worker/Client to Driver

Base format

Join

JIN <worker_id/client_id>

Message

MSG <worker_id/client_id>

Acknowledgement

ACK <worker_id/client_id>

Driver to Worker/Client

Acknowledgement

ACK

Message

MSG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • CMake 1.8%
  • Python 1.4%
  • Dockerfile 1.3%
  • Shell 0.1%