SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
Originally appeared in:
             October 2009, pgs 41-46.
             Used with permission.

             Process Control and Information Systems                                                          SpecialReport



             Service-oriented architecture
             simplifies data source integration
             Here’s how the approach helps refinery scheduling and also contributes
             to business-wide SOA adoption
             K. Samdani, Infosys Consulting, Bangalore, India



T
        he refinery scheduling system needs to interface with various   mathematical engines to develop an end-to-end refinery schedule.
        heterogeneous data sources. Although the traditional point-     These tools need data such as tank inventories, qualities, crude
        to-point integration approach serves the needs, it presents     arrival and product dispatches, prices, etc. from heterogeneous
several problems due to a variety of underlying platform tech-          data sources.
nologies. Also, such a solution is not scalable. Applying the SOA           Fig. 1 depicts the traditional approach of point-to-point inter-
approach helps automate the refinery scheduling process as well as      faces between the scheduling tool and data sources. Although it
contributes to building a business-wide services repository.            serves the data needs of the scheduling tool, several problems
    This article compares the traditional integration approach for      associated with the traditional approach are:
the refinery scheduling process with the SOA-based approach and             •  Data source systems vary widely in underlying platform,
presents a conceptual architecture along with the benefits thereof.     integration capabilities, sophistication, etc. Some sources are
It also aims at bringing out how the SOA approach for individual        spreadsheets/text files whereas others may expose Web services
projects such as refinery scheduling contributes to overall strategic   for retrieving data.
SOA adoption by the refining business.                                      •  In case the legacy systems (providing data to the scheduling
                                                                        tool) are replaced by modern systems, the interfaces with such
Introduction. The modern integration approach suggests SOA              systems are required to be replaced.
for the whole organization for strategic business transformation.           •  Developing an interface for a new data source is almost a
The Forrester survey1 indicates that broadly 70% of large busi-         fresh effort. Reusability is minimal.
nesses and nearly half of small to medium-sized businesses are into         •  These interfaces are tightly coupled with source systems.
SOA and, more importantly, are by and large satisfied.                  Hence, changes in underlying platform technologies of the source
    Adopting the SOA approach for refinery scheduling helps in          systems mean a lot of rework.
two ways:                                                                   •  In interconnected supply chains, data sources may be outside
    •  The SOA approach develops a reusable scheduling services         the organization. Supply chain partners have their own system
catalog that becomes part of an overall business-wide services
repository.
    •  The SOA approach provides open standards-based integra-
tion of the scheduling tool with a variety of data sources.                                               .txt/.csv
    The refinery scheduling process can be viewed as a set of reus-                                         files
able services. A service (for example, getting tank inventories) that                           Component      Planned crude/
is necessary for refinery scheduling can be used by other business            Spreadsheets                                         RDBMSs
                                                                                                  stream       products receipt
processes such as yield accounting, plan vs actuals analysis, etc.                              flow/quality    and dispatches
Also, it can be used across other refineries. SOA also provides inte-                     Tank volume
gration standards for interfacing with the various heterogeneous            Historian/     and service    Refinery
                                                                                                                                       Refinery
                                                                                                         scheduling
data sources such as historians, laboratory information manage-             RTDBMS
                                                                                                           system
                                                                                                                                       schedule
ment systems (LIMS), spreadsheets, etc. It eliminates platform                     Tank qualities
                                                                                                                                Supply
                                                                                                                             information
dependence by using open standards-based service interface speci-
fications. It enables organizing the scheduling process as various
                                                                                   LIMS                        Prices             Third party
reusable services, thus contributing to developing a business-wide                                                                 systems
services repository.                                                                                       Pricelist
                                                                                                         spreadsheet
Traditional approach to refinery scheduling. Refinery
scheduling is largely driven by a scheduling tool. The tool gener-
ates schedules by processing data from a variety of sources. Unlike       Fig. 1     Traditional integration approach.
in the past, current refinery scheduling tools employ advanced
                                                    HYDROCARBON PROCESSING October 2009
SpecialReport                                    Process Control and Information Systems

upgrade/technology strategy roadmap. Any change to the underly-                       However, businesses are taking a holistic view of integration
ing technology by them impacts the interface.                                      needs of multiple applications across the organization and devel-
    •  For multirefinery organizations, the development and global                 oping integration standards. They expect a robust integration
deployment costs are high since there is little reusability.                       solution that considers reusability, is globally deployable across
    •  Maintenance/upgrade costs are high.                                         multiple refineries and reduces total cost-of-ownership.
    •  Typically, these are not in line with the overall enterprise-
wide IT strategy and hence, carry a lot of risks.                                  SOA-based approach for scheduling. The principle
    Point-to-point interfaces are typically implemented quickly.                   objective of the SOA approach is to eliminate platform depen-
They serve tactical short-term objectives. Having selected a sched-                dence and organize the business as a set of reusable services. In
uling tool, the scheduler expects to start using it as soon as possible            the refinery scheduling process, the primary service is to generate
for obvious benefits of generating optimal and/or feasible produc-                 the refinery schedule. Generating the refinery schedule is achieved
tion schedules without considering integration-related issues.                     by performing several services. SOA decouples these services from
                                                                                   source or target systems. Thus, it enables using a service as and
                                                                                   when needed by any other service or application.
                                                                                       As shown in Fig. 2, the refinery scheduling business process
    Initiate         Collect         Audit        Generate           Publish
  scheduling          data           data         schedule          schedule       can be viewed as made of multiple steps such as initiate scheduling,
                                                                                   collect data, audit data, generate schedule and publish schedule.
                                                                                       Fig. 3 presents an example of how the refinery scheduling busi-
  Fig. 2       High-level view of the scheduling business process.                 ness process can be organized as various services. These services
                                                                                   are classified into coarse-grained (step) and fine-grained services
                                                                                   (substep and activity).
                                                                                       The refinery scheduling business process is divided into five key
                                 Refinery                                           steps. The initiate scheduling step triggers the collect data step to get
  Business
  process
                                scheduling                                         data from various sources such as historians, LIMS, spreadsheets,
                                                                                   etc. The audit data step audits incoming data and shares it with
                                                                                   generate schedule, that runs the scheduling engine and produces an
                                                                                   optimal schedule. The publish schedule step publishes it.
                 Initiate      Collect   Audit   Generate       Publish
    Step       scheduling       data     data    schedule      schedule                Each step has been further divided into substeps. For example,
                                                                                   collect data uses various substeps: initiate, construct request message,
                                                                                   connect to source system through to construct response message.
                                                                                       Each substep can also be logically divided into activities. Fig. 3
             Construct Connect Retrieve
                                               Unit of
                                                       Construct                   provides an example of how the unit of measure conversion substep
  Substep     request to source and Calculate          response
             message system validate
                                              measure
                                                       message
                                                                                   uses four activities.
                                                                                       The SOA approach expects such detailed organization of
                                                                                   coarse-grained as well as fine-grained services. This enables devel-
                                                                                   oping a services repository. It is essential to consider how ser-
                                     Identify Look-up                              vices can be independent of source and target applications while
  Activity             Receive                           Execute
                                  source and conversion                            developing the services repository, thereby increasing reusability
                      data inputs                       conversion
                                  target UoMs  table
                                                                                   of services.

  Fig. 3       Representative organization of refinery scheduling                  SOA enhances reusability of services. Systematic orga-
               services.                                                             nization of services as depicted in Fig. 3 helps identify reusability
                                                                                                            and removes redundancies. Once organized,
                                                                                                            such a unique set of services representing the
                                                                                                            scheduling business process can be called by
                                     Unit of measure service                                                any application/business function within
                                     Identify
                                                                                   Tank                     refinery operations as well as the broader
     Validated        Receive         source      Look-up                                                   enterprise. To maximize reusability, services
                                                                  Execute      inventories
     data (from         data            and      conversion
                                                                 conversion      (desired                   need to be developed in a manner such that
     historian)        inputs         target       table
                                                                                   UoM)
                                       UoMs                                                                 multiple applications/other services can use
                                                                                            Construct
                                                                                                            them. Creating application-independent
                                                                                            response        services works very well for reusability.
                                     Unit of measure service                                                    Reusability of services can be demon-
                                     Identify
                                                                                   Tank
                                                                                                            strated at multiple levels, i.e., at the substep or
     Validated        Receive         source      Look-up                                                   step levels or across the business processes.
                                                                  Execute        qualities
     data (from         data            and      conversion
                                                                 conversion      (desired                       Reusability at the substep level. Unit
       LIMS)           inputs         target       table
                                                                                   UoM)
                                       UoMs                                                                 of measure is a substep within the collect
                                                                                                            data step. Fig. 4 demonstrates how the unit
                                                                                                            of measure service is used for converting
  Fig. 4       Reusability of unit of measure service (substep level).                                      input data units of measure from different
                                                                                                            data sources.
                                                               HYDROCARBON PROCESSING October 2009
SpecialReport                                Process Control and Information Systems


             Initiate tank                              Collect data service (for tank inventories)
               inventory
                                   Construct           Connect                           Process
                  User                                                      Retrieve                      Construct
                                    request           to source                         data (UoM
                 inputs                                                   and validate                    response
                                  message (use         system                          conversion,
                (via UI)                                                     data                        and upload
                                  data aliases)      (historian)                          calc.)

                                       Y                            Y                        Y
               Validate                               Connect               All data                     Successful           Y
                inputs                              established?           available?                      upload

                    N                                      N                     N                                N

                                                                                                                                  Audit         Generate
                                                    Generate error message                                                        data          schedule

                    N                                      N                     N                                N

               Validate                               Connect               All data                     Successful           Y
                inputs                              established?           available?                      upload
                                                                                                                                                 Publish
                                       Y                            Y                        Y                                                  schedule
                                   Construct           Connect                           Process
                  User                                                      Retrieve                      Construct
                                    request           to source                         data (UoM
                 inputs                                                   and validate                    response
                                  message (use         system                          conversion,
                (via UI)                                                     data                        and upload
                                  data aliases)         (LIMS)                            calc.)
             Initiate tank
                quality                                  Collect data service (for tank qualities)


  Fig. 5    Reusability of collect data service (step level).



    The unit of measure service receives validated data from vari-
ous sources (historian, LIMS, etc.). It is expected to convert the                                        Scheduling business process
unit of measure as required by the scheduling system. It embeds                           Initiate      Collect       Audit         Generate          Publish
four activities to convert units of source data to the desired units                    scheduling       data         data          schedule         schedule
of measure. It does these activities in the same manner whether
it receives tank inventories from the historian or tank qualities
from the LIMS. Likewise, it can be used by any other service for                          Initiate      Collect       Audit         Reconcile         Publish
converting units of measure of other data such as prices, crude                         accounting       data         data            data            account
arrival schedule, etc.                                                                                  Yield accounting business process
    Reusability at the step level. Collect data is one of the five
steps of the scheduling business process. It receives its trigger
from the initiate scheduling step to get data from various sources                   Fig. 6      Reusability of collect data service (business process level).
and provide it to the subsequent step—audit data. Fig. 5 dem-
onstrates how the collect data service is triggered by two initiate
service triggers (initiate tank inventory and initiate tank quality               fore, it is available to be invoked independent of the business pro-
triggers) to get data from the historian and LIMS. As shown in                    cess (whether the scheduling process or yield accounting).
Fig. 5, the collect data service employs several substeps such as
construct request message, connect to source system through to con-               SOA-based scheduling tool integration. Refinery
struct response message.                                                          scheduling system integration with data sources is quite chal-
    Irrespective of the trigger (whether initiate tank inventory or               lenging since it presents a variety of platforms such as RDBMSs,
initiate tank quality), the collect data service employs the construct            historians, legacy systems, third-party systems (outside of the
request message service to receive inputs and build the request                   intranet), spreadsheets/files hosted on a local server, etc. SOA aims
message. In a tank inventory trigger, the input is typically a date.              at eliminating platform dependence using open standards-based
For the tank quality trigger, the input is a date range. The collect              service interface specifications [such as Web services description
data service abstracts such differences and enables reusability for               language (WSDL2)] and messaging protocols (such as SOAP,
any such trigger.                                                                 REST, etc.). Fig. 7 presents the traditional approach as well as the
    Reusability across business processes. Fig. 6 demonstrates                    conceptual SOA-based approach for integration solution archi-
how the collect data service can be used for the refinery scheduling              tecture for refinery scheduling.
business process as well as the yield accounting business process.                    As depicted in Fig. 7 and described in Fig. 1 earlier, the tradi-
    Both of these business processes expect tank inventories. The                 tional approach provides point-to-point interfaces between data
collect data service employs substeps to get tank inventories. There-             sources and the scheduling system. The conceptual SOA-based
                                                        HYDROCARBON PROCESSING October 2009
Process Control and Information Systems                                                                          SpecialReport


                          Scheduler                                                Control engineer    Scheduler          Administrator    Suppliers      Customers




                                                                    Presentation
                         Scheduling                                                    Scheduling               Custom              Partner              Admin.
                           system                                                        tool UI                  UI                 portal                UI




                                                                    Integration
                                                                                                           Messaging middleware and
                                                                                                        business process execution engine


                                                                                    Business services           Information services          Information services




                                                                    Services
                                                                                    • Schedule generation       • Data transformation         • Source connection
                                                                                    • Tank inventories          • Data aliasing               • Request-response
                                                                                    • Crude schedules           • Process calculations        • Error messages
                                               Third party
       RDBMS                   LIMS
                                                systems
                                                                                                                                     Files
                                                                                                                                                       Third-party



                                                                    Data
                                                                                       RTDBMSs               RDBMSs            (Arrival/dispatch
                                                                                      (Historians)          (LIMS, etc)                                 systems
       Historians/        Pricelist            .txt/.csv                                                                        schedules, etc)
        RTDBMS          spreadsheet              files

            Traditional integration approach                                                  Conceptual SOA-based integration approach


  Fig. 7    Traditional and SOA-based integration approaches for refinery scheduling.



architecture presents four layers: presentation, integration, services              Table 1. High-level services categorization
and data. Key characteristics of each layer are:
                                                                                    Service category	Service description
    Presentation layer: This layer provides data visualization capa-                                                         HYDROCARBON PROCESSING October 2009
                                                                                    Business services	These services help achieve the business objective of
bility for all concerned stakeholders. The presentation tier aims at
                                                                                                       generating a schedule. An example business service is
providing a common user interface for all users. It delivers contex-                                   collect data which retrieves inventory data from the
tually relevant information to different users such as schedulers,                                     historian.
control engineers, managers, partners, etc. It enables centralized
                                                                                    Information services	These services provide specific data management
authentication, authorization and context information sharing                                             capabilities. For example, unit of measure.
with integrated applications.
                                                                                    Technical services	These services provide technical features and
    Integration layer: This layer manages scheduling process                                            capabilities. For example: generate error messages,
execution and integrates with various data sources. It provides fea-                                    connect to source system, etc.
tures such as process management, services’ orchestration, routing,
security, logging and auditing. It can also help in enterprise-level
integration needs. Several advanced technologies are available to                   and orchestrates the process execution.
enable the integration with a variety of data sources.                                  •  Each service executes the desired functionality based on
    Services layer: The principal component of the SOA-enabled                      available inputs and provides outputs. Technology services enable
solution is the services layer. This layer decouples business logic                 connection services to data sources and retrieve data. Information
from the presentation and data layers. It hosts services. These                     services provide data management capabilities. Business services
services are aimed at delivering business functionality, data man-                  transform the data into desired output.
agement functionality and technical integration capability. SOA                         •  The scheduling engine processes uploaded data and gener-
helps organize these services in a systematic manner (Table 1).                     ates the refinery schedule.
The service categories are logically derived based on overall ser-                      To achieve the automation and simplified execution of the
vices’ organization.                                                                refinery scheduling process, the key enablers for SOA-based
    Data layer: This layer hosts data source systems. For example,                  implementation are:
RTDBMSs (historians) that provide tank inventories whereas                              •  Defining services
typically the LIMS, which is an RDBMS-based system, provides                            •  Creating services repository
quality data. Some of these systems provide direct database access                      •  Enabling all (data sources and destination) systems to par-
while others expose Web services. Mapping a database to provide                     ticipate in SOA approach.
relationships among data from disparate sources is held within                          These enablers lay the foundation for adopting SOA within the
the data layer.                                                                     scheduling business process and overall refining business.
    The SOA-enabled solution simplifies and automates executing
the scheduling process and streamlines it in following steps:                       Benefits of SOA-based integration. Adopting SOA for
    •  The scheduler triggers one or more services using the pre-                   the scheduling process is substantially beneficial over traditional
sentation layer.                                                                    approaches. SOA eliminates platform dependence by using open
    •  The integration layer responds by calling necessary services                 standards-based interface specifications. It enables connecting
                                                      HYDROCARBON PROCESSING October 2009
SpecialReport                               Process Control and Information Systems

                                                                                  Facilitates loose coupling: Due to loose coupling between
■  SOA adoption helps not only end-                                           applications and services, any changes in one application are iso-
to-end automation for the scheduling                                          lated and do not impact other applications’ functionalities. There
                                                                              are no point-to-point connections.
business process but also opens up                                                Reduces platform dependence: The SOA approach eliminates
opportunities for substantial benefits at                                     platform dependence. Virtually any data source application can
                                                                              be plugged into the architecture.
the enterprise-level.                                                             Enhanced collaboration: SOA enables tremendous collabo-
                                                                              ration not only within the refinery but also with supply chain
to any data source system. It enables identifying and organizing              partners such as traders, third-party crude storage organizations,
the scheduling process as a set of reusable services. Each service            customers, etc. They get a view of necessary information over the
can be monitored easily. It enables better control over the entire            Web-based portal enabled by SOA.
scheduling process leading to continuous improvements. Some                       Valero published a half-million-dollar savings in demur-
of the benefits are:                                                          rage costs due to an enterprise-service-enabled application that
    Greater reusability: The SOA approach develops a catalog                  improved visibility across business functions.3
of reusable services. For example: Connect to source system can                   Thus, SOA adoption helps not only end-to-end automation
be used by the collect data service to get tank inventories from a            for the scheduling business process but also opens up opportuni-
historian as well as to get tank qualities from a LIMS.                       ties for substantial benefits at the enterprise-level. HP
    Enterprise-wide applicability: SOA decouples business logic
from the presentation and data layers. A service can be used by                                            Literature cited
other services within refinery operations. Such reusability can be            	1	 effner, R., Vice President and Analyst for Forrester Research with ebizQ on
                                                                                  H
                                                                                  “Current state of SOA adoption” in Oct. 2008.
at various levels such as substep or step, or even at the business            	2	 http://www.w3.org/TR/wsdl20/.
process level. For example: The collect data service can be used by           	3	 Article in CIOInsight, July 2007.
refinery scheduling as well as yield accounting business process to
get tank inventories.
    Reduced time-to-market: Reusability is just not within a                                  Kailash Samdani works with Infosys Consulting. He has 16
                                                                                              years of experience in consulting and business development of
refinery. It can be across refineries. For example, the tank quality                          IT-enabled advanced solutions to the hydrocarbon, chemicals and
service can be reused if all refineries have the same LIMS system.                            metal industries. He holds a B.E. (Hons) degree in chemical engi-
This favorably impacts the large-scale global roll-out programs.                              neering from Birla Institute of Technology  Science, Pilani (India).




                        Article copyright © 2010 by Gulf Publishing Company. All rights reserved.             Printed in U.S.A.
          Not to be distributed in electronic or printed form, or posted on a Website, without express written permission of copyright holder.

Contenu connexe

Similaire à Data Source Integration

December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWADecember 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
Carsten Roland
 
Enterprise performance engineering solutions
Enterprise performance engineering solutionsEnterprise performance engineering solutions
Enterprise performance engineering solutions
Infosys
 
Software Systems & Application Rationalization
Software Systems & Application RationalizationSoftware Systems & Application Rationalization
Software Systems & Application Rationalization
Ambareesh Kulkarni
 

Similaire à Data Source Integration (20)

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWADecember 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
December 2015 - TDWI Checklist Report - Seven Best Practices for Adapting DWA
 
Integration of process planning and scheduling comparison of models approach
Integration of process planning and scheduling comparison of models approachIntegration of process planning and scheduling comparison of models approach
Integration of process planning and scheduling comparison of models approach
 
Enterprise performance engineering solutions
Enterprise performance engineering solutionsEnterprise performance engineering solutions
Enterprise performance engineering solutions
 
Stateful library service system design and implementation in Saudi Arabia
Stateful library service system design and implementation in Saudi ArabiaStateful library service system design and implementation in Saudi Arabia
Stateful library service system design and implementation in Saudi Arabia
 
Integrated production dash board for mining operations a PoV
Integrated production dash board for mining operations a PoVIntegrated production dash board for mining operations a PoV
Integrated production dash board for mining operations a PoV
 
10.1.1.85.7969
10.1.1.85.796910.1.1.85.7969
10.1.1.85.7969
 
Whitepaper cloud 2016
Whitepaper cloud 2016Whitepaper cloud 2016
Whitepaper cloud 2016
 
