Skip to content

Commit 5169edf

Browse files
committed
Merge branch 'main' into sidebar-nav/add-japanese-sidebar-nav
2 parents e05dd75 + d820655 commit 5169edf

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

docs/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document shows the compatibility of ScalarDB Cluster versions among client
1212

1313
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version | ScalarDB Cluster .NET Client SDK version |
1414
|:-------------------------|:-----------------------------------------|:-----------------------------------------|
15-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
15+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
1616
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
1717
| 3.12 | 3.9 - 3.12 | 3.12* |
1818
| 3.11 | 3.9 - 3.11 | Not supported |

docs/scalardb-samples/scalardb-analytics-spark-sample/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88

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

11-
This tutorial describes how to run analytical queries on sample data by using ScalarDB Analytics. The source code is available at https://github.com/scalar-labs/scalardb-samples/scalardb-analytics-spark-sample.
11+
This tutorial describes how to run analytical queries on sample data by using ScalarDB Analytics. The source code is available at [https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample](https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample).
1212

1313
ScalarDB Analytics in its current version leverages Apache Spark as its execution engine. It provides a unified view of ScalarDB-managed and non-ScalarDB-managed data sources by using a Spark custom catalog. By 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 cross-database analysis with ease.
1414

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,11 @@ const config = {
491491
announcementBar: {
492492
id: 'new_version',
493493
content:
494-
'<b>Docs for both ScalarDB Community and Enterprise editions now live on this site!</b> Editions that a doc applies to are in tags at the top of each page 🏷️',
495-
// '<b>The ScalarDB X.X is now available!🥳 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.<b>',
494+
'<b>Announcing the release of ScalarDB 3.14!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.',
495+
// '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.<b>',
496496
backgroundColor: '#2673BB',
497497
textColor: '#FFFFFF',
498-
isCloseable: true,
498+
isCloseable: false,
499499
},
500500
zoom: {
501501
selector: '.markdown :not(em) > img',

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1616

1717
| ScalarDB Cluster バージョン | ScalarDB Cluster Java Client SDK バージョン | ScalarDB Cluster .NET Client SDK バージョン |
1818
|:-----------------------|:---------------------------------------|:---------------------------------------|
19-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
19+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
2020
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
2121
| 3.12 | 3.9 - 3.12 | 3.12* |
2222
| 3.11 | 3.9 - 3.11 | サポート対象外 |

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/scalardb-samples/scalardb-analytics-spark-sample/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1111

1212
<TranslationBanner />
1313

14-
このチュートリアルでは、ScalarDB Analytics を使用してサンプルデータに対して分析クエリを実行する方法について説明します。ソースコードは https://github.com/scalar-labs/scalardb-samples/scalardb-analytics-spark-sample で入手できます。
14+
このチュートリアルでは、ScalarDB Analytics を使用してサンプルデータに対して分析クエリを実行する方法について説明します。ソースコードは [https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample](https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample) で入手できます。
1515

1616
現在のバージョンの ScalarDB Analytics は、実行エンジンとして Apache Spark を活用しています。Spark カスタムカタログを使用して、ScalarDB 管理下データソースと ScalarDB 管理外データソースの統合ビューを提供します。ScalarDB Analytics を使用すると、これらのデータソースのテーブルをネイティブ Spark テーブルとして扱うことができ、任意の Spark SQL クエリをシームレスに実行できます。たとえば、Cassandra に格納されているテーブルを PostgreSQL のテーブルと結合して、複数のデータソースにまたがる分析を簡単に実行できます。
1717

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1616

1717
| ScalarDB Cluster バージョン | ScalarDB Cluster Java Client SDK バージョン | ScalarDB Cluster .NET Client SDK バージョン |
1818
|:-----------------------|:---------------------------------------|:---------------------------------------|
19-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
19+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
2020
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
2121
| 3.12 | 3.9 - 3.12 | 3.12* |
2222
| 3.11 | 3.9 - 3.11 | サポート対象外 |

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/scalardb-samples/scalardb-analytics-spark-sample/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1111

1212
<TranslationBanner />
1313

14-
このチュートリアルでは、ScalarDB Analytics with Spark を使用してサンプルデータに対して分析クエリを実行する方法について説明します。ソースコードは https://github.com/scalar-labs/scalardb-samples/scalardb-analytics-spark-sample で入手できます。
14+
このチュートリアルでは、ScalarDB Analytics with Spark を使用してサンプルデータに対して分析クエリを実行する方法について説明します。ソースコードは [https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample](https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-analytics-spark-sample) で入手できます。
1515

1616
## このサンプルアプリケーションでできること
1717

versioned_docs/version-3.10/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document shows the compatibility of ScalarDB Cluster versions among client
66

77
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version | ScalarDB Cluster .NET Client SDK version |
88
|:-------------------------|:-----------------------------------------|:-----------------------------------------|
9-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
9+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
1010
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
1111
| 3.12 | 3.9 - 3.12 | 3.12* |
1212
| 3.11 | 3.9 - 3.11 | Not supported |

versioned_docs/version-3.11/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document shows the compatibility of ScalarDB Cluster versions among client
66

77
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version | ScalarDB Cluster .NET Client SDK version |
88
|:-------------------------|:-----------------------------------------|:-----------------------------------------|
9-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
9+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
1010
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
1111
| 3.12 | 3.9 - 3.12 | 3.12* |
1212
| 3.11 | 3.9 - 3.11 | Not supported |

versioned_docs/version-3.12/scalardb-cluster/compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document shows the compatibility of ScalarDB Cluster versions among client
66

77
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version | ScalarDB Cluster .NET Client SDK version |
88
|:-------------------------|:-----------------------------------------|:-----------------------------------------|
9-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.13 |
9+
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
1010
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
1111
| 3.12 | 3.9 - 3.12 | 3.12* |
1212
| 3.11 | 3.9 - 3.11 | Not supported |

0 commit comments

Comments
 (0)