Open Core Companies Like Dify | Generated by AI

Home 2026.03

Question: What other companies follow a similar arrangement as Dify (open-source project + cloud portal + enterprise deployment)? For example, Elasticsearch and GreptimeDB?


Answer:

This model is called the “Open-Core” business model, and it is one of the most dominant strategies in modern developer-tool companies. The pattern is:

Free open-source core → Managed cloud SaaS → Enterprise on-prem/private deployment

The public OSS businesses we see today like MongoDB, Confluent, and HashiCorp all employ a hybrid open-core / cloud-hosted model with professional services as an add-on.


1. Elasticsearch (Elastic)

The core of Elasticsearch and Kibana are open source under an AGPL license, and the code is housed in public repositories — you can get started or even build an entire solution without running code you can’t see.

The three tiers:

Notable drama: AWS began offering a managed Elasticsearch service, which collided with Elastic’s business model. Elastic changed its licensing to prevent cloud providers from packaging Elasticsearch as a service, and AWS responded by forking the project and creating OpenSearch.


2. GreptimeDB (Greptime)

GreptimeDB is an open-source observability database that handles metrics, logs, and traces in one engine. It can be used as a single OpenTelemetry backend replacing Prometheus, Loki, and Elasticsearch, built on object storage.

The three tiers follow exactly the same pattern as Dify:


3. HashiCorp (Terraform, Vault, Consul)

HashiCorp’s open-source model evolved over time to include free, enterprise, and managed service versions. Products like Terraform, Vault, Consul, and Nomad are accessible through a source-available license, and many also have enterprise offerings and managed service offerings, with both free and paid tiers.

HashiCorp went public in 2021 and was later acquired by IBM in February 2025 for $6.4 billion — a powerful validation of the open-core business model.


4. GitLab

GitLab CE (Community Edition) is under an MIT-style open source license, while GitLab EE (Enterprise Edition) is under a proprietary license.

GitLab took the open-core model and used it to build a complete, single-application DevOps platform — covering the entire software development lifecycle from project planning and CI/CD to security scanning and monitoring.


5. MongoDB


6. Confluent (Apache Kafka)

Apache Kafka is the open-source core. Confluent, founded by the original Kafka creators, layered on top:


7. Neo4j

Neo4j CE (Community Edition) is licensed under GPL version 3, while Neo4j EE (Enterprise Edition) is under a proprietary license, providing additional features including clustering and hot backups.

Same pattern: open community edition → hosted AuraDB cloud → enterprise on-prem.


8. Other Notable Examples

Company / Project Open Source Core Cloud SaaS Enterprise
Supabase GitHub (Apache 2.0) supabase.com Self-hosted Enterprise
Minio GitHub (AGPL) Hosted object storage AGPL / Commercial enterprise
Airbyte GitHub (MIT/ELv2) Airbyte Cloud Self-Managed Enterprise
Metabase GitHub (AGPL) Metabase Cloud Enterprise (SAML, SSO)
n8n GitHub (Source-available) n8n Cloud Enterprise self-hosted
DataStax (Cassandra) Apache Cassandra (open) Astra DB Cloud DataStax Enterprise

The Common Pattern Summarized

The second generation of OSS companies, known as open-core, provided two versions of their software: a “core” version that remained open source, and an enterprise version that utilized the core code but offered premium features such as security and integrations for a subscription. Over the past few years, OSS businesses have also incorporated an additional revenue stream through cloud-hosted services, allowing users to access the open-source binary via a cloud-hosted model instead of requiring them to set up and manage the product themselves.

The key differentiators for the enterprise tier are almost always the same set of features: SSO/SAML, RBAC, audit logging, high availability, dedicated support SLAs, and compliance tooling.


References:


Back Donate