

如需與 Amazon Timestream for LiveAnalytics 類似的功能，請考慮使用 Amazon Timestream for InfluxDB。它提供簡化的資料擷取和單一位數毫秒查詢回應時間，以進行即時分析。[在這裡](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)進一步了解。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 範例應用程式
<a name="sample-apps"></a>

Timestream 隨附功能完整的範例應用程式，說明如何建立資料庫和資料表、將 \$1126K 列的範例資料填入資料表，以及執行範例查詢。請依照下列步驟，以任何支援的語言開始使用範例應用程式：

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

1. 依照 GitHub 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照 入門中所述的指示，設定 AWS SDK 以連線至 Timestream for LiveAnalytics[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 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照 入門中所述的指示，設定 AWS SDK 以連線至 Amazon Timestream for LiveAnalytics[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 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照 入門中所述的指示，設定 AWS SDK 以連線至 Amazon Timestream for LiveAnalytics[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 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照中所述的指示，設定 AWS SDK 以連線至 Amazon Timestream for LiveAnalytics[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 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照 入門中所述的指示，設定 AWS SDK 以連線至 Amazon Timestream for LiveAnalytics[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 的指示複製 [GitHub](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) 儲存庫 [Timestream for LiveAnalytics 範例應用程式](https://github.com/awslabs/amazon-timestream-tools/blob/master/sample_apps)。

1. 依照 入門中所述的指示，設定 AWS SDK 以連線至 Amazon Timestream for LiveAnalytics[.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) 

------