TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Tools for collecting events data (Snowplow, Segment)?

6 点作者 keydunov超过 7 年前
What would you use to collect events data on the website/app. I know Segment and Snowplow, is there anything out there you have tried and it’s worth considering? Thank you!

2 条评论

tedmiston超过 7 年前
My startup is in this space [1]. There are tons and tons of analytics tools so it really depends which ones you&#x27;re interested in using. The value of adding an event router is highest when you want to use client-side and server-side clickstream analytics integrations. It&#x27;s overkill if you just want one analytics service like Google Analytics or Mixpanel, but most companies want more than one.<p>You might also think about pricing models - some services use per user pricing which can be expensive if you have a high number of users but with a small amount of monetization per user. Astronomer uses per event pricing so we&#x27;re generally a better fit for that use case.<p>Snowplow is in the data warehouse space where the other main competitors are Amazon Redshift (most popular) and Google BigQuery. If you use a clickstream router like Astronomer or Segment, you&#x27;ll get data warehousing &quot;for free&quot; out of the box.<p>[1]: <a href="https:&#x2F;&#x2F;www.astronomer.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.astronomer.io&#x2F;</a>
ian0超过 7 年前
For basic use cases I like mixpanel. You need to be a bit careful about how you structure your events to get the most out of the reporting it provides - but its very flexible when you do.<p>The triggered messaging is great too if your into automated marketing.
评论 #16296994 未加载