Skip to content

Commit

Permalink
Updating README links (#27)
Browse files Browse the repository at this point in the history
Updating links in main readme
  • Loading branch information
fredjoonpark authored Nov 22, 2024
1 parent 86a5277 commit 3ab6abc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This sample application is currently available for the following programming lan
* [Getting started with Java](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/java/)
* [Getting started with Java v2](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/javaV2/)
* [Getting started with Python](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/python/)
* [Getting started with Go](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/go/)
* [Getting started with Go v2](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/goV2/)
* [Getting started with Node.js](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/js/)
* [Getting started with .NET](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/sample_apps/dotnet/)
Expand All @@ -51,10 +50,10 @@ To continue to use your preferred data collection, analytics, visualization, and
## Data ingestion and query tools
To understand the performance and scale capabilities of Amazon Timestream, you can run the following workload:

* [Running large scale workloads with Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/tree/mainline/tools/perf-scale-workload/)
* [Running large scale workloads with Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/tree/mainline/tools/python/perf-scale-workload/)

You can use the following tools to continuously send data to Amazon Timestream:

* [Publishing data with Amazon Kinesis to send to Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/tools/python/kinesis_ingestor/)
* [Publishing data with Apache Kafka/ Amazon MSK to send to Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/tools/python/kafka_ingestor/)
* [Publishing data with Apache Kafka/ Amazon MSK to send to Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/blob/mainline/tools/java/kafka_ingestor/)
* [Multi-threaded continuous data generator for writing DevOps metrics into Amazon Timestream](https://github.com/awslabs/amazon-timestream-tools/tree/mainline/tools/python/continuous-ingestor/)

0 comments on commit 3ab6abc

Please sign in to comment.