@statuscompliance/filtering
v1.0.2
Published
Collection of STATUS project components that are responsible for filtering JSON object information.
Downloads
116
Maintainers
Readme
Description
The @statuscompliance/filtering
package is a collection of Node-RED components specifically designed for the STATUS project, focusing on filtering JSON object information. These nodes help to manage data flows by applying different filtering rules based on content, date ranges, or specific attributes.
Features
- Filter JSON data by various criteria such as classification, date ranges, or importance.
- Group and filter messages based on dynamic attributes.
- Nodes designed to work seamlessly with compliance-related processes in Node-RED flows.
Installation
You can install the package directly via npm:
npm install @statuscompliance/filtering
Or add it to your package.json
and run npm install
:
{
"dependencies": {
"@statuscompliance/filtering": "^1.0.0"
}
}
Nodes Overview
This package includes the following custom nodes for use in Node-RED:
- filter-by-date: Filters messages based on date attributes within a specified range.
- filter-by: Filters messages based on classification, importance, or other dynamic attributes.
- group-by: Groups messages by a specific attribute for batch processing.
License
This package is licensed under the Apache-2.0 License.
Author and Contributors
- Author: Álvaro Bernal
- Contributor: Francisco Montero
Repository
You can find the source code and contribute to this project on GitHub: