@statuscompliance/extraction 1.0.0

Collection of STATUS project components that are responsible for extracting information from event traces and JSON objects.

npm install @statuscompliance/extraction

Node-RED Logo

A node-red version focused on STATUS project information extraction

Description

The @statuscompliance/extraction package is a collection of Node-RED components specifically designed for the STATUS project, focusing on extracting information from event traces and JSON objects. These nodes facilitate the retrieval of specific properties and values, enabling more efficient data handling within workflows.

Features

  • Extract specific values from JSON objects or event traces.
  • Perform operations like fetching the last timestamp or retrieving key-value properties.
  • Nodes designed to integrate seamlessly with compliance-related processes in Node-RED flows.

Installation

You can install the package directly via npm:

npm install @statuscompliance/extraction

Or add it to your package.json and run npm install:

{
    "dependencies": {
        "@statuscompliance/extraction": "^1.0.0"
    }
}

Nodes Overview

This package includes the following custom nodes for use in Node-RED:

  • last-timestamp: Extracts the most recent timestamp from a set of events.
  • find-object: Locates and extracts a specific object based on key criteria.
  • get-property-value: Retrieves the value of a specified property from a JSON object.
  • get-kv-property: Extracts key-value pairs from a JSON object for further 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

Node Info

Version: 1.0.0
Updated 7 months, 1 week ago
License: Apache-2.0
Rating: not yet rated

Categories

Actions

Rate:

Downloads

5 in the last week

Nodes

  • last-timestamp
  • find-object
  • get-property-value
  • get-kv-property

Keywords

  • node-red
  • status
  • compliance

Maintainers

Contributors

  • Francisco Montero