Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.04 KB

README.rst

File metadata and controls

51 lines (33 loc) · 1.04 KB

lfe-disco

Introduction

An LFE client library for the Disco big-data platform.

Dependencies

This project assumes that you have rebar installed somwhere in your $PATH.

This project depends upon the following, which installed to the deps directory of this project when you run make deps:

  • LFE (Lisp Flavored Erlang; needed only to compile)
  • lfeunit (needed only to run the unit tests)

Installation

To inlcude lfe-disco in your project, simply update the deps section of your rebar.config:

{deps, [
  {lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
  {'lfe-disco',
    ".*", {git, "git://github.com/lfe/lfe-disco.git"}}
]}

Usage

TBD (project still in-progress; worker protocol will likely be the first bit done)