-
Notifications
You must be signed in to change notification settings - Fork 25
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
Document gathering custom data with the local datagatherer #24
Comments
I fear that this isn't clear enough in its current form. I'd like to see this refined in scope, e.g. are we talking files, are we talking http etc. Ideally this would be driven by a use case. E.g. I have an API and I connect to it and collect data in 'this' way. I also feel that this is low priority until we're working on custom packages (which is not a priority right now) |
We do have a local files data gatherer which is very generic. While hacky this can be combined with |
👍 I like the idea of cutting this back to documenting the process for requesting a new datagatherer. |
I think |
I updated the title. I think we leave this open? |
Currently Preflight has a set of built-in datagatherers. This is a limitation, because if someone wants to create a new package but doesn't have a datagatherer that provides the information for it, the only option is to write Go code and create a new datagatherer. This might not be ideal for some people.
Ideally, there should be a way of plug into Preflight any external data provided from an arbitrary process or file or whatever that is generic.
The text was updated successfully, but these errors were encountered: