jithusunny / nifty50

Nifty50 Top Gainers and Losers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Web app that displays the Top 10 Gainers and Losers from here

It reads this data from a DB which would be populated by a background running process.

  • /bin/fetchnifty50.go is a go program that can be run in the background (maybe every 5 minutes) to fetch data from the NSEIndia website and push it into the DB.

  • fetchnifty50.go may be crontab-ed in single machine deployment or executed in this way - Rethinking Cron - in horizontally scalable environments.

  • This Go app is created using the Beego framework.

About

Nifty50 Top Gainers and Losers


Languages

Language:Go 65.2%Language:Smarty 25.0%Language:CSS 9.9%