Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions versioned_docs/version-3.14/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ ScalarDB Cluster is provided as a cluster consisting of one or more Pods on the

#### Platform

- **[Kubernetes](https://kubernetes.io/):** 1.28 - 1.32
- **[Kubernetes](https://kubernetes.io/):** 1.30 - 1.33
- **[Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)**
- **[Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/products/kubernetes-service)**
- **[Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift):** TBD
Expand Down Expand Up @@ -642,6 +642,31 @@ ScalarDB Analytics can run analytical queries on the following NoSQL databases *
</TabItem>
</Tabs>

#### Analytical platforms

ScalarDB Analytics can run analytical queries on the following analytical platforms **not** managed by ScalarDB Core and Cluster.

<Tabs groupId="analytical-platforms" queryString>
<TabItem value="databricks" label="Databricks" default>

| Version | Databricks |
| :-------------------------- | :--------- |
| **ScalarDB Analytics 3.16** | ✅ |
| **ScalarDB Analytics 3.15** | ❌ |
| **ScalarDB Analytics 3.14** | ❌ |

</TabItem>
<TabItem value="snowflake" label="Snowflake">

| Version | Snowflake |
| :-------------------------- | :-------- |
| **ScalarDB Analytics 3.16** | ✅ |
| **ScalarDB Analytics 3.15** | ❌ |
| **ScalarDB Analytics 3.14** | ❌ |

</TabItem>
</Tabs>

### Database permission requirements

ScalarDB Analytics requires read permissions to perform its operations on the underlying databases.
Expand All @@ -666,7 +691,7 @@ The server component of ScalarDB Analytics (ScalarDB Analytics server) is provid

#### Platform

- **[Kubernetes](https://kubernetes.io/):** 1.28 - 1.32
- **[Kubernetes](https://kubernetes.io/):** 1.30 - 1.33
- **[Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)**
- **[Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/products/kubernetes-service)**
- **[Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift):** TBD
Expand Down