Bovespa Ingestion

An importer/parser of BM&F Bovespa historical stock quotations files.

Introduction

Installing

Install bundler:

$ gem install bundler

Enter the cloned dir and fetch dependencies:

$ bundler install

Contributing

1) Fork this git repository

2) Push your changes to your own repository

3) Send a pull request

Running

Run the test application:

$ bin/carregar_historico

Testing

We use rspec, so:

$ rspec spec

or simply:

$ rake

Prerequisites

Tested with Ruby 1.9.2