Skip to content

Commit

Permalink
Add table comparison to commercial offering (#8044)
Browse files Browse the repository at this point in the history
* Added table of features to Cloud description

* Added feature comparison to lakeFS Enterprise
  • Loading branch information
iddoavn authored Aug 2, 2024
1 parent b2ff13e commit 76e4198
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,31 @@ Using lakeFS cloud is not just a secure and managed way of using lakeFS OSS; it
1. [lakeFS Cross Cloud](https://info.lakefs.io/cross-cloud) - Allows central management of repositories that span across multiple cloud providers including Azure, AWS, GCP and on-prem environments.
1. [Transactional Mirroring]({% link howto/mirroring.md %}) - allows replicating lakeFS repositories into consistent read-only copies in remote locations.


| Feature | OSS | Cloud |
|------------------------------------------------|-----------|-----------|
| **Format-agnostic data version control** |||
| **Cloud-agnostic** |||
| **Zero Clone copy for isolated environment** |||
| **Atomic Data Promotion (via merges)** |||
| **Data stays in one place** |||
| **Configurable Garbage Collection** |||
| **Data CI/CD using lakeFS hooks** |||
| **Integrates with your data stack** |||
| **[Role Based Access Control (RBAC)](https://docs.lakefs.io/reference/security/rbac.html)** | ||
| **[Single Sign On (SSO)](https://docs.lakefs.io/reference/security/sso.html)** | ||
| **[SCIM Support](https://docs.lakefs.io/howto/scim.html)** | ||
| **[IAM Roles](https://docs.lakefs.io/reference/security/external-principals-aws.html)** | ||
| **[Mount Capability](https://docs.lakefs.io/reference/mount.html)** | ||
| **[Audit Logs](https://docs.lakefs.io/reference/auditing.html)** | ||
| **[Transactional Mirroring (cross-region)](https://docs.lakefs.io/howto/mirroring.html)** | ||
| **Managed Service (auto updates, scaling)** | ||
| **[Managed Garbage Collection](https://docs.lakefs.io/howto/garbage-collection/managed-gc.html)** | ||
| **[SOC2 Compliant](https://docs.lakefs.io/reference/security/)** | ||
| **Support SLA** | ||



## How lakeFS Cloud interacts with your infrastructure

Treeverse hosts and manages a dedicated lakeFS instance that interfaces with data held in your object store, such as S3.
Expand Down
21 changes: 21 additions & 0 deletions docs/enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,26 @@ With lakeFS Enterprise you’ll receive access to the security package containin
1. [lakeFS Mount]({% link reference/mount.md %}) allows users to virtually mount a remote lakeFS repository onto a local directory. Once mounted, users can access the data as if it resides on their local filesystem, using any tool, library, or framework that reads from a local filesystem.
2. [Transactional Mirroring]({% link howto/mirroring.md %}) - allows replicating lakeFS repositories into consistent read-only copies in remote locations.

| Feature | OSS | Enterprise |
|------------------------------------------------|-----------|-----------|
| **Format-agnostic data version control** |||
| **Cloud-agnostic** |||
| **Zero Clone copy for isolated environment** |||
| **Atomic Data Promotion (via merges)** |||
| **Data stays in one place** |||
| **Configurable Garbage Collection** |||
| **Data CI/CD using lakeFS hooks** |||
| **Integrates with your data stack** |||
| **[Role Based Access Control (RBAC)](https://docs.lakefs.io/reference/security/rbac.html)** | ||
| **[Single Sign On (SSO)](https://docs.lakefs.io/reference/security/sso.html)** | ||
| **[SCIM Support](https://docs.lakefs.io/howto/scim.html)** | ||
| **[IAM Roles](https://docs.lakefs.io/reference/security/external-principals-aws.html)** | ||
| **[Mount Capability](https://docs.lakefs.io/reference/mount.html)** | ||
| **[Audit Logs](https://docs.lakefs.io/reference/auditing.html)** | ||
| **[Transactional Mirroring (cross-region)](https://docs.lakefs.io/howto/mirroring.html)** | ||
| **Support SLA** | ||



<br>
You can learn more about the [lakeFS Enterprise architecture]({% link enterprise/architecture.md %}), or follow the examples in the [Quickstart guide]({% link enterprise/getstarted/quickstart.md %}).

0 comments on commit 76e4198

Please sign in to comment.