Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Amazon Timestream for InfluxDB migration script #178

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

trevorbonas
Copy link
Contributor

@trevorbonas trevorbonas commented Mar 15, 2024

Issue #, if available: N/A

Description of changes:

  • The Amazon Timestream for InfluxDB migration script has been added, which allows users to migrate data from InfluxDB OSS 2.x to Amazon Timestream for InfluxDB. The script has been added in tools/python/influx-migration.
  • Documentation for the script has been added.
  • A workflow for running Amazon Timestream for InfluxDB migration script tests, both unit tests and integration tests, has been added. This workflow is only triggered when changes are made to the tools/python/influx-migration directory.
  • .gitignore has been updated to ignore common Python environment directories at any level of the repository.
  • .gitignore has been updated to ignore .DS_Store at any level of the repository.
  • Amazon Timestream for InfluxDB migration script backup directories and performance log have been added to .gitignore.
  • A scripts folder has been added, which allows a Docker container with an InfluxDB OSS 2.x instance to be created and used for integration tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Issue #, if available:* N/A

*Description of changes:*
- The Amazon Timestream for InfluxDB migration script has been added, which allows users to migrate data from InfluxDB OSS 2.x to Amazon Timestream for InfluxDB. The script has been added in `tools/python/influx-migration`.
- Documentation for the script has been added.
- A workflow for running Amazon Timestream for InfluxDB migration script tests, both unit tests and integration tests, has been added.
- `.gitignore` has been updated to ignore common Python environment directories at any level of the repository.
- `.gitignore` has been updated to ignore `.DS_Store` at any level of the repository.
- Amazon Timestream for InfluxDB migration script backup directories and performance log have been added to `.gitignore`.
- A `scripts` folder has been added, which allows a Docker container with an InfluxDB OSS 2.x instance to be created and used for integration tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- The pre-reqs image now references current pre-requisites.
- Images now use HTML to have fixed widths.
@sethusrinivasan sethusrinivasan merged commit f52260c into awslabs:mainline Mar 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants