SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Downloaden Sie, um offline zu lesen
cipi                Centro di Ricerca sull’Ingegneria delle Piattaforme Informatiche




    Always-on Distributed Spreadsheet Mashups

Pierpaolo Baglietto (1), Fabrizio Cosso (2), Martino Fornasa (1), Simone
   Mangiante (1), Massimo Maresca (1), Andrea Parodi (2), Michele
                                Stecca (1)
    (1)   Computer Platform Research Center (CIPI) - University of Padova, University of Genova, Italy
                                      (2) M3S S.r.l. - Genova, Italy




                                            Mashups’10
                                  Ayia Napa, Cyprus, Dec. 1st 2010
                                                                                m.stecca@cipi.unige.it
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  2
cipi            Computer Platform Research Center - CIPI



                                  Introduction (1/2)
                                                  CIPI’s research activities
   Mashups are composite applications that allow to merge different
    functionalities, data sources, user interfaces, etc.

   Mashups are usually defined as lightweight tools. According to the
    classification provided by Fischer et al. (2009), it is possible to identify some
    paradigms aiming at supporting the easy creation of composite services:
         • Wiring paradigm (e.g., JackBe Presto, Yahoo Pipes!, etc.)
         • Spreadsheet-based frameworks (e.g. SpreadATOR, IBM A1, etc.)
         • Programming by demonstration (e.g., Dapper)
         • Automatic creation of Mashups (e.g., MaxMash)

   In this paper we propose to improve the current generation of Spreadsheet-
    based Mashup tool by adding two new features:
       The Distributed Spreadsheet Composition functionality, and
       The Always-on functionality (i.e., the Spreadsheet Mashup is updated
        even if one or more components are offline)
                                                                                   3
cipi            Computer Platform Research Center - CIPI


                                    Introduction (2/2)
Spreadsheets vs Wiring Paradigm
 In Spreadsheets-based frameworks, both the Service Creation
  Environment and the Execution Environment are implemented in a
  spreadsheet tool which represents the “integration point” for different
  sources
 According to the Wiring Paradigm, Mashups are created by linking
  together basic blocks. In this case spreadsheets have a marginal role
  because they are just a data source (i.e., one of the possible basic blocks)
  instead of been the “core” technology as in the previous case
 The system presented in the paper can be seen as a mixture of the two
  approaches because:
       It explicitly exploits the spreadsheet technology for Mashup creation;
       It implicitly uses the Wiring Paradigm at execution time because a spreadsheet
        composition can be seen as a set of basic blocks (i.e., the spreadsheets)
        linked together




                     UserA                              UserC                  UserD
                                    UserB                                              4
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   The Car Dealers case study
7.   Discussion
8.   Conclusion


                                                                  5
cipi          Computer Platform Research Center - CIPI



                     Requirements for Mashup tools
Here is a list of 4 requirements that we identified for the usage of Mashup
  tools in the Enterprises

1.   Support of lightweight creation of Situational Applications 
     Spreadsheets are well known tools;
2.   Support of reuse of already existing data  Spreadsheets
     are widely used to store enterprise data;
3.   Compliance with the distributed and hierarchical structure of
     enterprises  different units of the same company may be
     geographically distributed;
4.   Support of automatic updates and Always-on distributed
     Composite Spreadsheets  synchronize the linked
     spreadsheets automatically even when one or more
     components of the distributed spreadsheet are offline.

                                                                          6
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  7
cipi          Computer Platform Research Center - CIPI



             Platform architecture and operating principles (1/2)

   Spreadsheet types:
       Importer: it imports data from other spreadsheets;
       Exporter: it exports data to other spreadsheets;
       Intermediate: it is both an importer and an exporter at the same time,
        and at least one exported cell is a function of an imported cell (via
        direct inclusion or formulas).


   Components of the platform:
       A centralized server-side Composition Platform supports the
        execution of spreadsheet data exportation and importation, manages
        user accounts, and synchronizes data across dependent
        spreadsheets;
       A Client Plug-in integrated in the end-user spreadsheet application. It
        interacts with the composition platform by means of messages
        exchange and allows the user to import/export data through a
        graphical UI.
                                                                              8
cipi            Computer Platform Research Center - CIPI



             Platform architecture and operating principles (2/2)

   Operating principles:

       The exporter contribution update is periodically performed by each
        exporter Plug-in towards the platform;
       The importer spreadsheet update is periodically performed by the
        importer Plug-in. The Plug-in periodically polls the platform for new
        contributions or updates;
       The data propagation function works as follows:
         • When a client Plug-in realizes that the spreadsheet is intermediate it
           uploads the entire spreadsheet on the platform. Every time an intermediate
           spreadsheet is updated the Plug-in performs a new upload.
         • When an intermediate spreadsheet is offline, the platform runs a local
           spreadsheet engine in order to recalculate the exported ranges based on
           fresh import ranges.



                                                                                    9
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  10
Computer Platform Research Center - CIPI



                         Platform implementation




   The Client Plug-in must be installed on nodes running the MS Excel
    software (developed through the Visual Studio Tool for Office)
   The Plug-in and the Composition Platform communicate by means
    of SOAP-based APIs
   The DB stores the importations, exportations, and the
    dependencies among spreadsheets
   The Excel Server component runs the intermediate spreadsheets
    when needed (i.e., an update in the exporting file occurred)
   The importing spreadsheets poll the Composition Server to retrieve
    updated data                                                     11
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  12
cipi                                  Computer Platform Research Center - CIPI



        Hierarchical Enterprise Spreadsheet Mashup – HESM (1/3)

   The main concepts in HESMs are:
       Master Organizational Unit (MOU)
       Contributing Organizational Units (COU)
                                                                                           Composition Platform
       Space                                   Composition Platform
                                                                                                                         Unit 1 spreadsheet
       Master Spreadsheet                                         A-COU1 range                  B-COU1
                                                                                                  range
       Chain of spaces             “A” space A-COU1 range           A-COU2 range

                                                               A-COU2 range
                                                                                               B-COU2 range
                                                                    “A” space
                                                                                                 “B” space


                                     Unit 1
                     “A” Master Organizational Unit (A-MOU)
                                                    Unit 5                                          Unit 4                                         Unit 1
                              Unit 1 spreadsheet
                                   “B” Master Organizational Unit (B-MOU)
                                                                                                      Unit 3                                                Unit 2
                                                                                                                                   “A” Master Organizational Unit (A-MOU)
                                                                                     “B” Contributing Org. Unit 2 (B-COU2)                                                           “A” Co
                            “A” Master spreadsheet                                  “A” Contributing Org. Unit 2 (A-COU2)           “B” Contributing Org. Unit 1 (B-COU1) (A-COU1)
                                                                                                                                         “A” Contributing Org. Unit 1
                                              Unit 5 spreadsheet                               Unit 4 spreadsheet
                                           “B” Master spreadsheet                                                                         “A” Master spreadsheet
                                                                                               Unit 3 spreadsheet                                     Unit 2 spreadsheet
                                                                                                                                              Unit 1 spreadsheet
                                    A-COU1 range                                                    B-COU2 range

                                                                                                                                                  A-COU1 range
                                                               B-COU1                          A-COU2 range                                         A-COU1 range
                                                                range                                                                                       B-COU1
                                    A-COU2 range
                                     B-COU2 range                                                                                                             range
                                                                                                                                                  A-COU2 range


                                                                                   “B” space
                                                                                  “A” space
                                                                                                                                                                             13 space
                                                                                                                                                                              “A”
cipi          Computer Platform Research Center - CIPI




Hierarchical Enterprise Spreadsheet Mashup
                  – HESM (2/3)
