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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Open-source feature flag service?

17 点作者 masonicb00m将近 6 年前
Is there an open-source self-hosted feature flag service (like Launch Darkly, Gatekeeper, etc...)?<p>I’d rather run my own than have someone else do it, but if you’ve had good experiences with the SaaS options I’d be interested in hearing that too.

6 条评论

sslalready将近 6 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;Unleash&#x2F;unleash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Unleash&#x2F;unleash</a><p>&gt; Unleash is a feature toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby and Python.
gshdg将近 6 年前
Why would you need a service to manage your feature flags?
评论 #20431738 未加载
pkaeding将近 6 年前
This page has some resources that should get you started: <a href="http:&#x2F;&#x2F;featureflags.io&#x2F;resources&#x2F;" rel="nofollow">http:&#x2F;&#x2F;featureflags.io&#x2F;resources&#x2F;</a><p>There are lots of open-source feature flag options. Most are probably better thought of as &#x27;libraries&#x27; than &#x27;services&#x27;, but they can definitely get you going with feature flags.
mindcrash将近 6 年前
Here are two in microservice shape, ready-to-use and ready-to-deploy I am aware of:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;checkr&#x2F;flagr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;checkr&#x2F;flagr</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;markphelps&#x2F;flipt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markphelps&#x2F;flipt</a>
remilouf将近 6 年前
I’ve had the same frustration recently and coded a working prototype in Elixir. I’d be happy to share.
macca321将近 6 年前
<a href="https:&#x2F;&#x2F;bullet-train.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bullet-train.io&#x2F;</a> looks promising