Skip to content

QSD/tardis

Repository files navigation

Stories in Ready

#Tardis

Mission

Monitor the entire lifecycle of your software, analyze different sources and find interesting connections between events.

Global information

Events

Events are really basic. Send using REST (PUT's) and are in JSON format. The following structure is used:

{
    "event": {
        "metadata": {
            "timestamp": 223923429,
            "source": "some application name"
    },
        "data": "VGhpcyBpcyB0aGUgY29udGVudC4uLg=="
    }
}

TODO

  • add to travis.ci
  • improve documentation