Case Study: the Car Dealer Example
   The company is organized in an hierarchical way:
       Car Dealers – CDs interact with costumers
       A set of CDs located in a certain area are managed by the same Area
        Sales Manager - ASM
       A set of ASMs located in a certain region are managed by the same
        Regional Sales Manager – RSM

   There are different relationships among actors:
       CDs keep track of their sales in their own spreadsheets
       CDs are the COUs of the spreadsheet owned by the related ASM (i.e.,
        the MOU of this relationship)
       ASMs keep track of the regional sales in their own spreadsheets
       ASMs are the COUs of the spreadsheet owned by the related RSM
        (i.e., the MOU of this relationship)
                                                                           14
cipi       Computer Platform Research Center - CIPI



   Hierarchical Enterprise Spreadsheet Mashup – HESM (3/3)
Case Study: the Car Dealer Example (Screenshots)




                                                                   15
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  16
cipi            Computer Platform Research Center - CIPI



                                      Discussion

   Other Spreadsheet-based Mashup tools focus on the integration of
    different data sources into Spreadsheets
       On the contrary we focus on the distributed and always-on composition of
        spreadsheets
       Our approach can be seen as complementary with respect to the platforms
        that import different data sources and convert them to spreadsheet cells

   The proposed solution aims at modeling the hierarchical structure
    of enterprises as shown in the Car Dealer case study

   The proposed solution may take advantage of the emerging Cloud
    Computing paradigm in two different ways:
       In a Infrastructure as a Service – IaaS scenario, the Composition Platform
        might run on a Virtual Machine deployed “in-the-cloud” (e.g., it might be an
        Amazon Machine Image – AMI deployed on the Amazon EC2 Cloud)
       In a Software as a Service – SaaS scenario, the Composition Platform might
        rely on the Google Spreadsheet APIs which allow to manipulate spreadsheets
        stored “in-the-cloud”
                                                                                  17
cipi      Computer Platform Research Center - CIPI




                        Agenda

1.   Introduction
2.   Requirements
3.   Platform architecture and operating principles
4.   Platform implementation
5.   Hierarchical Enterprise Spreadsheet Mashup
6.   Discussion
7.   Conclusion



                                                                  18
cipi           Computer Platform Research Center - CIPI



                                      Conclusion

   We designed a spreadsheet Mashup tool which allow to:
        Create distributed spreadsheet composition
        Update the spreadsheet composition automatically even if one or more
         components are offline (Always-on feature)
        Reflect the hierarchical structure of enterprises where actors working at
         different levels contribute to the creation of aggregated information

   We implemented a prototype of the system presenting the following features:
      The client Plug-in is implemented to run on the Microsoft Office system
      The Client/Server communication architecture is based on SOAP messages
       exchange
      It manages the automatic update of complex spreadsheet composition
         through the execution of intermediate spreadsheets
   Future works
       Security
       Versioning
       Spreadsheet Mashups “in-the-cloud”
                                                                                19
cipi   Computer Platform Research Center - CIPI




Thank you for
your attention

                                                  20
cipi          Computer Platform Research Center - CIPI


                       Other CIPI’s research activities
Few words about our prototype based on the Wiring paradigm…
 It aims at combining data and services regardless the specific
  technologies used for their implementation (e.g., RSS Feed, Rest WS,
  SOAP WS, etc.)
 We re-use the Service Creation Environment developed during the FP6
  project called OPUCE (Open Platform for User-Centric Creation and
  Execution)
 We developed a platform for the execution of Event Driven Mashups (i.e.,
  each basic block may generate one or more events during its execution)
 We implemented different versions of the execution platform based on
  different technologies (Web Services, Java Message Service – JMS, and
  Plain JAVA code over Virtualized environments)




                                                                         21

Weitere ähnliche Inhalte

Ähnlich wie Always-on Distributed Spreadsheet Mashups

Mashup2010
Mashup2010Mashup2010
Mashup2010steccami
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerIOSR Journals
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerIOSR Journals
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET Journal
 
CVENJamesYu_201512
CVENJamesYu_201512CVENJamesYu_201512
CVENJamesYu_201512James, Yu
 
Scc2012 Scala
Scc2012 ScalaScc2012 Scala
Scc2012 Scalasteccami
 
