You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Single topic discussion this week:  Brainstorming use case / solution model / Open-source solution componentry report for the S&O group.  

Strawman:

Category

Use Case

Source

Solution Model(s)

Toolkit(s)/ Component(s)

Implementation

Existing/Develop

SoR->Registry

HR System (SAP) informs a person registry (Baylor) of a new hire, retrieving a unique identity handle (possibly new, possibly pre-existing)

University X

Messaging Bus

Camel, RabbitMQ

An agent custom-written for the SAP HR system places a "new hire" event in a message queue being consumed by the person registry's inbound data interface using Camel hooks for RabbitMQ. The PR removes the message from the queue, processes it through first an ID Match interface and then, as necessary, an identity minting interface, then places a unique identifier on a collection of message queues (via a similar Camel->RabbitMQ interface) for consumption by both the original requestor (SAP) and other interested parties

Develop (Baylor)

  • No labels