-
Notifications
You must be signed in to change notification settings - Fork 4
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
Select data: Allow only some OR deny some #27
Comments
That is not yet possible. I plan to add that over the coming winter, unless someone beats me to it. |
Hi Teppo,
Thank for your work.
I am not a expert but I know javascript.
I don’t know in which way I can help.
Let me know if I can bee useful.
Best regards
Vincent
… On 3 Sep 2023, at 17:40, Teppo Kurki ***@***.***> wrote:
That is not yet possible. I plan to add that over the coming winter, unless someone beats me to it.
—
Reply to this email directly, view it on GitHub <#27 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BCJ5A4GJJIRIRUUWZH7LVR3XYSQF7ANCNFSM6AAAAAA4IZB7XI>.
You are receiving this because you authored the thread.
|
Is it possible to back with this problem ? Like it was in Influx1 plugin This option which is now - 'ignore with regexp', i do have to try build one big regexp query: What do you think ? |
Certainly doable |
@tkurki can we document which is applied first sources or path filtering? Second as an interim I used a regex to create a whitelist. My guess is that filters are applied in sequential order so it's not easy to do complex whitelist filtering. It might be good to add some regex examples into the repo of known working examples. Filter All Sources Except 0.35 & 0.42 |
@scurvy-dog an incoming datum is ignored (not written) if the path matches an ignored path OR the source matches an ignored source. It does not matter which is applied first. Or am I missing something here? Regular expressions are such a complex subject that I am not especially keen to start documenting them. If you can provide a documentation snippet with examples that you'd want to add please do so, I am not strictly against it. But please open another issue, as this is a bit separate from this issue. btw you can have chatgpt write regexps for you, translating from english to regexp. It will even include an explanation of how it works! |
Add more flexible filteringRules so that you can use both allow and ignore logic in determining what should or should not be written to the database. Fixes #27.
Please see and comment on #66, where I am addressing the need to pick some paths in addition to not writing some. |
Add more flexible filteringRules so that you can use both allow and ignore logic in determining what should or should not be written to the database. Fixes #27.
Add more flexible filteringRules so that you can use both allow and ignore logic in determining what should or should not be written to the database. Fixes #27.
Add more flexible filteringRules so that you can use both allow and ignore logic in determining what should or should not be written to the database. Fixes #27.
No comments? You asked for it, but nobody shows an interest for the feature now? |
Add more flexible filteringRules so that you can use both allow and ignore logic in determining what should or should not be written to the database. Fixes #27.
How is it possible to write in database only selected item?
For exemple , I want to store in the database only SOG, because actualy the plugin send|all the data avalaible in signalk server.
The text was updated successfully, but these errors were encountered: