https://github.com/scripbox/snowplow-elixir-tracker
Snowplow event tracker for Elixir
https://github.com/scripbox/snowplow-elixir-tracker
elixir elixir-lang snowplow snowplow-event-tracker snowplowanalytics
Last synced: 4 months ago
JSON representation
Snowplow event tracker for Elixir
- Host: GitHub
- URL: https://github.com/scripbox/snowplow-elixir-tracker
- Owner: scripbox
- License: apache-2.0
- Created: 2018-04-30T11:02:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T05:23:51.000Z (over 3 years ago)
- Last Synced: 2025-10-21T14:53:58.510Z (8 months ago)
- Topics: elixir, elixir-lang, snowplow, snowplow-event-tracker, snowplowanalytics
- Language: Elixir
- Homepage: http://snowplowanalytics.com
- Size: 6 MB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnowplowTracker
 [](https://codecov.io/gh/scripbox/snowplow-elixir-tracker) 
Snowplow event tracker for elixir. Add analytics to your elixir/phoenix apps.
## Installation
The latest version is ```1.0.0``` and requires ```elixir-1.6```. Install the package by adding the following dependency:
```elixir
def deps do
[
{:snowplow_tracker, "~> 1.0.0"}
]
end
```
## Find out more
| Technical Docs | Setup Guide | Roadmap | Contributing |
|---------------------------------|---------------------------|-------------------------|-----------------------------------|
| ![techdocs-image] | ![setup-image] | ![roadmap-image] | ![contributing-image] |
| **[Technical Docs][techdocs]** | **[Setup Guide][setup]** | **[Roadmap][roadmap]** | **[Contributing][contributing]** |
[techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
[roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png
[techdocs]: https://hexdocs.pm/snowplow_tracker/
[setup]: https://github.com/scripbox/snowplow-elixir-tracker/tree/master/#installation
[roadmap]: https://github.com/snowplow/snowplow/wiki/Product-roadmap
[contributing]: https://github.com/snowplow/snowplow/wiki/Contributing