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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Scarf Gateway is now an open source Haskell project

6 点作者 aviaviavi大约 2 年前

2 条评论

aviaviavi大约 2 年前
Scarf Gateway is a core service of Scarf (<a href="https:&#x2F;&#x2F;scarf.sh" rel="nofollow">https:&#x2F;&#x2F;scarf.sh</a>) that we&#x27;ve been running in production since 2020. You can think of it as a powerful link shortener that can also sit in front of Docker containers, Python packages, tarballs, etc - any other artifact you distribute can sit behind it. It also emits logs that can be used for robust analytics that you probably aren&#x27;t getting from your package registry provider today.<p>It was originally a nginx+lua service that we migrated to Haskell as the requirements became more complex. Now that the code has settled, we&#x27;ve open-sourced it, so you can self host Scarf Gateway or get involved with development!
deverterer大约 2 年前
Always good to see more production Haskell projects, nice.