2.1.0 • Published 4 months ago

@statuscompliance/filtering v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

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

Repository

You can find the source code and contribute to this project on GitHub:

https://github.com/statuscompliance/node-red-status

1.1.0

5 months ago

2.1.0

4 months ago

2.0.0

5 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago