Replies: 2 comments 2 replies
-
Definitely! I'll look into it 👀 I'd love to learn more about your use case as well, if you're open to sharing more details. What's generating the data? How are the queries and their results being used? I don't believe there's an open-source adapter for AWS or Sumo Logic yet, but I'd be happy to help you write one if you'd like to build and open-source it! Or if this is a commercial use case, I'd be happy to write one and license it to your company. |
Beta Was this translation helpful? Give feedback.
-
I have just published 3 adapters to crates.io, available here https://github.com/ZimboPro/trustfall-adapters. Adapters for OpenAPI, Terraform and a very simplified filesystem based off #225 |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have a list of Community Adapters as mentioned in #225!
I haven't used trustfall yet, but I would like to. I may have a use case where it would be nice to query across multiple log stores, such as looking for related logs by trace-id in AWS and Sumo Logic. If there were community adapters for each, they would likely wrap the network calls to return logs based on supported queries
Another use case might be to check for EOL software versions by comparing the versions in local toml/yaml/docker against a database of EOL code (https://endoflife.date) and/or release dates from the package manager (with rules for packages that are far behind recent releases)
Beta Was this translation helpful? Give feedback.
All reactions