Skip to content

vly/haystack

Repository files navigation

Haystack

A minimal clickstream service written in Go. Utilises AWS Kinesis as the cloud Kafka equivalent.

Package includes the producer service, consumer, and front-end examples to get you started.

Pull requests welcome!

Codeship Status for vly/haystack

AWS Authentication

In order to authenticate with your Kinesis instance, create a new key, download as a csv (rootkey.csv), and place in application root.

Sample Producer

curl -X POST -d '{"cid": "12345", "type": "pageview", "ref": "http://localhost/test.html", "context": ""}' http://localhost:5004/log

Dependencies

Releases

  • 0.0.1 initialisation

About

A minimal clickstream service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published