1
0
mirror of https://github.com/bspeice/metrik synced 2025-07-13 03:45:31 -04:00
Commit Graph

20 Commits

Author SHA1 Message Date
1ebebd6404 And include XLRD in the dependencies. Oops. 2016-09-01 14:52:55 -04:00
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
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
e88547c47d Initial fixes, bump the version 2016-08-29 19:02:08 -04:00
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
4536278383 Widen the search for bad quotes 2016-08-25 17:56:03 -04:00
003a0024a0 Handle empty quotes in Tradeking 2016-08-25 17:47:36 -04:00
117f4d60b2 Make sure records are actually saveable
MongoDB doesn't like the pure `date` type.
2016-08-25 17:08:37 -04:00
0733725728 Update version code because I forgot. 2016-08-25 09:09:47 -04:00
9fdacd65aa And update the config for the new package_data 2016-08-25 07:45:09 -04:00
8fb5fa9c32 Another update to the cron scripts 2016-08-24 22:47:11 -04:00
0d249af584 Add Tradeking functionality
Yet to be integrated with the Equities flow, hold your horses.
2016-08-24 17:43:11 -04:00
7e81f78a6d Make sure there's a newline for the cron jobs 2016-08-24 07:09:43 -04:00
0eb0966729 And make sure that we return a schedule
Rather than just create it.
2016-08-23 22:47:13 -04:00
53407dad5c Add Equities into the flows
Woops, should've done this earlier.
2016-08-23 22:39:32 -04:00
d1d58a1bd7 Add NASDAQ processing 2016-08-23 19:13:06 -04:00
ba479389bd Fix printing one more time 2016-08-23 16:47:05 -04:00
fd20fa574f Update the version so the upgrades take 2016-08-23 16:43:49 -04:00
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
5f267009fb Initial commit for metrik 2016-08-07 16:25:04 -04:00