Spie2006 Paperpdf
Spie2006 PaperpdfSpie2006 Paperpdf
Spie2006 PaperpdfFalascoj
 
Report: Test49 Geant4 Monte-Carlo Models Testing Tools
Report: Test49 Geant4 Monte-Carlo Models Testing ToolsReport: Test49 Geant4 Monte-Carlo Models Testing Tools
Report: Test49 Geant4 Monte-Carlo Models Testing ToolsRoman Atachiants
 
Presentation : Business Process Management with mobile routes
Presentation : Business Process Management with mobile routesPresentation : Business Process Management with mobile routes
Presentation : Business Process Management with mobile routesCharif Mahmoudi
 
Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Ashley Carter
 
Advanced Scalable Decomposition Method with MPICH Environment for HPC
Advanced Scalable Decomposition Method with MPICH Environment for HPCAdvanced Scalable Decomposition Method with MPICH Environment for HPC
Advanced Scalable Decomposition Method with MPICH Environment for HPCIJSRD
 
IS-ENES COMP Superscalar tutorial
IS-ENES COMP Superscalar tutorialIS-ENES COMP Superscalar tutorial
IS-ENES COMP Superscalar tutorialRoger Rafanell Mas
 
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation Platform
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation PlatformFPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation Platform
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation PlatformFlexTiles Team
 
High-Performance Timing Simulation of Embedded Software
High-Performance Timing Simulation of Embedded SoftwareHigh-Performance Timing Simulation of Embedded Software
High-Performance Timing Simulation of Embedded SoftwareMr. Chanuwan
 
05 project setup v1.00_en
05 project setup v1.00_en05 project setup v1.00_en
05 project setup v1.00_enconfidencial
 
A Framework For Performance Analysis Of Co-Array Fortran
A Framework For Performance Analysis Of Co-Array FortranA Framework For Performance Analysis Of Co-Array Fortran
A Framework For Performance Analysis Of Co-Array FortranDon Dooley
 
The Architecture Of Software Defined Radios Essay
The Architecture Of Software Defined Radios EssayThe Architecture Of Software Defined Radios Essay
The Architecture Of Software Defined Radios EssayDivya Watson
 
BARCoMmS Ground Station Testing System
BARCoMmS Ground Station Testing SystemBARCoMmS Ground Station Testing System
BARCoMmS Ground Station Testing SystemRiley Waite
 
AI Bridging Cloud Infrastructure (ABCI) and its communication performance
AI Bridging Cloud Infrastructure (ABCI) and its communication performanceAI Bridging Cloud Infrastructure (ABCI) and its communication performance
AI Bridging Cloud Infrastructure (ABCI) and its communication performanceinside-BigData.com
 

Ähnlich wie Always-on Distributed Spreadsheet Mashups (20)

Mashup2010
Mashup2010Mashup2010
Mashup2010
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
 
CVENJamesYu_201512
CVENJamesYu_201512CVENJamesYu_201512
CVENJamesYu_201512
 
Scc2012 Scala
Scc2012 ScalaScc2012 Scala
Scc2012 Scala
 
Spie2006 Paperpdf
Spie2006 PaperpdfSpie2006 Paperpdf
Spie2006 Paperpdf
 
Report: Test49 Geant4 Monte-Carlo Models Testing Tools
Report: Test49 Geant4 Monte-Carlo Models Testing ToolsReport: Test49 Geant4 Monte-Carlo Models Testing Tools
Report: Test49 Geant4 Monte-Carlo Models Testing Tools
 
Presentation : Business Process Management with mobile routes
Presentation : Business Process Management with mobile routesPresentation : Business Process Management with mobile routes
Presentation : Business Process Management with mobile routes
 
Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...Automatically partitioning packet processing applications for pipelined archi...
Automatically partitioning packet processing applications for pipelined archi...
 
Advanced Scalable Decomposition Method with MPICH Environment for HPC
Advanced Scalable Decomposition Method with MPICH Environment for HPCAdvanced Scalable Decomposition Method with MPICH Environment for HPC
Advanced Scalable Decomposition Method with MPICH Environment for HPC
 
