Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riquellopes/golf
Golang api to get basic informations about FII :dollar: :dollar: :bank:
https://github.com/riquellopes/golf
api financial golang google yield
Last synced: 14 days ago
JSON representation
Golang api to get basic informations about FII :dollar: :dollar: :bank:
- Host: GitHub
- URL: https://github.com/riquellopes/golf
- Owner: riquellopes
- Created: 2016-09-08T13:18:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T01:29:17.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T19:41:11.535Z (3 months ago)
- Topics: api, financial, golang, google, yield
- Language: Go
- Homepage: https://thawing-peak-64488.herokuapp.com/
- Size: 2.61 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GOLF => GO + LANG + Fundo de Investimento Imobiliário
==============This projects it was wrote in [nodejs](https://nodejs.org/en/) there many year ago, It was my first [crawler](https://en.wikipedia.org/wiki/Web_crawler) written in [nodejs](https://nodejs.org/en/), and now I rewritten the main features in [golang](https://golang.org/). In the first realease of [nodejs](https://nodejs.org/en/) app, I used [mongodb](https://www.mongodb.com/) + [mlab](https://mlab.com/) to persist the informations, but now I'm just scraping the information of web site and sending to api.
#### What's the Fundo de Investimento Imobiliário?
It's a Brazilian investment associated with property market. [Here](http://www.bmfbovespa.com.br/pt_br/produtos/listados-a-vista-e-derivativos/renda-variavel/fundos-de-investimento-imobiliario-fii.htm) you can read a complete Portuguese post about it.#### My motivation to build it.
I'm a Brazilian software developer and always I'm look for new challenge. And when in that challenge I can to build something to solve my problem and help another people to learn something, I feel happy.#### Links:
* https://echo.labstack.com/
* https://github.com/gocolly/colly
* https://golang.github.io/dep/
* https://github.com/riquellopes/golang
* https://github.com/riquellopes/fii#### @TODO:
* [x] Write a crawler.
* [x] Write tests to validation the process.
* [x] Deploy on [heroku](https://www.heroku.com/)
* [ ] Analyze the performance between the two projects.