adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

Generate events for BigPanda #55

Open adrianco opened 9 years ago

adrianco commented 9 years ago

REST json interface for writing events into BigPanda

https://docs.bigpanda.io/docs/integrations/index.html?v=v2.8.0#alerts-rest-api

Add an option to generate events and hook up to BigPanda to generate interesting event stream scenarios when the simulated architecture does things.

Couldn't find a go library for creating the events, so first step is to build objects and an http writer.

hubayirp commented 9 years ago

Nice! On Thu, Oct 1, 2015 at 9:50 PM Adrian Cockcroft notifications@github.com wrote:

REST json interface for writing events into BigPanda

https://docs.bigpanda.io/docs/integrations/index.html?v=v2.8.0#alerts-rest-api

Add an option to generate events and hook up to BigPanda to generate interesting event stream scenarios when the simulated architecture does things.

Couldn't find a go library for creating the events, so first step is to build objects and an http writer.

— Reply to this email directly or view it on GitHub https://github.com/adrianco/spigo/issues/55.