IS-ENES COMP Superscalar tutorial
IS-ENES COMP Superscalar tutorialIS-ENES COMP Superscalar tutorial
IS-ENES COMP Superscalar tutorial
 
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation Platform
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation PlatformFPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation Platform
FPL'2014 - FlexTiles Workshop - 5 - FlexTiles Simulation Platform
 
High-Performance Timing Simulation of Embedded Software
High-Performance Timing Simulation of Embedded SoftwareHigh-Performance Timing Simulation of Embedded Software
High-Performance Timing Simulation of Embedded Software
 
05 project setup v1.00_en
05 project setup v1.00_en05 project setup v1.00_en
05 project setup v1.00_en
 
p850-ries
p850-riesp850-ries
p850-ries
 
A Framework For Performance Analysis Of Co-Array Fortran
A Framework For Performance Analysis Of Co-Array FortranA Framework For Performance Analysis Of Co-Array Fortran
A Framework For Performance Analysis Of Co-Array Fortran
 
The Architecture Of Software Defined Radios Essay
The Architecture Of Software Defined Radios EssayThe Architecture Of Software Defined Radios Essay
The Architecture Of Software Defined Radios Essay
 
BARCoMmS Ground Station Testing System
BARCoMmS Ground Station Testing SystemBARCoMmS Ground Station Testing System
BARCoMmS Ground Station Testing System
 
AI Bridging Cloud Infrastructure (ABCI) and its communication performance
AI Bridging Cloud Infrastructure (ABCI) and its communication performanceAI Bridging Cloud Infrastructure (ABCI) and its communication performance
AI Bridging Cloud Infrastructure (ABCI) and its communication performance
 

