Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:

# Getting Started with Using Go for ScalarDB Cluster

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

This document explains how to write gRPC client code for ScalarDB Cluster by using Go.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:

# Getting Started with Using Python for ScalarDB Cluster

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

This document explains how to write gRPC client code for ScalarDB Cluster by using Python.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:

# ScalarDB Cluster gRPC API Guide

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

This document describes the ScalarDB Cluster gRPC API.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:

# ScalarDB Cluster SQL gRPC API Guide

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

This document describes the ScalarDB Cluster SQL gRPC API.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:

# Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart

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

This document provides instructions on how to set up a ScalarDB Cluster by using a Helm Chart on a Kubernetes cluster, specifically designed for a test environment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:

# Sample application of Spring Data JDBC for ScalarDB with Microservice Transactions

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

This tutorial describes how to create a sample Spring Boot application for microservice transactions by using Spring Data JDBC for ScalarDB.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:

# Sample application of Spring Data JDBC for ScalarDB with Multi-storage Transactions

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

This tutorial describes how to create a sample Spring Boot application by using Spring Data JDBC for ScalarDB with Multi-storage Transactions.

Expand Down