summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-30attempt to update timing tests for kafka.mo khan
2016-01-30implement a kafka producer/consumer.mo khan
2016-01-30move rmq classes to rmq dir and install kafka.mo khan
2015-11-07cache exchange.mo khan
2015-11-07move heartbeat and prefetch to amqp.ymlmo khan
2015-11-07move RMQ configuration to a yaml file.mo khan
2015-10-31use logger config.mo khan
2015-10-31reduce complexity in experiments constructor.mo khan
2015-10-31initialize each consumer with just the dependencies they need.mo khan
2015-10-31extract blocking writes consumer.mo khan
2015-10-31log errors and fix bug in mongo consumer.mo khan
2015-10-31start testing mongo write speed and split out casandra classes.mo khan
2015-10-29specify the logger.mo khan
2015-10-25inline heartbeat and prefetch configs.mo khan
2015-10-25try a custom thread pool then use bunny consumer pool.mo khan
2015-10-25rename run to subscribe.mo khan
2015-10-25move rmq publishing to message bus.mo khan
2015-10-25start testing with jruby.mo khan
2015-10-24more require logger.mo khan
2015-10-24configure a logger.mo khan
2015-10-24stop the message bus when the application is shut down.mo khan
2015-10-24try stackprof.mo khan
2015-10-24move experiments to a separate file.mo khan
2015-10-24improve test script to wait for async writes to complete.mo khan
2015-10-24silence cassandra logger.mo khan
2015-10-24compare blocking writes vs non-blocking writes.mo khan
2015-10-24add script to simplify testing ips.mo khan
2015-10-22make async worker inherit from sync worker.mo khan
2015-10-22extract message object to make it easy to use the sync or async api.mo khan
2015-10-22remove sneakers.mo khan
2015-10-19default to 4 shards.mo khan
2015-10-18extract scope to search by ip.mo khan
2015-10-18create active record style query interface.mo khan
2015-10-18update ping to publish a new message and sanitize html.mo khan
2015-10-18simplify model mapping logic and allow publisher to be re-used.mo khan
2015-10-18add ip address filter.mo khan
2015-10-18add sinatra application to display all logs.mo khan
2015-10-17drop from 16 to 4 queues.mo khan
2015-10-17use ASYNC ENV var to run asynchronously and trap TERM to stop cassandra react...mo khan
2015-10-17get bin/console working and extract async writer.mo khan
2015-10-17add option to run workers using futures api.mo khan
2015-10-17remove rescue.mo khan
2015-10-17make the prefetch and cores match the number of CPUsmo khan
2015-10-17connect to cassandra after forking to remove contention for shared file descr...mo khan
2015-10-17clean up log line writer specs.mo khan
2015-10-17write into log lines table.mo khan
2015-10-17create the log line tablemo khan
2015-10-17add rake task to generate cql migrations.mo khan
2015-10-17introduce null object for processing bad log lines.mo khan
2015-10-17use virtus to generate model attributes.mo khan