Query Evaluation Techniques for Large Databases.pdf
Query Evaluation Techniques for Large Databases.pdfQuery Evaluation Techniques for Large Databases.pdf
Query Evaluation Techniques for Large Databases.pdf
 
IRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop FrameworkIRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop Framework
 
Algorithm for Scheduling of Dependent Task in Cloud
Algorithm for Scheduling of Dependent Task in CloudAlgorithm for Scheduling of Dependent Task in Cloud
Algorithm for Scheduling of Dependent Task in Cloud
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 
M017258892
M017258892M017258892
M017258892
 
Continuous Testing of Service-Oriented Applications Using Service Virtualization
Continuous Testing of Service-Oriented Applications Using Service VirtualizationContinuous Testing of Service-Oriented Applications Using Service Virtualization
Continuous Testing of Service-Oriented Applications Using Service Virtualization
 
Thoughts on a research platform architecture: Simplify your application portf...
Thoughts on a research platform architecture: Simplify your application portf...Thoughts on a research platform architecture: Simplify your application portf...
Thoughts on a research platform architecture: Simplify your application portf...
 
A Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond PrecisionA Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond Precision
 
Agent-Based Workflow
Agent-Based WorkflowAgent-Based Workflow
Agent-Based Workflow
 
Software Systems & Application Rationalization
Software Systems & Application RationalizationSoftware Systems & Application Rationalization
Software Systems & Application Rationalization
 
Value Proposition for IBM PureFlex System
Value Proposition for IBM PureFlex SystemValue Proposition for IBM PureFlex System
Value Proposition for IBM PureFlex System
 
Proactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud ComputingProactive Scheduling in Cloud Computing
Proactive Scheduling in Cloud Computing
 

Plus de Infosys

Plus de Infosys (20)

Demystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for allDemystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for all
 
Digital Outlook: Healthcare Industry
Digital Outlook: Healthcare IndustryDigital Outlook: Healthcare Industry
Digital Outlook: Healthcare Industry
 
5 tips to make your mainframe as fit as you
5 tips to make your mainframe as fit as you5 tips to make your mainframe as fit as you
5 tips to make your mainframe as fit as you
 
Mainframe modernization powered by AI
Mainframe modernization powered by AIMainframe modernization powered by AI
Mainframe modernization powered by AI
 
Human Amplification In The Enterprise - Resources and Utilities
Human Amplification In The Enterprise - Resources and UtilitiesHuman Amplification In The Enterprise - Resources and Utilities
Human Amplification In The Enterprise - Resources and Utilities
 
Human Amplification In The Enterprise - Telecom and Communication
Human Amplification In The Enterprise - Telecom and CommunicationHuman Amplification In The Enterprise - Telecom and Communication
Human Amplification In The Enterprise - Telecom and Communication
 
Human Amplification In The Enterprise - Retail and CPG
Human Amplification In The Enterprise - Retail and CPGHuman Amplification In The Enterprise - Retail and CPG
Human Amplification In The Enterprise - Retail and CPG
 
Human Amplification In The Enterprise - Manufacturing and High-tech
Human Amplification In The Enterprise - Manufacturing and High-techHuman Amplification In The Enterprise - Manufacturing and High-tech
Human Amplification In The Enterprise - Manufacturing and High-tech
 
Human amplification in the enterprise - Automation. Innovation. Learning.
Human amplification in the enterprise - Automation. Innovation. Learning.Human amplification in the enterprise - Automation. Innovation. Learning.
Human amplification in the enterprise - Automation. Innovation. Learning.
 
Human Amplification In The Enterprise - Healthcare and Life Sciences
Human Amplification In The Enterprise - Healthcare and Life SciencesHuman Amplification In The Enterprise - Healthcare and Life Sciences
Human Amplification In The Enterprise - Healthcare and Life Sciences
 
Human Amplification In The Enterprise - Banking and Insurance
Human Amplification In The Enterprise - Banking and InsuranceHuman Amplification In The Enterprise - Banking and Insurance
Human Amplification In The Enterprise - Banking and Insurance
 
Mainframe modernization powered by AI
Mainframe modernization powered by AIMainframe modernization powered by AI
Mainframe modernization powered by AI
 
Reimagining the future of IT Infrastructure
Reimagining the future of IT InfrastructureReimagining the future of IT Infrastructure
Reimagining the future of IT Infrastructure
 
Infosys Amplifying Human Potential
Infosys Amplifying Human PotentialInfosys Amplifying Human Potential
Infosys Amplifying Human Potential
 
Snapshots from Infosys Confluence 2016
Snapshots from Infosys Confluence 2016Snapshots from Infosys Confluence 2016
Snapshots from Infosys Confluence 2016
 
Be Digital. Be More.
Be Digital. Be More.Be Digital. Be More.
Be Digital. Be More.
 
Being Digital
Being DigitalBeing Digital
Being Digital
 
Disruptive forces in digital payments
Disruptive forces in digital paymentsDisruptive forces in digital payments
Disruptive forces in digital payments
 
Infosys 'Go Green' Initiative
Infosys 'Go Green' InitiativeInfosys 'Go Green' Initiative
Infosys 'Go Green' Initiative
 
