惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
罗磊的独立博客
Last Week in AI
Last Week in AI
B
Blog
IT之家
IT之家
S
SegmentFault 最新的问题
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - 聂微东
U
Unit 42
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
MyScale Blog
MyScale Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
When the OSS is alive but the license isn't: Sentry, Mong...
os-alt · 2026-05-10 · via DEV Community

The first three vertical posts in this series sorted projects by freshness. PagerDuty alts at 3-of-3 not-alive, Linktree at 2-of-3 not-alive, Datadog at 3-of-3 alive. Useful, but freshness is one axis. This post adds a second: license-dead. The code is shipping, the maintainers are paid, the repo looks healthy in our pill — but the license under it stopped being open-source somewhere along the way, and the self-host story changed shape even though the freshness signal didn't blink.

Four subjects, in chronological order.

The four

SaaS Apache → ? When What it broke
MongoDB Apache-2.0 → SSPL Oct 2018 Distros dropped it; "managed Mongo" is no longer freely redistributable
Sentry Apache-2.0 → BSL → FSL Sept 2019 (BSL), late 2023 (FSL) OSI-approval gone; competing with Sentry-as-a-service forbidden
Elasticsearch Apache-2.0 → SSPL/ELv2 (then +AGPL in 2024) Jan 2021 AWS forked the last Apache release as OpenSearch
Redis BSD-3 → RSAL/SSPL Mar 2024 Linux Foundation forked Valkey in three weeks

How the spine predicted this — and what it got wrong

In the Datadog post we proposed three structural predictors of whether an OSS vertical thrives or decays:

  1. Shared data standard
  2. Buyer = maintainer
  3. Vendor pricing pain universal

A vertical that hits 3-of-3 (observability) compounds. A vertical that hits 0-of-3 (link-in-bio) decays.

The license-drama subjects were supposed to be the awkward case: every one of these scores 3-of-3 on the predictors, and yet the license fork breaks the funding loop. Mongo, Sentry, Elasticsearch, and Redis all have well-documented data shapes (BSON, SDK wire format, ES query DSL, RESP). All four have a strong buyer-maintainer alignment (developers buy, developers maintain). All four have universal pricing pain at the SaaS tier. The structural framing predicted: licenses that prevent the cloud vendor / distro / fork ecosystem from contributing back should poison even otherwise-thriving categories.

That prediction held for two of the four. It missed badly on the other two.

MongoDB (Oct 2018) — spine prediction held

Mongo went SSPL because they were tired of AWS reselling DocumentDB-as-Mongo without contributing back. The license stopped that, but it also got Mongo dropped from Debian, Red Hat, and Fedora. AWS pivoted to "DocumentDB" (a separate codebase with Mongo wire compatibility). Community-driven self-host stagnated. FerretDB, the credible OSS-licensed (Apache-2.0) wire-compatible replacement, didn't ship a usable version until 2022 — four years after the license switch. As of May 2026 it works for most CRUD + aggregation pipelines, but coverage on advanced operators is per-feature. The funding loop genuinely broke; the OSS replacement filled in slowly.

If you were already self-hosting Community Server: keep going. SSPL is fine for internal use. If your compliance regime prohibits non-OSI licenses, FerretDB is the move and mongodump / mongorestore carries you over.

Sentry (Sept 2019, again Oct 2023) — spine prediction held

Sentry first switched from Apache to BSL in 2019, then again to the Functional Source License in 2023. Both moves prevented anyone from running Sentry-as-a-managed-service competing with Sentry SaaS. Self-hosting for your own org's use stayed legal, but the license is no longer OSI-approved and the heavy stack (ClickHouse + Kafka + many services, 16GB RAM minimum) makes that a non-trivial commitment.

