

Amazon Timestream for LiveAnalytics に類似した機能をご希望の場合は Amazon Timestream for InfluxDB をご検討ください。リアルタイム分析に適した、シンプルなデータインジェストと 1 桁ミリ秒のクエリ応答時間を特徴としています。詳細については、[こちら](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)を参照してください。

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# サンプルアプリケーション
<a name="sample-apps"></a>

Timestream には、データベースとテーブルの作成方法、約 126,000 行のサンプルデータのテーブルへの入力方法、サンプルクエリの実行方法を示す、完全に機能するサンプルアプリケーションが付属しています。サポートされている任意の言語でサンプルアプリケーションの使用を開始するには、次の手順に従います。

------
#### [  Java  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「 の開始方法」で説明されている手順に従って、Timestream for LiveAnalytics に接続するように AWS SDK を設定します[Java](getting-started.java.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/java/README.md)に記載されている手順に従って [Java サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/java)を実行します。

------
#### [  Java v2  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「 の開始方法」で説明されている手順に従って、Amazon Timestream for LiveAnalytics に接続するように AWS SDK を設定します[Java v2](getting-started.java-v2.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/javaV2/README.md)に記載されている手順に従って [Java 2.0 サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/javaV2)を実行します。

------
#### [  Go  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「 の開始方法」で説明されている手順に従って、Amazon Timestream for LiveAnalytics に接続するように AWS SDK を設定します[Go](getting-started.go.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/goV2/README.md)に記載されている手順に従って [Go サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/tree/mainline/sample_apps/goV2)を実行します。

------
#### [  Python  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「」で説明されている手順に従って、Amazon Timestream for LiveAnalytics に接続するように AWS SDK を設定します[Python](getting-started.python.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/python/README.md)に記載されている手順に従って [Python サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/python)を実行します。

------
#### [  Node.js  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「 の開始方法」で説明されている手順に従って、Amazon Timestream for LiveAnalytics に接続するように AWS SDK を設定します[Node.js](getting-started.node-js.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/js/README.md)に記載されている手順に従って [Node.js サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/js)を実行します。

------
#### [  .NET  ]

1. [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) の手順に従って GitHub リポジトリの [Timestream for LiveAnalytics サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)のクローンを作成します。

1. 「 の開始方法」で説明されている手順に従って、Amazon Timestream for LiveAnalytics に接続するように AWS SDK を設定します[.NET](getting-started.dot-net.md)。

1. [こちら](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/dotnet/README.md)に記載されている手順に従って [.NET サンプルアプリケーション](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps/dotnet)を実行します。

------