Kürzlich hochgeladen

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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 DevelopmentsTrustArc
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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 slidevu2urc
 
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 organizationRadu Cotescu
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
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 RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 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
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Always-on Distributed Spreadsheet Mashups

  • 1. cipi Centro di Ricerca sull’Ingegneria delle Piattaforme Informatiche Always-on Distributed Spreadsheet Mashups Pierpaolo Baglietto (1), Fabrizio Cosso (2), Martino Fornasa (1), Simone Mangiante (1), Massimo Maresca (1), Andrea Parodi (2), Michele Stecca (1) (1) Computer Platform Research Center (CIPI) - University of Padova, University of Genova, Italy (2) M3S S.r.l. - Genova, Italy Mashups’10 Ayia Napa, Cyprus, Dec. 1st 2010 m.stecca@cipi.unige.it
  • 2. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 2
  • 3. cipi Computer Platform Research Center - CIPI Introduction (1/2) CIPI’s research activities  Mashups are composite applications that allow to merge different functionalities, data sources, user interfaces, etc.  Mashups are usually defined as lightweight tools. According to the classification provided by Fischer et al. (2009), it is possible to identify some paradigms aiming at supporting the easy creation of composite services: • Wiring paradigm (e.g., JackBe Presto, Yahoo Pipes!, etc.) • Spreadsheet-based frameworks (e.g. SpreadATOR, IBM A1, etc.) • Programming by demonstration (e.g., Dapper) • Automatic creation of Mashups (e.g., MaxMash)  In this paper we propose to improve the current generation of Spreadsheet- based Mashup tool by adding two new features:  The Distributed Spreadsheet Composition functionality, and  The Always-on functionality (i.e., the Spreadsheet Mashup is updated even if one or more components are offline) 3
  • 4. cipi Computer Platform Research Center - CIPI Introduction (2/2) Spreadsheets vs Wiring Paradigm  In Spreadsheets-based frameworks, both the Service Creation Environment and the Execution Environment are implemented in a spreadsheet tool which represents the “integration point” for different sources  According to the Wiring Paradigm, Mashups are created by linking together basic blocks. In this case spreadsheets have a marginal role because they are just a data source (i.e., one of the possible basic blocks) instead of been the “core” technology as in the previous case  The system presented in the paper can be seen as a mixture of the two approaches because:  It explicitly exploits the spreadsheet technology for Mashup creation;  It implicitly uses the Wiring Paradigm at execution time because a spreadsheet composition can be seen as a set of basic blocks (i.e., the spreadsheets) linked together UserA UserC UserD UserB 4
  • 5. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. The Car Dealers case study 7. Discussion 8. Conclusion 5
  • 6. cipi Computer Platform Research Center - CIPI Requirements for Mashup tools Here is a list of 4 requirements that we identified for the usage of Mashup tools in the Enterprises 1. Support of lightweight creation of Situational Applications  Spreadsheets are well known tools; 2. Support of reuse of already existing data  Spreadsheets are widely used to store enterprise data; 3. Compliance with the distributed and hierarchical structure of enterprises  different units of the same company may be geographically distributed; 4. Support of automatic updates and Always-on distributed Composite Spreadsheets  synchronize the linked spreadsheets automatically even when one or more components of the distributed spreadsheet are offline. 6
  • 7. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 7
  • 8. cipi Computer Platform Research Center - CIPI Platform architecture and operating principles (1/2)  Spreadsheet types:  Importer: it imports data from other spreadsheets;  Exporter: it exports data to other spreadsheets;  Intermediate: it is both an importer and an exporter at the same time, and at least one exported cell is a function of an imported cell (via direct inclusion or formulas).  Components of the platform:  A centralized server-side Composition Platform supports the execution of spreadsheet data exportation and importation, manages user accounts, and synchronizes data across dependent spreadsheets;  A Client Plug-in integrated in the end-user spreadsheet application. It interacts with the composition platform by means of messages exchange and allows the user to import/export data through a graphical UI. 8
  • 9. cipi Computer Platform Research Center - CIPI Platform architecture and operating principles (2/2)  Operating principles:  The exporter contribution update is periodically performed by each exporter Plug-in towards the platform;  The importer spreadsheet update is periodically performed by the importer Plug-in. The Plug-in periodically polls the platform for new contributions or updates;  The data propagation function works as follows: • When a client Plug-in realizes that the spreadsheet is intermediate it uploads the entire spreadsheet on the platform. Every time an intermediate spreadsheet is updated the Plug-in performs a new upload. • When an intermediate spreadsheet is offline, the platform runs a local spreadsheet engine in order to recalculate the exported ranges based on fresh import ranges. 9
  • 10. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 10
  • 11. Computer Platform Research Center - CIPI Platform implementation  The Client Plug-in must be installed on nodes running the MS Excel software (developed through the Visual Studio Tool for Office)  The Plug-in and the Composition Platform communicate by means of SOAP-based APIs  The DB stores the importations, exportations, and the dependencies among spreadsheets  The Excel Server component runs the intermediate spreadsheets when needed (i.e., an update in the exporting file occurred)  The importing spreadsheets poll the Composition Server to retrieve updated data 11
  • 12. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 12
  • 13. cipi Computer Platform Research Center - CIPI Hierarchical Enterprise Spreadsheet Mashup – HESM (1/3)  The main concepts in HESMs are:  Master Organizational Unit (MOU)  Contributing Organizational Units (COU) Composition Platform  Space Composition Platform Unit 1 spreadsheet  Master Spreadsheet A-COU1 range B-COU1 range  Chain of spaces “A” space A-COU1 range A-COU2 range A-COU2 range B-COU2 range “A” space “B” space Unit 1 “A” Master Organizational Unit (A-MOU) Unit 5 Unit 4 Unit 1 Unit 1 spreadsheet “B” Master Organizational Unit (B-MOU) Unit 3 Unit 2 “A” Master Organizational Unit (A-MOU) “B” Contributing Org. Unit 2 (B-COU2) “A” Co “A” Master spreadsheet “A” Contributing Org. Unit 2 (A-COU2) “B” Contributing Org. Unit 1 (B-COU1) (A-COU1) “A” Contributing Org. Unit 1 Unit 5 spreadsheet Unit 4 spreadsheet “B” Master spreadsheet “A” Master spreadsheet Unit 3 spreadsheet Unit 2 spreadsheet Unit 1 spreadsheet A-COU1 range B-COU2 range A-COU1 range B-COU1 A-COU2 range A-COU1 range range B-COU1 A-COU2 range B-COU2 range range A-COU2 range “B” space “A” space 13 space “A”
  • 14. cipi Computer Platform Research Center - CIPI Hierarchical Enterprise Spreadsheet Mashup – HESM (2/3) Case Study: the Car Dealer Example  The company is organized in an hierarchical way:  Car Dealers – CDs interact with costumers  A set of CDs located in a certain area are managed by the same Area Sales Manager - ASM  A set of ASMs located in a certain region are managed by the same Regional Sales Manager – RSM  There are different relationships among actors:  CDs keep track of their sales in their own spreadsheets  CDs are the COUs of the spreadsheet owned by the related ASM (i.e., the MOU of this relationship)  ASMs keep track of the regional sales in their own spreadsheets  ASMs are the COUs of the spreadsheet owned by the related RSM (i.e., the MOU of this relationship) 14
  • 15. cipi Computer Platform Research Center - CIPI Hierarchical Enterprise Spreadsheet Mashup – HESM (3/3) Case Study: the Car Dealer Example (Screenshots) 15
  • 16. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 16
  • 17. cipi Computer Platform Research Center - CIPI Discussion  Other Spreadsheet-based Mashup tools focus on the integration of different data sources into Spreadsheets  On the contrary we focus on the distributed and always-on composition of spreadsheets  Our approach can be seen as complementary with respect to the platforms that import different data sources and convert them to spreadsheet cells  The proposed solution aims at modeling the hierarchical structure of enterprises as shown in the Car Dealer case study  The proposed solution may take advantage of the emerging Cloud Computing paradigm in two different ways:  In a Infrastructure as a Service – IaaS scenario, the Composition Platform might run on a Virtual Machine deployed “in-the-cloud” (e.g., it might be an Amazon Machine Image – AMI deployed on the Amazon EC2 Cloud)  In a Software as a Service – SaaS scenario, the Composition Platform might rely on the Google Spreadsheet APIs which allow to manipulate spreadsheets stored “in-the-cloud” 17
  • 18. cipi Computer Platform Research Center - CIPI Agenda 1. Introduction 2. Requirements 3. Platform architecture and operating principles 4. Platform implementation 5. Hierarchical Enterprise Spreadsheet Mashup 6. Discussion 7. Conclusion 18
  • 19. cipi Computer Platform Research Center - CIPI Conclusion  We designed a spreadsheet Mashup tool which allow to:  Create distributed spreadsheet composition  Update the spreadsheet composition automatically even if one or more components are offline (Always-on feature)  Reflect the hierarchical structure of enterprises where actors working at different levels contribute to the creation of aggregated information  We implemented a prototype of the system presenting the following features:  The client Plug-in is implemented to run on the Microsoft Office system  The Client/Server communication architecture is based on SOAP messages exchange  It manages the automatic update of complex spreadsheet composition through the execution of intermediate spreadsheets  Future works  Security  Versioning  Spreadsheet Mashups “in-the-cloud” 19
  • 20. cipi Computer Platform Research Center - CIPI Thank you for your attention 20
  • 21. cipi Computer Platform Research Center - CIPI Other CIPI’s research activities Few words about our prototype based on the Wiring paradigm…  It aims at combining data and services regardless the specific technologies used for their implementation (e.g., RSS Feed, Rest WS, SOAP WS, etc.)  We re-use the Service Creation Environment developed during the FP6 project called OPUCE (Open Platform for User-Centric Creation and Execution)  We developed a platform for the execution of Event Driven Mashups (i.e., each basic block may generate one or more events during its execution)  We implemented different versions of the execution platform based on different technologies (Web Services, Java Message Service – JMS, and Plain JAVA code over Virtualized environments) 21