No description
Find a file
2016-05-16 09:29:50 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
doc implement reference counting and much more (#43) 2016-04-18 13:05:36 -07:00
include/orchestra reduce the amount of logging, separating out logging for reference counting 2016-04-22 12:54:36 -07:00
lib/orchpy make it possible to start multiple nodes in a cluster; add some more logging 2016-04-28 15:31:31 -07:00
protos support multiple object stores, part one 2016-04-24 19:06:14 -07:00
src make it possible to start multiple nodes in a cluster; add some more logging 2016-04-28 15:31:31 -07:00
test make it possible to start multiple nodes in a cluster; add some more logging 2016-04-28 15:31:31 -07:00
thirdparty Build script for installing photon 2016-05-16 09:29:50 -07:00
.gitignore Initial commit 2016-02-07 14:18:40 -08:00
CMakeLists.txt Build script for installing photon 2016-05-16 09:29:50 -07:00
LICENSE Initial commit 2016-02-07 14:18:40 -08:00
README.md Build script for installing photon 2016-05-16 09:29:50 -07:00
requirements.txt Build script for installing photon 2016-05-16 09:29:50 -07:00
setup.sh Build script for installing photon 2016-05-16 09:29:50 -07:00

Orchestra

Orchestra is a distributed execution framework with a Python-like programming model.

Design Decisions

For a description of our design decisions, see

Setup

  1. sudo apt-get update
  2. sudo apt-get install git
  3. git clone https://github.com/amplab/photon.git
  4. cd photon
  5. bash setup.sh