forked from nordquip/sousms
-
Notifications
You must be signed in to change notification settings - Fork 0
Team minutes Data Feed
nordquip edited this page Oct 8, 2012
·
4 revisions
##Goals for 121017:
- Create a specification for an interface enterTickData() for putting data into the database from the feed.
- Create java program that will read and print this XML data
- On Tuesday, test http:///pete.html to see if it returns data
- If not, Create an XML file with all fields specified in http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/BASIC_Web_Service_1.0.pdf. (Make up dummy data.)
- Publish dummyData.xml in bretLeduc/sousms/test
##Goals for 121010: ###Infrastructure goals:
- Create a GitHub fork for the Data feed team -- DONE: both of you have created a fork. You need to choose one of them as the Data Feed team fork.
- Bret: Whoever owns the fork you choose needs to make the other a collaborator on this fork -- DONE: Brett owns fork, and Shaun collaborates
- Both: Clone the team's chosen fork as a repository on your local system - DONE
###Research goals:
- Review the output format shown in http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/BASIC_Web_Service_1.0.pdf and make a list of terms you don't understand. Put this list in a file named notes.md in the doc directory of your fork. DONE: moved it into the doc directory during the meeting
- Search for the best way you can find to parse XML. DONE: Shaun found java and liked it
- Add a section to notes.md with a short discussion of the alternatives you found and a recommendation on the technology we should use to parse the feed. -- DONE
- All: Commit your changes on your local repository then sync these changes to the data feed fork -- DONE
###Notes:
Division of labor:
We need to decide who is going to do what for the feed.