Serving the perfect Information Cocktail
Serving the perfect Information CocktailServing the perfect Information Cocktail
Serving the perfect Information Cocktail
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Data Source Integration

  • 1. Originally appeared in: October 2009, pgs 41-46. Used with permission. Process Control and Information Systems SpecialReport Service-oriented architecture simplifies data source integration Here’s how the approach helps refinery scheduling and also contributes to business-wide SOA adoption K. Samdani, Infosys Consulting, Bangalore, India T he refinery scheduling system needs to interface with various mathematical engines to develop an end-to-end refinery schedule. heterogeneous data sources. Although the traditional point- These tools need data such as tank inventories, qualities, crude to-point integration approach serves the needs, it presents arrival and product dispatches, prices, etc. from heterogeneous several problems due to a variety of underlying platform tech- data sources. nologies. Also, such a solution is not scalable. Applying the SOA Fig. 1 depicts the traditional approach of point-to-point inter- approach helps automate the refinery scheduling process as well as faces between the scheduling tool and data sources. Although it contributes to building a business-wide services repository. serves the data needs of the scheduling tool, several problems This article compares the traditional integration approach for associated with the traditional approach are: the refinery scheduling process with the SOA-based approach and •  Data source systems vary widely in underlying platform, presents a conceptual architecture along with the benefits thereof. integration capabilities, sophistication, etc. Some sources are It also aims at bringing out how the SOA approach for individual spreadsheets/text files whereas others may expose Web services projects such as refinery scheduling contributes to overall strategic for retrieving data. SOA adoption by the refining business. •  In case the legacy systems (providing data to the scheduling tool) are replaced by modern systems, the interfaces with such Introduction. The modern integration approach suggests SOA systems are required to be replaced. for the whole organization for strategic business transformation. •  Developing an interface for a new data source is almost a The Forrester survey1 indicates that broadly 70% of large busi- fresh effort. Reusability is minimal. nesses and nearly half of small to medium-sized businesses are into •  These interfaces are tightly coupled with source systems. SOA and, more importantly, are by and large satisfied. Hence, changes in underlying platform technologies of the source Adopting the SOA approach for refinery scheduling helps in systems mean a lot of rework. two ways: •  In interconnected supply chains, data sources may be outside •  The SOA approach develops a reusable scheduling services the organization. Supply chain partners have their own system catalog that becomes part of an overall business-wide services repository. •  The SOA approach provides open standards-based integra- tion of the scheduling tool with a variety of data sources. .txt/.csv The refinery scheduling process can be viewed as a set of reus- files able services. A service (for example, getting tank inventories) that Component Planned crude/ is necessary for refinery scheduling can be used by other business Spreadsheets RDBMSs stream products receipt processes such as yield accounting, plan vs actuals analysis, etc. flow/quality and dispatches Also, it can be used across other refineries. SOA also provides inte- Tank volume gration standards for interfacing with the various heterogeneous Historian/ and service Refinery Refinery scheduling data sources such as historians, laboratory information manage- RTDBMS system schedule ment systems (LIMS), spreadsheets, etc. It eliminates platform Tank qualities Supply information dependence by using open standards-based service interface speci- fications. It enables organizing the scheduling process as various LIMS Prices Third party reusable services, thus contributing to developing a business-wide systems services repository. Pricelist spreadsheet Traditional approach to refinery scheduling. Refinery scheduling is largely driven by a scheduling tool. The tool gener- ates schedules by processing data from a variety of sources. Unlike Fig. 1 Traditional integration approach. in the past, current refinery scheduling tools employ advanced HYDROCARBON PROCESSING October 2009
  • 2. SpecialReport Process Control and Information Systems upgrade/technology strategy roadmap. Any change to the underly- However, businesses are taking a holistic view of integration ing technology by them impacts the interface. needs of multiple applications across the organization and devel- •  For multirefinery organizations, the development and global oping integration standards. They expect a robust integration deployment costs are high since there is little reusability. solution that considers reusability, is globally deployable across •  Maintenance/upgrade costs are high. multiple refineries and reduces total cost-of-ownership. •  Typically, these are not in line with the overall enterprise- wide IT strategy and hence, carry a lot of risks. SOA-based approach for scheduling. The principle Point-to-point interfaces are typically implemented quickly. objective of the SOA approach is to eliminate platform depen- They serve tactical short-term objectives. Having selected a sched- dence and organize the business as a set of reusable services. In uling tool, the scheduler expects to start using it as soon as possible the refinery scheduling process, the primary service is to generate for obvious benefits of generating optimal and/or feasible produc- the refinery schedule. Generating the refinery schedule is achieved tion schedules without considering integration-related issues. by performing several services. SOA decouples these services from source or target systems. Thus, it enables using a service as and when needed by any other service or application. As shown in Fig. 2, the refinery scheduling business process Initiate Collect Audit Generate Publish scheduling data data schedule schedule can be viewed as made of multiple steps such as initiate scheduling, collect data, audit data, generate schedule and publish schedule. Fig. 3 presents an example of how the refinery scheduling busi- Fig. 2 High-level view of the scheduling business process. ness process can be organized as various services. These services are classified into coarse-grained (step) and fine-grained services (substep and activity). The refinery scheduling business process is divided into five key Refinery steps. The initiate scheduling step triggers the collect data step to get Business process scheduling data from various sources such as historians, LIMS, spreadsheets, etc. The audit data step audits incoming data and shares it with generate schedule, that runs the scheduling engine and produces an optimal schedule. The publish schedule step publishes it. Initiate Collect Audit Generate Publish Step scheduling data data schedule schedule Each step has been further divided into substeps. For example, collect data uses various substeps: initiate, construct request message, connect to source system through to construct response message. Each substep can also be logically divided into activities. Fig. 3 Construct Connect Retrieve Unit of Construct provides an example of how the unit of measure conversion substep Substep request to source and Calculate response message system validate measure message uses four activities. The SOA approach expects such detailed organization of coarse-grained as well as fine-grained services. This enables devel- oping a services repository. It is essential to consider how ser- Identify Look-up vices can be independent of source and target applications while Activity Receive Execute source and conversion developing the services repository, thereby increasing reusability data inputs conversion target UoMs table of services. Fig. 3 Representative organization of refinery scheduling SOA enhances reusability of services. Systematic orga- services. nization of services as depicted in Fig. 3 helps identify reusability and removes redundancies. Once organized, such a unique set of services representing the scheduling business process can be called by Unit of measure service any application/business function within Identify Tank refinery operations as well as the broader Validated Receive source Look-up enterprise. To maximize reusability, services Execute inventories data (from data and conversion conversion (desired need to be developed in a manner such that historian) inputs target table UoM) UoMs multiple applications/other services can use Construct them. Creating application-independent response services works very well for reusability. Unit of measure service Reusability of services can be demon- Identify Tank strated at multiple levels, i.e., at the substep or Validated Receive source Look-up step levels or across the business processes. Execute qualities data (from data and conversion conversion (desired Reusability at the substep level. Unit LIMS) inputs target table UoM) UoMs of measure is a substep within the collect data step. Fig. 4 demonstrates how the unit of measure service is used for converting Fig. 4 Reusability of unit of measure service (substep level). input data units of measure from different data sources. HYDROCARBON PROCESSING October 2009
  • 3. SpecialReport Process Control and Information Systems Initiate tank Collect data service (for tank inventories) inventory Construct Connect Process User Retrieve Construct request to source data (UoM inputs and validate response message (use system conversion, (via UI) data and upload data aliases) (historian) calc.) Y Y Y Validate Connect All data Successful Y inputs established? available? upload N N N N Audit Generate Generate error message data schedule N N N N Validate Connect All data Successful Y inputs established? available? upload Publish Y Y Y schedule Construct Connect Process User Retrieve Construct request to source data (UoM inputs and validate response message (use system conversion, (via UI) data and upload data aliases) (LIMS) calc.) Initiate tank quality Collect data service (for tank qualities) Fig. 5 Reusability of collect data service (step level). The unit of measure service receives validated data from vari- ous sources (historian, LIMS, etc.). It is expected to convert the Scheduling business process unit of measure as required by the scheduling system. It embeds Initiate Collect Audit Generate Publish four activities to convert units of source data to the desired units scheduling data data schedule schedule of measure. It does these activities in the same manner whether it receives tank inventories from the historian or tank qualities from the LIMS. Likewise, it can be used by any other service for Initiate Collect Audit Reconcile Publish converting units of measure of other data such as prices, crude accounting data data data account arrival schedule, etc. Yield accounting business process Reusability at the step level. Collect data is one of the five steps of the scheduling business process. It receives its trigger from the initiate scheduling step to get data from various sources Fig. 6 Reusability of collect data service (business process level). and provide it to the subsequent step—audit data. Fig. 5 dem- onstrates how the collect data service is triggered by two initiate service triggers (initiate tank inventory and initiate tank quality fore, it is available to be invoked independent of the business pro- triggers) to get data from the historian and LIMS. As shown in cess (whether the scheduling process or yield accounting). Fig. 5, the collect data service employs several substeps such as construct request message, connect to source system through to con- SOA-based scheduling tool integration. Refinery struct response message. scheduling system integration with data sources is quite chal- Irrespective of the trigger (whether initiate tank inventory or lenging since it presents a variety of platforms such as RDBMSs, initiate tank quality), the collect data service employs the construct historians, legacy systems, third-party systems (outside of the request message service to receive inputs and build the request intranet), spreadsheets/files hosted on a local server, etc. SOA aims message. In a tank inventory trigger, the input is typically a date. at eliminating platform dependence using open standards-based For the tank quality trigger, the input is a date range. The collect service interface specifications [such as Web services description data service abstracts such differences and enables reusability for language (WSDL2)] and messaging protocols (such as SOAP, any such trigger. REST, etc.). Fig. 7 presents the traditional approach as well as the Reusability across business processes. Fig. 6 demonstrates conceptual SOA-based approach for integration solution archi- how the collect data service can be used for the refinery scheduling tecture for refinery scheduling. business process as well as the yield accounting business process. As depicted in Fig. 7 and described in Fig. 1 earlier, the tradi- Both of these business processes expect tank inventories. The tional approach provides point-to-point interfaces between data collect data service employs substeps to get tank inventories. There- sources and the scheduling system. The conceptual SOA-based HYDROCARBON PROCESSING October 2009
  • 4. Process Control and Information Systems SpecialReport Scheduler Control engineer Scheduler Administrator Suppliers Customers Presentation Scheduling Scheduling Custom Partner Admin. system tool UI UI portal UI Integration Messaging middleware and business process execution engine Business services Information services Information services Services • Schedule generation • Data transformation • Source connection • Tank inventories • Data aliasing • Request-response • Crude schedules • Process calculations • Error messages Third party RDBMS LIMS systems Files Third-party Data RTDBMSs RDBMSs (Arrival/dispatch (Historians) (LIMS, etc) systems Historians/ Pricelist .txt/.csv schedules, etc) RTDBMS spreadsheet files Traditional integration approach Conceptual SOA-based integration approach Fig. 7 Traditional and SOA-based integration approaches for refinery scheduling. architecture presents four layers: presentation, integration, services Table 1. High-level services categorization and data. Key characteristics of each layer are: Service category Service description Presentation layer: This layer provides data visualization capa- HYDROCARBON PROCESSING October 2009 Business services These services help achieve the business objective of bility for all concerned stakeholders. The presentation tier aims at generating a schedule. An example business service is providing a common user interface for all users. It delivers contex- collect data which retrieves inventory data from the tually relevant information to different users such as schedulers, historian. control engineers, managers, partners, etc. It enables centralized Information services These services provide specific data management authentication, authorization and context information sharing capabilities. For example, unit of measure. with integrated applications. Technical services These services provide technical features and Integration layer: This layer manages scheduling process capabilities. For example: generate error messages, execution and integrates with various data sources. It provides fea- connect to source system, etc. tures such as process management, services’ orchestration, routing, security, logging and auditing. It can also help in enterprise-level integration needs. Several advanced technologies are available to and orchestrates the process execution. enable the integration with a variety of data sources. •  Each service executes the desired functionality based on Services layer: The principal component of the SOA-enabled available inputs and provides outputs. Technology services enable solution is the services layer. This layer decouples business logic connection services to data sources and retrieve data. Information from the presentation and data layers. It hosts services. These services provide data management capabilities. Business services services are aimed at delivering business functionality, data man- transform the data into desired output. agement functionality and technical integration capability. SOA •  The scheduling engine processes uploaded data and gener- helps organize these services in a systematic manner (Table 1). ates the refinery schedule. The service categories are logically derived based on overall ser- To achieve the automation and simplified execution of the vices’ organization. refinery scheduling process, the key enablers for SOA-based Data layer: This layer hosts data source systems. For example, implementation are: RTDBMSs (historians) that provide tank inventories whereas •  Defining services typically the LIMS, which is an RDBMS-based system, provides •  Creating services repository quality data. Some of these systems provide direct database access •  Enabling all (data sources and destination) systems to par- while others expose Web services. Mapping a database to provide ticipate in SOA approach. relationships among data from disparate sources is held within These enablers lay the foundation for adopting SOA within the the data layer. scheduling business process and overall refining business. The SOA-enabled solution simplifies and automates executing the scheduling process and streamlines it in following steps: Benefits of SOA-based integration. Adopting SOA for •  The scheduler triggers one or more services using the pre- the scheduling process is substantially beneficial over traditional sentation layer. approaches. SOA eliminates platform dependence by using open •  The integration layer responds by calling necessary services standards-based interface specifications. It enables connecting HYDROCARBON PROCESSING October 2009
  • 5. SpecialReport Process Control and Information Systems Facilitates loose coupling: Due to loose coupling between ■  SOA adoption helps not only end- applications and services, any changes in one application are iso- to-end automation for the scheduling lated and do not impact other applications’ functionalities. There are no point-to-point connections. business process but also opens up Reduces platform dependence: The SOA approach eliminates opportunities for substantial benefits at platform dependence. Virtually any data source application can be plugged into the architecture. the enterprise-level. Enhanced collaboration: SOA enables tremendous collabo- ration not only within the refinery but also with supply chain to any data source system. It enables identifying and organizing partners such as traders, third-party crude storage organizations, the scheduling process as a set of reusable services. Each service customers, etc. They get a view of necessary information over the can be monitored easily. It enables better control over the entire Web-based portal enabled by SOA. scheduling process leading to continuous improvements. Some Valero published a half-million-dollar savings in demur- of the benefits are: rage costs due to an enterprise-service-enabled application that Greater reusability: The SOA approach develops a catalog improved visibility across business functions.3 of reusable services. For example: Connect to source system can Thus, SOA adoption helps not only end-to-end automation be used by the collect data service to get tank inventories from a for the scheduling business process but also opens up opportuni- historian as well as to get tank qualities from a LIMS. ties for substantial benefits at the enterprise-level. HP Enterprise-wide applicability: SOA decouples business logic from the presentation and data layers. A service can be used by Literature cited other services within refinery operations. Such reusability can be 1 effner, R., Vice President and Analyst for Forrester Research with ebizQ on H “Current state of SOA adoption” in Oct. 2008. at various levels such as substep or step, or even at the business 2 http://www.w3.org/TR/wsdl20/. process level. For example: The collect data service can be used by 3 Article in CIOInsight, July 2007. refinery scheduling as well as yield accounting business process to get tank inventories. Reduced time-to-market: Reusability is just not within a Kailash Samdani works with Infosys Consulting. He has 16 years of experience in consulting and business development of refinery. It can be across refineries. For example, the tank quality IT-enabled advanced solutions to the hydrocarbon, chemicals and service can be reused if all refineries have the same LIMS system. metal industries. He holds a B.E. (Hons) degree in chemical engi- This favorably impacts the large-scale global roll-out programs. neering from Birla Institute of Technology Science, Pilani (India). Article copyright © 2010 by Gulf Publishing Company. All rights reserved. Printed in U.S.A. Not to be distributed in electronic or printed form, or posted on a Website, without express written permission of copyright holder.