Skip to content

Extract stock price historical data from bovespa website

License

Notifications You must be signed in to change notification settings

oniram/bovespa_extract

Repository files navigation

INSTALLATION

About

Developed with Yii framework

Install

Configure and install Yii framework
Configure and install mysql instance.
Copy config/db.php.example to config/db.php
Create a database and set your database info in config/db.php

Enter in root directory and run commands bellow

$ composer install
$ php yii migrate
$ php yii serve

Open browser and navigate to: http://localhost:8080

Route for import actions by date: http://localhost:8080/index.php?r=site/import

The action for this route is actionImport and was defined in: controllers/SiteController.php

Restore Mongo

mongorestore --db papers dump

dump is a path to backup folder

Connect and Find a documnet in Mongo


$ mongo

$ use papers;



About

Extract stock price historical data from bovespa website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published