You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/01 06:51:20 UTC

[jira] [Commented] (APEXMALHAR-2153) Add user documentation for Enricher on apex docs

    [ https://issues.apache.org/jira/browse/APEXMALHAR-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401612#comment-15401612 ] 

ASF GitHub Bot commented on APEXMALHAR-2153:
--------------------------------------------

Github user bhupeshchawda commented on a diff in the pull request:

    https://github.com/apache/apex-malhar/pull/353#discussion_r72930458
  
    --- Diff: docs/operators/enricher.md ---
    @@ -0,0 +1,169 @@
    +POJO Enricher
    +=============
    +
    +## Operator Objective
    +This operator receives an POJO ([Plain Old Java Object](https://en.wikipedia.org/wiki/Plain_Old_Java_Object)) as an incoming tuple and uses an external source to enrich the data in 
    +the incoming tuple and finally emits the enriched data as a new enriched POJO.
    +
    +POJOEnricher supports enrichment from following external sources:
    +
    +1. **JSON File Based** - Reads the file in memory having content stored in JSON format and use that to enrich the data. This can be done using FSLoader implementation.
    --- End diff --
    
    Should this be small enough to fit in memory. If so, please mention.


> Add user documentation for Enricher on apex docs
> ------------------------------------------------
>
>                 Key: APEXMALHAR-2153
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2153
>             Project: Apache Apex Malhar
>          Issue Type: Documentation
>            Reporter: Chinmay Kolhatkar
>            Assignee: Chinmay Kolhatkar
>
> Add user documentation for Enricher on apex docs



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)