Commit Graph

24 Commits (9823503d352c656b82a98310d9ecf0a246bf659a)

Author SHA1 Message Date
Bradlee Speice 9823503d35 Version bump (should've done it earlier, oh well). 2016-12-06 08:24:33 -05:00
bspeice c3484ac0cc Add the OptionsFlow to batch processing 2016-11-24 18:57:49 -05:00
bspeice a8871af4e7 Add a flow for options quotes 2016-11-24 18:33:52 -05:00
bspeice eb0c96b691 Add time- and version-stamps to created objects 2016-09-06 18:59:16 -04:00
Bradlee Speice 1ebebd6404 And include XLRD in the dependencies. Oops. 2016-09-01 14:52:55 -04:00
Bradlee Speice 086e893054 Add State Street holdings to the EquitiesFlow
I mean, I know it's all ETF's, but they have a lot of equities!
2016-09-01 14:44:06 -04:00
Bradlee Speice 84d8103c29 Add `tainted` mode so I can try and restore the data that I destroyed while unit-testing. 2016-08-30 08:36:02 -04:00
Bradlee Speice e88547c47d Initial fixes, bump the version 2016-08-29 19:02:08 -04:00
Bradlee Speice 76193599d0 Be more stingy with connections
I think the act of spinning up ~4000 MongoTargets for the Equities caused things to blow up; this way connections will only by created/used when operations are being performed. This is theoretically less efficient, but from what I've read in the documentation Mongo should have some pooling tricks to not sacrifice performance.
2016-08-25 23:17:35 -04:00
Bradlee Speice 4536278383 Widen the search for bad quotes 2016-08-25 17:56:03 -04:00
Bradlee Speice 003a0024a0 Handle empty quotes in Tradeking 2016-08-25 17:47:36 -04:00
Bradlee Speice 117f4d60b2 Make sure records are actually saveable
MongoDB doesn't like the pure `date` type.
2016-08-25 17:08:37 -04:00
Bradlee Speice 0733725728 Update version code because I forgot. 2016-08-25 09:09:47 -04:00
Bradlee Speice 9fdacd65aa And update the config for the new package_data 2016-08-25 07:45:09 -04:00
Bradlee Speice 8fb5fa9c32 Another update to the cron scripts 2016-08-24 22:47:11 -04:00
Bradlee Speice 0d249af584 Add Tradeking functionality
Yet to be integrated with the Equities flow, hold your horses.
2016-08-24 17:43:11 -04:00
Bradlee Speice 7e81f78a6d Make sure there's a newline for the cron jobs 2016-08-24 07:09:43 -04:00
Bradlee Speice 0eb0966729 And make sure that we return a schedule
Rather than just create it.
2016-08-23 22:47:13 -04:00
Bradlee Speice 53407dad5c Add Equities into the flows
Woops, should've done this earlier.
2016-08-23 22:39:32 -04:00
Bradlee Speice d1d58a1bd7 Add NASDAQ processing 2016-08-23 19:13:06 -04:00
Bradlee Speice ba479389bd Fix printing one more time 2016-08-23 16:47:05 -04:00
Bradlee Speice fd20fa574f Update the version so the upgrades take 2016-08-23 16:43:49 -04:00
Bradlee Speice f2390ba34f Get command-line tools up and running
I now have something that actually gets stuff done.
2016-08-22 21:34:54 -04:00
Bradlee Speice 5f267009fb Initial commit for metrik 2016-08-07 16:25:04 -04:00