Michael S. Fischer
Michael S. Fischer
One should be able to avoid storing secret data in the configuration file by allowing the Datadog API key to be set in an environment variable before launching any API...
I don't expect this PR to be accepted as is, but I thought it would be a useful launching point for a conversation. Take a look and let me know...
Currently the `:timeout` option to the Redis constructor applies a latency ceiling both to the initial connection to the Redis server and to any responses to requests. This means you...
It'd be really nice to be able to control the program remotely via RPC of some sort (JSON-RPC over WebSocket, for instance). Methods and features that would be handy are:...
Currently one can only select between random partition keys, or partition keys derived from the data. It should also be possible to specify a partition key associated with each file...