Bridges HTTP POST requests in batches to a Carbon socket.
Install the application, and then run graphite-http-bridge.py --foreground
to test.
Send JSON:
[{"metric": 'some.metric.path', "value": 42, "timestamp": 1234567890}]
All configuration is command line, with the exception of the api_keys.yml file. Copy from api_keys.yml.example.