0.0
No commit activity in last 3 years
No release in over 3 years
ruby client library for concord operators
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

= 0.9.2.0
 Project Readme

concord-rb

Ruby client libraries for Concord

Building

This repository is organized to work with the pip python package manager. In order to create the package you will need to generate thrift definitions located in the main concord repo. Run the build_thrift script from the root of the concord project:

$ cd ~/workspace/concord/ && ./configure.py --thrift

Installing

To install the package and its dependencies use gem2.0:

gem2.0 install concord-ruby

Once installed you can now run Concord computations written in Ruby! For detailed documentation check out our Ruby docs.