The Wayback Machine - https://web.archive.org/web/20201030054039/https://github.com/owlbarn/actor
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OCaml Distributed Data Processing

A distributed data processing system developed in OCaml

Todo

How to express arbitrary DAG? How to express loop? Apply function.

Interface to Irmin or HDFS to provide persistent storage

Test delay-bounded and error-bounded barrier

Split Context module into server and client two modules

Implement parameter.mli

Implement barrier control in parameter modules

Rename ... DataContext and ModelContext?

Implement Coordinate Descent in model parallel ...

Enhance Mapreduce engine, incorporate with owl.

Add techreport based on the barrier control.

How to compile & run it?

To compile and build the system, you do not have to install all the software yourself. You can simply pull a ready-made container to set up development environment.

docker pull ryanrhymes/actor

Then you can start the container by

docker run -t -i ryanrhymes/actor:latest /bin/bash

After the container starts, go to the home director, clone the git repository.

git clone https://github.com/ryanrhymes/actor.git

Then you can compile and build the system.

make oasis && make

About

Owl's Parallel & Distributed Computing Engine

Resources

License

Packages

No packages published
You can’t perform that action at this time.