Coder Social home page Coder Social logo

bberg's Introduction

bberg

Description

A library to use the Bloomberg Java API from jruby

Features

So far the following requests can be made:

  • HistoricalDataRequest
  • ReferenceDataRequest

We'll be working on adding all the requests supported by the Java API, including "subscriptions".

Feel free to pitch in :)

Examples

TODO: add examples. For now look at the specs for a couple of examples

Requirements

  • The Bloomberg Java API jar

Install

$ gem install bberg

The gem comes with a drb server to make it simpler to use the API from several processes on the same machine (multiple machines not allowed by the Java API copyright, same applies here):

$ bberg_drb_server

To create a stand alone executable do the following from a CMD prompt after checking out the git repo (for example it does't work from within cygwin):

$ gem install rawr
$ bundle install
$ bundle install --deployment --without development
$ rake bberg:create_exe

This creates a folder with a .exe in ../bberg-package/windows/

NOTE: you need rawr installed (outside of bundler) for this to work. We can't use rawr inside of bundler since we then get a copy of rawr among the vendor gems.

Copyright

Copyright (c) 2010 pts

See {file:LICENSE.txt} for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.