You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andrea Castello (Jira)" <ji...@apache.org> on 2021/03/03 08:26:00 UTC

[jira] [Created] (NIFI-8290) Create an enrich processor that adds device detection data from WURFL

Andrea Castello created NIFI-8290:
-------------------------------------

             Summary: Create an enrich processor that adds device detection data from WURFL
                 Key: NIFI-8290
                 URL: https://issues.apache.org/jira/browse/NIFI-8290
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Andrea Castello


Create a new processor that extracts device detection data from a WURFL service from a user-agent or a HTTP request.

The mechanism and goal are similar to the ones of GeoIP enrich processor: enriching the data flow with new data.

 

This processor will receive a User-Agent string or a set of HTTP request headers as FlowFile attributes and use them to get device detection data from a WURFL Microservice. These device detection data - AKA device capabilities - will be stored in the FlowFile as attributes with the name pattern "wurfl.<capability_name>"

 

Note:
 * WURFL Microservice Java client is released under Apache License 2.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)