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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Measure downloads and commercial adoption of any file you distribute

41 点作者 aviaviavi超过 3 年前

5 条评论

jdorfman超过 3 年前
Saw this on Twitter yesterday, and it looks interesting. With that said, the one concern my team has is around privacy. The blog post says:<p>&quot;All without ever having access to personally identifiable information or invading the privacy of your users.&quot;<p>Can you elaborate on how you go about that?
评论 #28471781 未加载
aviaviavi超过 3 年前
Hi HN, a comment to give a little more backstory here:<p>At Scarf, we aim to give open source developers more visibility into how their software is being used. As people with experience distributing binaries and artifacts hosted on platforms like GitHub Releases and S3, a repeated struggle was not having any visibility into downloads. Which versions of the software were being downloaded the most? On which platforms? Where in the world? Which companies were downloading?<p>This year we built Scarf Gateway, which acts as a redirect&#x2F;analytics layer for any container registry. Supporting other kinds of artifacts was a natural extension, and arbitrary file downloads is perhaps the most general extension we could build!<p>Curious to hear what people think.
评论 #28473756 未加载
评论 #28474491 未加载
uzername超过 3 年前
I like this approach slightly better than what scarfjs was doing. I first ran into that with react query a few years ago. It was a chilling effect for me at least and I was glad it changed.<p>The idea of this being an enhanced link shortener is a good metaphor. I think if were ever encountering an image or a download that&#x27;s not going through a dockerhub or GH link, I might give pause and think about it a bit.<p>I&#x27;m not defending enterprise usage of packages, especially somehow if it&#x27;s core to the business, but I don&#x27;t need anyone to come knocking either.
评论 #28489071 未加载
_query超过 3 年前
Highly recommend to try this out if you run an open source project and want to get some insights about usage.<p>Avi gave me a demo last week as we’ve been looking on how to get better analytics for our open source framework IHP <a href="https:&#x2F;&#x2F;ihp.digitallyinduced.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ihp.digitallyinduced.com&#x2F;</a> it’s quick to set up and they also provides tools for doing analytics for eg the documentation.
nixwatch510超过 3 年前
I wonder why GitHub shows number of visits &#x2F; clones, but not release artifact downloads.