Skip to content
forked from lfex/ldisco

An LFE client library for the Disco big-data platform

Notifications You must be signed in to change notification settings

billota/lfe-disco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An LFE client library for the Disco big-data platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published