No description
Find a file
2020-03-07 03:45:50 -05:00
core/src initial commit 2020-02-29 17:24:33 +00:00
examples initial commit 2020-02-29 17:24:33 +00:00
kafka/src/main/scala/com.snowplowanalytics.snowplow.collectors.scalastream initial commit 2020-02-29 17:24:33 +00:00
kinesis/src/main/scala/com.snowplowanalytics.snowplow.collectors.scalastream initial commit 2020-02-29 17:24:33 +00:00
nsq/src/main/scala/com.snowplowanalytics.snowplow.collectors.scalastream initial commit 2020-02-29 17:24:33 +00:00
project initial commit 2020-02-29 17:24:33 +00:00
pubsub/src/main/scala/com.snowplowanalytics.snowplow.collectors.scalastream initial commit 2020-02-29 17:24:33 +00:00
stdout/src/main/scala/com.snowplowanalytics.snowplow.collectors.scalastream initial commit 2020-02-29 17:24:33 +00:00
.gitignore initial commit 2020-02-29 17:24:33 +00:00
.scalafmt.conf initial commit 2020-02-29 17:24:33 +00:00
build.sbt initial commit 2020-02-29 17:24:33 +00:00
config.conf rename config file and make executeable 2020-03-07 03:45:50 -05:00
inital inital commit 2020-02-29 17:30:52 +00:00
LICENSE-2.0.txt initial commit 2020-02-29 17:24:33 +00:00
README.md first commit 2020-02-29 17:27:19 +00:00

Scala Stream Collector

Introduction

The Scala Stream Collector is an event collector for Snowplow, written in Scala. It sets a third-party cookie, allowing user tracking across domains.

The Scala Stream Collector is designed to be easy to setup and store Thrift Snowplow events to Amazon Kinesis and NSQ, and is built on top of akka-http.

Find out more

Technical Docs Setup Guide Roadmap & Contributing
i1 i2 i3
Technical Docs Setup Guide coming soon

The Scala Stream Collector is copyright 2013-2019 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

scala-collector