The OSS replacement is GlitchTip (AGPL-3.0): wire-compatible with Sentry's SDKs (change the DSN host, no SDK code change), Django + Postgres + Redis, runs on a $5 VPS. It's not "Sentry minus the BSL" — performance/tracing surface is thinner — but for the 80% of teams using Sentry as an error tracker rather than full APM, it's a clean path. As of May 2026 GlitchTip's freshness pill is alive. The category is decayed but functional.

If you were already self-hosting Sentry: also fine. The FSL allows self-host for your own org's use indefinitely. The migration path off, if compliance forces it, is glitchtip-django plus a DSN change.

Elasticsearch (Jan 2021) — spine prediction failed

This is where the framing breaks. Elastic's 2021 license change to dual SSPL/ELv2 was meant to do the same thing Mongo's had: push back on AWS. AWS responded by forking Elasticsearch 7.10.2 (the last Apache release) into OpenSearch within three months, with Apache-2.0, AWS funding, and a coalition of co-maintainers. Five years later, OpenSearch is the lead "Elasticsearch alternative" on every directory, including ours. The cloud vendor became the maintainer.

Elastic themselves quietly added AGPL-3.0 as a third license option in August 2024, partially walking the move back. Both projects ship actively, both have healthy GitHub freshness, and both speak the same query DSL.

The structural prediction (license forks the funding loop, so spine breaks) was wrong here. The funding loop got rerouted through AWS instead of severed. The new structural axis we missed is "cloud-vendor counterweight present" — when a hyperscaler has commercial reason to keep the OSS alive, the license fork doesn't decay the category, it just changes who pays.

If you were already self-hosting Elasticsearch ≤7.10.x: OpenSearch upgrade is wire-compatible. Above 7.10, cross-cluster _reindex over HTTPS works. Meilisearch and Typesense are real options for "site search box" use cases that don't need cluster-grade analytics.

Redis (Mar 2024) — spine prediction failed, faster

Redis switched from BSD-3 to dual RSAL/SSPL in March 2024. The Linux Foundation announced Valkey three weeks later, sponsored by AWS, Google Cloud, Oracle, Ericsson, and Snap. By the end of 2024 every major cloud's managed-Redis offering had migrated to Valkey. Redis themselves added an AGPL-3.0 option in mid-2024, same shape as Elastic's walkback.

Same story as Elasticsearch but compressed in time. Three hyperscalers showed up immediately with funding because the cost of not having an OSS-licensed Redis was higher than the cost of paying maintainers directly.

If you were already self-hosting Redis ≤7.2: switch to Valkey, drop-in compatible. Above 7.4 there is no Redis-only path; Valkey has been the migration target since launch.

The structural axis we were missing

The Datadog post claimed three predictors. License-drama exposed a fourth:

  1. Cloud-vendor counterweight present. When a hyperscaler has a managed offering that depends on the OSS, a license-fork triggers a fast OSS-licensed re-fork (OpenSearch, Valkey). When the SaaS company is the only commercial counterweight (Sentry, Mongo), the OSS replacement only emerges from independent communities and takes years to mature.

Under the new spine, license-drama splits in two. The vertical is "license-dead" only when none of the cloud vendors care enough to fund the rescue. Where they do, "license-dead" turns into "license-rerouted" and self-hosters keep a healthy OSS path.

The implication for our directory: a license_change_at field by itself isn't enough — it needs to be paired with a "successor fork health" signal. We've started rendering a small "license changed YYYY" pill on the Sentry, MongoDB Atlas, and Elastic Cloud pages so the signal is visible. Confluent/Redis SaaS pages don't exist on our directory yet — when they're added, they'll get the same treatment.

What's next

This is the fourth vertical-deep post. Coming up:

  • The first month-over-month diff (June 2026 — what flipped state across all 100 SaaS pages)
  • Form builders post-Typeform (ohmyform abandoned — what's actually shipping)
  • A license_change_at retrofit across the rest of the catalogue, plus the "successor fork health" axis added to the per-SaaS pill

If you'd rather read the diff post in your inbox than rediscover us via search, the digest form below ships the same day each post lands.