Skip to content

Commit bb0e220

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#754)
Co-authored-by: josh-wong <[email protected]>
1 parent 5946f52 commit bb0e220

File tree

3 files changed

+327
-155
lines changed

3 files changed

+327
-155
lines changed

docs/scalardb-analytics-spark/README.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ tags:
44
- Public Preview
55
---
66

7-
# ScalarDB Analytics with Spark
7+
# ScalarDB Analytics
88

99
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

11-
ScalarDB, as a universal transaction manager, targets mainly transactional workloads and therefore supports limited subsets of relational queries.
11+
**ScalarDB Analytics** is the analytical component of ScalarDB. Similar to ScalarDB, it unifies diverse data sources - ranging from RDBMSs like PostgreSQL and MySQL to NoSQL databases such as Cassandra and DynamoDB - into a single logical database. While ScalarDB focuses on operational workloads with strong transactional consistency across multiple databases, ScalarDB Analytics is optimized for analytical workloads. It supports a wide range of queries, including complex joins, aggregations, and window functions. ScalarDB Analytics operates seamlessly on both ScalarDB-managed data sources and non-ScalarDB-managed ones, enabling advanced analytical queries across various datasets.
1212

13-
ScalarDB Analytics with Spark extends the functionality of ScalarDB to process analytical queries on ScalarDB-managed data by using Apache Spark and Spark SQL.
14-
15-
Since ScalarDB Analytics with Spark is provided as a Spark catalog plugin, you can read externally managed data sources with its data schema. By using this plugin, you can read data from ScalarDB tables as Spark SQL tables with the same schema.
13+
The current version of ScalarDB Analytics leverages **Apache Spark** as its execution engine. It provides a unified view of ScalarDB-managed and non-ScalarDB-managed data sources by utilizing a Spark custom catalog. Using ScalarDB Analytics, you can treat tables from these data sources as native Spark tables. This allows you to execute arbitrary Spark SQL queries seamlessly. For example, you can join a table stored in Cassandra with a table in PostgreSQL to perform a cross-database analysis with ease.
1614

1715
<WarningLicenseKeyContact product="ScalarDB Analytics with Spark" />
1816

1917
## Further reading
2018

21-
* To run ad-hoc analytical queries or development applications by using ScalarDB Analytics with Spark, see [Getting Started with ScalarDB Analytics with Spark](getting-started.mdx).
22-
* For tutorials on how to use ScalarDB Analytics with Spark by using a sample dataset and application, see [Run Analytical Queries on Sample Data by Using ScalarDB Analytics with Spark](../scalardb-samples/scalardb-analytics-spark-sample/README.mdx).
23-
* For details on how to configure ScalarDB Analytics with Spark, see [Configuration of ScalarDB Analytics with Spark](configuration.mdx).
19+
* For tutorials on how to use ScalarDB Analytics by using a sample dataset and application, see [Getting Started with ScalarDB Analytics](../scalardb-samples/scalardb-analytics-spark-sample/README.mdx).
2420
* For supported Spark and Scala versions, see [Version Compatibility of ScalarDB Analytics with Spark](version-compatibility.mdx)

docs/scalardb-analytics-spark/version-compatibility.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Regarding the Java version, ScalarDB Analytics with Spark supports Java 8 or lat
1313
The following is a list of Spark and Scalar versions supported by each version of ScalarDB Analytics with Spark.
1414

1515
| ScalarDB Analytics with Spark Version | ScalarDB Version | Spark Versions Supported | Scala Versions Supported | Minimum Java Version |
16-
|:---------------------------------------|:------------------|:--------------------------|:--------------------------|:----------------------|
16+
|:--------------------------------------|:-----------------|:-------------------------|:-------------------------|:---------------------|
17+
| 3.14 | 3.14 | 3.5, 3.4 | 2.13, 2.12 | 8 |
1718
| 3.12 | 3.12 | 3.5, 3.4 | 2.13, 2.12 | 8 |

0 commit comments

Comments
 (0)