snowplow / stream-collector

Collector for cloud-native web, mobile and event analytics, running on AWS and GCP
http://snowplowanalytics.com
Other
27 stars 32 forks source link

Scala Stream Collector: send Snowplow hearbeat #41

Open alexanderdean opened 9 years ago

alexanderdean commented 9 years ago

Return a response something like:

{ "schema": "iglu:com.snowplowanalytics.sdl/stream_app/jsonschema/1-0-0",
  "data": {
    "name": "xxx",
    "description": "xxx",
    "cliArgs": "xxx",
    "version": "1.2.2",
    "tags": [ ],
    "in": [ { "protocol": "http" }, { "protocol": "https" } ],
    "outSuccess": { "protocol": "kinesis", "name": "raw", "schema": "iglu:com.snowplowanalytics.snowplow/CollectorPayload/thrift/1-0-0" },
    "outFailure": {}
  }
}
alexanderdean commented 9 years ago

Moving back

alexanderdean commented 9 years ago

Lower priority than the other heartbeats because we get a lot of this for free via the ELB