Skip to content
 
 

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldisco

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)

About

An LFE client library for the Disco big-data platform

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages