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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Turn raw Segment analytic logs from S3 bucket into JavaScript objects

1 点作者 radihuq超过 5 年前

1 comment

radihuq超过 5 年前
I was curious to see how users interacted with my site so I implemented Segment analytics. I wasn&#x27;t able to find a free data visualizer for my analytics, so I&#x27;m creating my own. The goal is to simply enter your AWS credentials, and let the software do the rest. This is part one of the project: turning the raw logs into useful JS objects.<p>Part two will be creating a front-end dashboard to visualize the data. So far I&#x27;m looking at adding a log of actions by unique users, total # of visits to each page, total # of unique tracked actions, and a graph that shows traffic over time. Is there anything else you think might be interesting to visualize?