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

AWS Timestream support #684

Open
ppbrown opened this issue Jul 19, 2023 · 3 comments
Open

AWS Timestream support #684

ppbrown opened this issue Jul 19, 2023 · 3 comments

Comments

@ppbrown
Copy link

ppbrown commented Jul 19, 2023

AWS Timestream is not on the list of officially support timeseries databases.
Any plans?
Alternatively, any specific plans to exclude it?

@jnichols-git
Copy link
Member

To the best of my knowledge, the team doesn't have immediate plans to develop AWS Timestream support. If we take steps into AWS, the first stop is likely to be CloudWatch, since it sees significant use on any stack including AWS. Timestream isn't specifically excluded, but it's also not currently a priority.

@ppbrown
Copy link
Author

ppbrown commented Jul 20, 2023 via email

@jnichols-git
Copy link
Member

jnichols-git commented Jul 20, 2023

Right, sorry, I should have used more descriptive language! I can't speak for individuals on the team, but generally, we've got our sights on specific enhancements that we'd like to make, and our personal time goes towards those. We always have an eye out for contributors and contributions, and will happily help support development efforts.

Much of the platform support revolves around interpretation and transformation of requests. Trickster needs to be able to take a query for the last 24h of data, determined that it cached the first 12h of those, and then modify the query to only request the other half (for example). I'd strongly suggest reading through the implementations of a few TSDBs to see how this is accomplished in production use-cases.

Feel free to ask further questions here; I'll provide support as I'm able.

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

No branches or pull requests

2 participants