This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.


    from b792b30  resolves STREAMS-642
     new 4cca4f4  STREAMS-644 streams-processor-peopledatalabs
     new 5dc469b  add basic integration tests
     new 1029efc  Merge pull request #483 from steveblackmon/STREAMS-644

The 1733 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 streams-contrib/pom.xml                            |   1 +
 .../pom.xml                                        |  38 +--
 .../streams/peopledatalabs/PeopleDataLabs.java}    |  76 +++---
 .../streams/peopledatalabs}/PersonEnrichment.java  |  19 +-
 .../api/BulkEnrichPersonRequest.json               | 286 +++++++++++++++++++++
 .../api/BulkEnrichPersonResponse.json              |  29 +++
 .../peopledatalabs/api/EnrichPersonRequest.json    | 106 ++++++++
 .../peopledatalabs/api/EnrichPersonResponse.json   |  29 +++
 .../config/PeopleDataLabsConfiguration.json}       |   5 +-
 .../streams/peopledatalabs/pojo/EducationItem.json |  68 +++++
 .../apache/streams/peopledatalabs/pojo/Email.json} |  17 +-
 .../peopledatalabs/pojo/ExperienceItem.json        |  62 +++++
 .../streams/peopledatalabs/pojo/IndustryItem.json} |   2 +-
 .../streams/peopledatalabs/pojo/InterestItem.json} |   2 +-
 .../streams/peopledatalabs/pojo/Location.json      |  56 ++++
 .../apache/streams/peopledatalabs/pojo/Name.json}  |  19 +-
 .../apache/streams/peopledatalabs/pojo/Person.json |  86 +++++++
 .../streams/peopledatalabs/pojo/PhoneNumber.json}  |  17 +-
 .../streams/peopledatalabs/pojo/Primary.json       |  44 ++++
 .../streams/peopledatalabs/pojo/Profile.json}      |  27 +-
 .../streams/peopledatalabs/pojo/SkillItem.json}    |   2 +-
 .../apache/streams/peopledatalabs/pojo/Title.json} |  17 +-
 .../peopledatalabs/test/PeopleDataLabsIT.java      | 128 +++++++++
 .../src/test/resources/PeopleDataLabsIT.conf}      |  24 +-
 24 files changed, 1048 insertions(+), 112 deletions(-)
 copy streams-contrib/{streams-processor-fullcontact => 
streams-processor-peopledatalabs}/pom.xml (81%)
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/java/org/apache/streams/fullcontact/FullContact.java
 => 
streams-processor-peopledatalabs/src/main/java/org/apache/streams/peopledatalabs/PeopleDataLabs.java}
 (50%)
 mode change 100644 => 100755
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/java/org/apache/streams/fullcontact
 => 
streams-processor-peopledatalabs/src/main/java/org/apache/streams/peopledatalabs}/PersonEnrichment.java
 (56%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/api/BulkEnrichPersonRequest.json
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/api/BulkEnrichPersonResponse.json
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/api/EnrichPersonRequest.json
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/api/EnrichPersonResponse.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/config/FullContactConfiguration.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/config/PeopleDataLabsConfiguration.json}
 (67%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/EducationItem.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/Group.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Email.json}
 (62%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/ExperienceItem.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonTopicItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/IndustryItem.json}
 (77%)
 mode change 100644 => 100755
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonTopicItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/InterestItem.json}
 (77%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Location.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/LocationItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Name.json}
 (61%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Person.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/LocationItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/PhoneNumber.json}
 (62%)
 mode change 100644 => 100755
 create mode 100755 
streams-contrib/streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Primary.json
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonInterestItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Profile.json}
 (56%)
 mode change 100644 => 100755
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonTopicItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/SkillItem.json}
 (76%)
 mode change 100644 => 100755
 copy 
streams-contrib/{streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonInterestItem.json
 => 
streams-processor-peopledatalabs/src/main/jsonschema/org/apache/streams/peopledatalabs/pojo/Title.json}
 (58%)
 mode change 100644 => 100755
 create mode 100644 
streams-contrib/streams-processor-peopledatalabs/src/test/java/org/apache/streams/peopledatalabs/test/PeopleDataLabsIT.java
 copy 
streams-contrib/{streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
 => streams-processor-peopledatalabs/src/test/resources/PeopleDataLabsIT.conf} 
(63%)

Reply via email to