1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-28 13:41:31 -04:00
Commit Graph

9 Commits

Author SHA1 Message Date
bspeice
eb0c96b691 Add time- and version-stamps to created objects 2016-09-06 18:59:16 -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
af847c16c3 Make sure the MongoTarget is using config correctly 2016-08-24 16:05:00 -04:00
Bradlee Speice
ce71c4bc94 Switch the configuration system
I like this one much better.
2016-08-24 15:52:07 -04:00
Bradlee Speice
88c4401960 Add NASDAQ Company and ETF lists 2016-08-19 22:02:19 -04:00
Bradlee Speice
982b9dcb47 Get some tests in place for the MongoDB stuff 2016-08-16 17:21:09 -04:00
Bradlee Speice
cd7009729e Add a 'now' tag to the database records 2016-08-16 15:38:37 -04:00
Bradlee Speice
98d669eab3 Can now fetch LIBOR data correctly 2016-08-12 20:18:12 -04:00
Bradlee Speice
5f267009fb Initial commit for metrik 2016-08-07 16:25:04 -04:00