Building Open-Source Based Architecture of Enterprise Applications for Business Intelligence

Size: px
Start display at page:

Download "Building Open-Source Based Architecture of Enterprise Applications for Business Intelligence"

Transcription

1 Building Open-Source Based Architecture of Enterprise Applications for Business Intelligence TOMAS CHLOUBA Department of Informatics and Quantitative Methods University of Hradec Kralove Rokitanskeho 62, Hradec Kralove, CZECH REPUBLIC DANIEL KMINEK Abstract: - The paper inquires into the area of enterprise application development and open-source based technologies. Basic principles of enterprise application development and open-source technologies are described. The paper then focuses on the possibilities of using open-source and open-source based technologies in the area of enterprise applications. The first part describes the methodology, which was created for the purpose of the study of open-source technologies and their usability for enterprise class applications. The second part contains an example of how the methodology was used in practice for the research of open-source technologies for system integration, with special focus on data mining, data analysis and representation in the form of management reports. This was used to build a Business Intelligence solution, integrated from opensource technologies. The methodology also reflects the current problem with the lack of skilled information technology professionals by focusing on simple and effective solutions, that can easily be integrated, managed and maintained. The results of the research are described in detail in the form of Best Practices and Recommendations for future researchers. Key-Words: - business intelligence, open-source, enterprise 1 Introduction In today's IT world, where highly skilled IT professionals are valued, the development of complex software becomes more and more expensive as the software complexity grows. The lack of software developers and also the price to keep one leads to finding new ways of decreasing costs with respect to quality and security. One of the steps to consider is using open-source technologies [3]. These technologies have advantages and disadvantages as described further, but the main concern is if these technologies can stand up to commercial solutions and are capable of competing with such solutions when picked carefully and put together. This paper describes the methodology for choosing the proper open-source technology with respect to several aspects, some of which are specific to open-source [4]. The methodology can then be used by anyone trying to put together a open-source project and it simplifies the start with open-source technologies. Another advantage of the methodology and the project itself is that a real life project has been put together and is working effectively based on the methodology. The examples written in this paper can serve as another source of information for anyone trying to achieve the same. 2 Methodology The methodology of choosing a suitable opensource technology for the needs of the organization is composed of several steps as described later in this chapter. This methodology is based on real life experience with picking suitable open-source tools to create a Business Intelligence solution. The choosing of components for the Business ISBN:

2 Intelligence solution is later described and this methodology is applied. There are several aspects that have to be taken into consideration when choosing an opensource project to build a solution on it [5]. Whether the aspects noted here are relevant to the project must always be considered. While some aspects may be more important than others, weight may be attributed to the aspects as to increase or decrease its importance. This methodology does not include the specifics of the inner workings of the research and development team but rather focuses on the tasks required to build an open-source solution. This includes identifying the requirements of the project, mapping technological components to these requirements and then choosing the right technology with respect to the original requirements and other general aspects, including the integrability of the component. When considering using open-source technologies, there are some risks, that should be considered with every such technology. These are included in the aspects that follow. The aspects of every open-source software, that must be considered before choosing the proper technology for the job are support, security, quality, manageability, quick changes, backwards compatibility and integration. One must always consider whether the considered aspect is relevant to the task at hand. The aspects are described below. support Before picking a technology, the support for this technology should be considered. User and administration manuals, other available documentation, tutorials, user forums and the community size around the technology are the aspects to be considered here. security To find out if a technology is secure enough for the purpose intended, implementations of this technology should be identified and their security incidents considered. The amount and severity of known issues of the project will also tell us about the product a lot, however time to fix should be an aspect in this case as well. quality The quality of the product is hardly identifiable, but we can simply compare the product features with the identified requirements and consider if they are fulfilled. manageability Whether the product is self sustainable or requires continuous management and intervention. Managing the product may be more expensive than purchasing a commercial license. quick changes Open-source products have the advantage of often being developed very quickly, but we should be aware of the fact, that fast changes mean that a level of uncertainty is introduced and quick development may introduce more issues into the software. That would increase the maintenance costs. Usage of a snapshot can be considered, however that stops us from being able to upgrade the product. backwards compatibility As open-source software is often developed fast, backward compatibility may sometimes not be a concern for the developers, meaning that upgradability will decrease, because upgrading to a newer version of a product with new API for example may be very expensive, because programmatical intervention may be required, the software would have to be retested etc. integration When considering an open-source product as a component of a system, the possibilities of integration must be considered for such a product. Public API, input and output formats and common logging interface are few of the aspects that must be considered in this case. The above aspects are specific to open-source technologies, where they are usually more important than when using commercial products. There are of course other aspects, which should be considered, primarily whether the product fulfills the given requirements, if it is platform independent etc. The aspects in this methodology should thus be included among all the aspects being considered when picking an open-source technology. After all of the aspects are considered a comparison table should be put together and the most suitable product should be chosen. If the individual aspects are attributed weight, than some calculations first have to be made to get ISBN:

3 the proper numbers for consideration. The above methodology is specific to open-source technologies, but not any specific area. As it is with every methodology, the real requirements are the basis for the picking of a technology, these general rules are guidelines of how to pick the right one, but sometimes some of the aspect may not be as important (or at all important) as others. (For example an intranet application may not have such high requirements for security as a public web application.) 3 Requirements To start the research of specific components needed for the system, the key requirements first have to be identified. Based on the functionality needed by the Business Intelligence solution, primary functional requirements were identified. Other nonfunctional and functional requirements rose from the demands of such a solution and are explained with each requirement. 3.1.General requirements The identified general requirements are: extensibility The possibility to interchange or add another component. Also includes the extensibility of the component by coding additional functionality. flexibility How quick can the changes be implemented under given conditions. integrability The possibility to connect with existing systems the customer uses. This includes identity management, portal technologies and notifications. open-source The code of the component is available under one of the open-source licenses. simple installation The main package should be installable simply and quickly. Under the assumption the source data and infrastructure are available, the standard functionality should be installable in one day Technological requirements The identified technological requirements are: data security Securing data against unauthorized access, changes and deletes. ETL (extract, transform, load) Job scheduling. OLAP (online analytical processing) Support for OLAP data views, drill through, drilldown. OLAP data views may be extended later. support for essential data For Business Intelligence, the essential data are time, organizational structure and chart of account. internet application The final application should be available with a thin client, not requiring the client to install anything for the end user Modules The identified modules are: operating metrics These are filters for every attribute where it makes sense (panel, page and metrics filters), charts and their different types, to display data, and also output formats (xls, pdf, etc.). modeling The possibility to create persistent modeling reports, which can later be viewed by an authorized viewer or exported into one of the output formats. modeling for CPM (Corporate Performance Management) The possibility of modeling data for CPM based on the entries from the end user. Done by whatif analysis, allowing for the change of input parameters (costs allocation, what-if analysis of past data, future planning). application administration Primarily consists of the working with jobs, their scheduling, evidence and controlling, with minimum programming knowledge. Jobs must be autonomous, log their activity and also allow to be merged with manual jobs in a single place. The requirement of minimum programming knowledge means that the jobs should be controlled by a well designed graphical user interface, which should inform about the job status, variable status of variables used by the jobs, subtasks of the jobs and the mode of the ISBN:

4 job (run, step by step, out of scheduling). It should also allow the editing of job status (manual job), cancelling or pausing of the job, adding or deleting a job, work with variables after the job is running, skip subtasks, define configuration for the jobs, change the job mode and edit job configuration. The jobs must be well secured, so that unauthorized users do not get access to the jobs GUI requirements The identified GUI requirements are: general GUI standards This means that the solution is optimized for a specific screen resolution, every panel, page and metrics have help available, color standards are supported for charts, tables and problem areas. GUI structure The first level of the GUI is the dashboard, every panel composes of pages. Every page then contains the specific metrics. integrated search Data mining feature with a page where the user can search for non trivial, hidden and potentionally useful information from the data available. Can be compared to advanced search in common applications. The above are only examples of valid requirements for the application. These requirements have to be described in more detail in order for the solution to be designed better, however that is not in the scope of this paper. There are also component requirements for a Business Intelligence system [1]. The composition and base components of a Business Intelligence systems are discussed a lot and it is unclear how the base components should be identified. However most of the authors agree on these base components of a Business Intelligence system: Data Warehouses / Data Sources Data sources are necessary so that relevant data can be accessed and transformed, possibly to data warehouses to allow fast analytical processing of the relevant data. Decision Support Analysis Business Intelligence is about delivering information mined from data available. This information can then be used in planning tools to project futures for management and thus support their decision making process [2]. Integrated Reporting A single reporting tool along the entire organization is very powerful, it should allow the users to generate customized reports as well as offer high quality predefined reports. Executive Dashboard All of the information, available from the Business Intelligence system should be displayed in a way that is comprehensible and easily accessible, such as a web portal. 4. Components The goal is to build a Business Intelligence solution, which has to have several components. Not all of the components used are described here, a few were chosen as an example of how the technologies were picked according to the methodology. For example data storage technologies are not described here. Commercial software was also compared with the open-source solutions, but as it was not used in any of the areas in the end, it is not in the scope of this paper Data Warehouses / Data sources Part of the process of working with data are ETL (Extract, Transform, Load) processes. These processes serve as a mechanism for gathering data from the organization using the Business Intelligence tools, data processing and storing in the form of source data for reporting. Two tools were chosen for consideration, Talend Open Studio and Pentaho Data Integration (formerly Kettle). During the research, it was found that Pentaho Data Integration Solution is not open enough and does not fulfill all of the requirements. Talend Open Studio was chosen as the ETL component, because of its simple and wide integrability with other systems, and the possibility to simply extend this tool Decision Support Analysis In the area of decision support, mainly tools for planning were considered. No suitable tool was found, the only tools available provide only backend support. This may be due to the high ISBN:

5 complexity of planning systems and the fact that these tools need to suit very specific needs and sometimes even contain artificial intelligence components for further analysis of future development. Planning tool thus has to be created from scratch Integrated Reporting For reporting, three tools were considered, Business Intelligence and Reporting Tools (BIRT), JasperReports and Pentaho Reporting. Business Intelligence and Reporting Tools (BIRT) is a Business Intelligence and reporting tool. It is a project of the Eclipse Foundation and is distributed under the Eclipse Public License as open-source. It is written in Java and targeted for web applications. BIRT has three main components - visual report designer (part of the Eclipse IDE), a runtime component for the generation of reports, which can be integrated into any Java environment and a module for the creation of charts. BIRT reports are generated in XML and can be connected to several data sources (SQL database, JDO data storage, JFire objects, POJO objects, XML, Web Services, etc.). The BIRT project has very good official and unofficial (user forums) support, it has a support for JDBC, XML, Web Services and CSV as input formats. Its analytical components include data reports, charts, two-dimensional display, the reports can be exported into HTML, PDF, XLS, DOC, PPT, Postscript and CSV. The implementation of the solution is simple and a tutorial is available. JasperReports is a reporting engine written in Java. It can be integrated with almost any data source and has a wide variety of output formats. Part of JasperReports is ireport, a tool for graphical creation of reports. JasperReports also has its own server module, JasperServer. Pentaho Reporting is part of the Pentaho Business Intelligence Suite and provides web access to reports in the portal. The Pentaho tool is very easy to use and the creation of reports is fairly simple. It has a smaller variety of output formats, but these are still sufficient. BIRT was the tool that was chosen among these three, because it fully fulfilled the original requirements, allowed great extensibility and simple integration with data sources, has an effective support, detailed documentation and large community. It can also be integrated in almost any portal solution Executive Dashboard The goal for the end users is to display all available information in a user friendly way, all in one place. To achieve this, a web portal is a suitable solution. Two tools were considered, Liferay and Jetspeed 2. Both of these portals are Java-based. Liferay is a portal solution, consisting of individual components - portlets. New portlets can be easily integrated into the portal and the administration of portlets and the portal itself is very simple. The support for Liferay is well available and Liferay also has a large community of users. Jetspeed 2 has two modes - portal solution or JetUI rendering engine based solution. JetUI allows the display of own components. Liferay was chosen as the portal solution, due to the lack of JetUI features to display all of the required components and the fatct, that Jetspeed has a significantly smaller user base. 5 Conclusion The paper describes the possibilities of using open-source products in enterprise class applications with the focus on the area of Business Intelligence. First the motivation for this paper is described. Than in the first part of the paper, the methodology, designed for choosing a proper open-source technology is presented. This methodology comes from practical usage of the open-source technologies and their choosing. It is a general description and it may simplify the choosing of an opensource technology for organizations, which are considering using them, but have no or little experience in doing so. The methodology has proven to be very effective and useful as can be seen in the second part of the paper, where the original methodology is applied to the problematic of picking suitable components for a Business Intelligence solution. The paper concludes with the description of the final solution, which has proven that it satisfies the ISBN:

6 requirements for such a solution. The next step may be to apply the methodology to different areas of open-source and revise it to better reflect other risks and benefits of open-source.. References: [1] Donovan A. Schneider, Practical considerations for real-time business intelligence, Proceedings of the 1st international conference on Business intelligence for the real-time enterprises, [2] Jia Xiaoliang, Tian Xitian, Zhang Zhenming, Process planning data mining technology based on object-oriented modeling, Proceedings of the third conference on IASTED International Conference: Advances in Computer Science and Technology, [3] Fernando Almeida, José Cruz, Open source unified communications: the new paradigm to cut costs and extend productivity, Proceedings of the Workshop on Open Source and Design of Communication, [4] Vijay K. Gurbani, Anita Garvert, James D. Herbsleb, A case study of open source tools and practices in a commercial setting, Proceedings of the fifth workshop on Open source software engineering, [5] Uzma Raja, Evelyn Barry, Investigating quality in large-scale Open Source Software, Proceedings of the fifth workshop on Open source software engineering, ISBN:

Open Source Business Intelligence Intro

Open Source Business Intelligence Intro Open Source Business Intelligence Intro Stefano Scamuzzo Senior Technical Manager Architecture & Consulting Research & Innovation Division Engineering Ingegneria Informatica The Open Source Question In

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

Do you know how your TSM environment is evolving?

Do you know how your TSM environment is evolving? Trend reporting for Tivoli Storage Manager Holger Speh Consulting IT Specialist Do you know how your TSM environment is evolving? Healthy? Well integrated? Data Growth? Accounting? 2 2 Historical Reporting

More information

Dashboards as a management tool to monitoring the strategy. Carlos González (IAT) 19th November 2014, Valencia (Spain)

Dashboards as a management tool to monitoring the strategy. Carlos González (IAT) 19th November 2014, Valencia (Spain) Dashboards as a management tool to monitoring the strategy Carlos González (IAT) 19th November 2014, Valencia (Spain) Definitions Strategy Management Tool Monitoring Dashboard Definitions STRATEGY From

More information

Open Source BI Platforms: a Functional and Architectural Comparison Matteo Golfarelli DEIS University of Bologna Agenda: 1. Introduction 2. Conduct of the Comparison 3. Platforms description 4. Discussion

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

TURN YOUR DATA INTO KNOWLEDGE

TURN YOUR DATA INTO KNOWLEDGE TURN YOUR DATA INTO KNOWLEDGE 100% open source Business Intelligence www.spagobi.org @spagobi Why choose SpagoBI suite? A COMPREHENSIVE PRODUCT A complete, innovative and flexible suite allowing you to

More information

RRF Reply Reporting Framework

RRF Reply Reporting Framework RRF Reply Reporting Framework Introduction The increase in the services provided in the telco market requires to carry out short and long-term analyses aimed at monitoring the use of resources and timely

More information

How To Choose A Business Intelligence Toolkit

How To Choose A Business Intelligence Toolkit Background Current Reporting Challenges: Difficulty extracting various levels of data from AgLearn Limited ability to translate data into presentable formats Complex reporting requires the technical staff

More information

Product Summary of XLReporter with OPC Servers

Product Summary of XLReporter with OPC Servers Product Summary of XLReporter with OPC Servers SyTech, Inc. Page 1 Contents Summary...3 SYTECH is THE REPORT COMPANY... 3 Product Overview...4 XLREPORTER EDITIONS... 4 DATA INTERFACES... 5 ARCHITECTURES...

More information

Service Quality Analytics and Visualizations. SLA Suite

Service Quality Analytics and Visualizations. SLA Suite SLA Suite SLA Suite System features Data sources are typically 3rd party management and OSS systems: performance probes and event/log managers, trouble ticketing applications, alarm managers, etc. The

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

Vendor: Brio Software Product: Brio Performance Suite

Vendor: Brio Software Product: Brio Performance Suite 1 Ability to access the database platforms desired (text, spreadsheet, Oracle, Sybase and other databases, OLAP engines.) yes yes Brio is recognized for it Universal database access. Any source that is

More information

B.Sc (Computer Science) Database Management Systems UNIT-V

B.Sc (Computer Science) Database Management Systems UNIT-V 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used

More information

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers 60 Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative

More information

How To Build A Business Intelligence Suite On Java (Bio)

How To Build A Business Intelligence Suite On Java (Bio) Jaspersoft Business Intelligence Suite The Jaspersoft Business Intelligence Suite builds on JasperReports and ireport, the world s most popular open source Java reporting library and graphical report designer,

More information

SpagoBI: the 100% open source, complete and flexible Business Intelligence suite www.spagobi.org

SpagoBI: the 100% open source, complete and flexible Business Intelligence suite www.spagobi.org SpagoBI: the 100% open source, complete and flexible Business Intelligence suite www.spagobi.org. Engineering Group and its logo are trademarks of Engineering Group. Visit: www.spagobi.org www.spagoworld.org

More information

Ernesto Ongaro BI Consultant February 19, 2013. The 5 Levels of Embedded BI

Ernesto Ongaro BI Consultant February 19, 2013. The 5 Levels of Embedded BI Ernesto Ongaro BI Consultant February 19, 2013 The 5 Levels of Embedded BI Saleforce.com CRM 2013 Jaspersoft Corporation. 2 Blogger 2013 Jaspersoft Corporation. 3 Linked In 2013 Jaspersoft Corporation.

More information

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ

More information

itop: the open-source ITSM solution

itop: the open-source ITSM solution itop: the open-source ITSM solution itop is a multi-client web portal designed for service providers and businesses. Simple and easy to use, it allows all configuration items and their relationships to

More information

Easy configuration of NETCONF devices

Easy configuration of NETCONF devices Easy configuration of NETCONF devices David Alexa 1 Tomas Cejka 2 FIT, CTU in Prague CESNET, a.l.e. Czech Republic Czech Republic alexadav@fit.cvut.cz cejkat@cesnet.cz Abstract. It is necessary for developers

More information

Pentaho Reporting Overview

Pentaho Reporting Overview Pentaho Reporting Copyright 2006 Pentaho Corporation. Redistribution permitted. All trademarks are the property of their respective owners. For the latest information, please visit our web site at www.pentaho.org

More information

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining BUSINESS INTELLIGENCE Bogdan Mohor Dumitrita 1 Abstract A Business Intelligence (BI)-driven approach can be very effective in implementing business transformation programs within an enterprise framework.

More information

ACEYUS REPORTING. Aceyus Intelligence Executive Summary

ACEYUS REPORTING. Aceyus Intelligence Executive Summary ACEYUS REPORTING Aceyus Intelligence Executive Summary Aceyus, Inc. June 2015 1 ACEYUS REPORTING ACEYUS INTELLIGENCE EXECUTIVE SUMMARY Aceyus Intelligence is a suite of products for optimizing contact

More information

Aspose.Cells Product Family

Aspose.Cells Product Family time and effort by using our efficient and robust components instead of developing your own. lets you open, create, save and convert files from within your application without Microsoft Excel, confident

More information

Sybase Unwired Platform 2.0

Sybase Unwired Platform 2.0 white paper Sybase Unwired Platform 2.0 Development Paradigm www.sybase.com TABLE OF CONTENTS 1 Sybase Unwired Platform 1 Mobile Application Development 2 Mobile Business Object (MBO) Development 4 Mobile

More information

Actuate Business Intelligence and Reporting Tools (BIRT)

Actuate Business Intelligence and Reporting Tools (BIRT) Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against

More information

Reporting and Visualization of Healthcare Data Using Open Source Technology. Virgil Dodson, Actuate

Reporting and Visualization of Healthcare Data Using Open Source Technology. Virgil Dodson, Actuate Reporting and Visualization of Healthcare Data Using Open Source Technology Virgil Dodson, Actuate 1 Actuate Corporation 2012 Today s Agenda and Goals Background The Emergence of the BIRT Project Getting

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

TURN YOUR DATA INTO KNOWLEDGE

TURN YOUR DATA INTO KNOWLEDGE TURN YOUR DATA INTO KNOWLEDGE 100% open source Business Intelligence and Big Data Analytics www.spagobi.org @spagobi Copyright 2016 Engineering Group, SpagoBI Labs. All rights reserved. Why choose SpagoBI

More information

StruxureWare TM Data Center Operation

StruxureWare TM Data Center Operation StruxureWare TM Data Center End to end Management (DCIM) software for monitoring, control of power, cooling, security and energy usage from the building through IT systems Part of StruxureWare for Data

More information

The only 100% open source, complete and flexible Business Intelligence suite

The only 100% open source, complete and flexible Business Intelligence suite The only 100% open source, complete and flexible Business Intelligence suite by SpagoBI Competency Center - Engineering Group SpagoBI was awarded the Open Innovation Award at Open World Forum 2011 April

More information

Palo Open Source BI Suite

Palo Open Source BI Suite Palo Open Source BI Suite Matthias Wilharm BI Consultant matthias.wilharm@trivadis.com Winterthur, 24.09.2008 Basel Baden Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart

More information

TECHNICAL PAPER. Infor10 ION BI: The Comprehensive Business Intelligence Solution

TECHNICAL PAPER. Infor10 ION BI: The Comprehensive Business Intelligence Solution TECHNICAL PAPER Infor10 ION BI: The Comprehensive Business Intelligence Solution Table of contents Executive summary... 3 Infor10 ION BI overview... 3 Architecture... 5 Core components... 5 Multidimensional,

More information

NEMUG Feb 2008. Create Your Own Web Data Mart with MySQL

NEMUG Feb 2008. Create Your Own Web Data Mart with MySQL NEMUG Feb 2008 Create Your Own Web Data Mart with MySQL Jim Mason jemason@ebt-now.com ebt-now copyright 2008, all rights reserved What We ll Cover System i Web Reporting solutions Enterprise Open-source

More information

Open Source Business Intelligence

Open Source Business Intelligence Open Source Business Intelligence Stefano Scamuzzo Senior Technical Manager Architecture & Consulting Research & Innovation Division Engineering Ingegneria Informatica The Open Source Question In many

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

OpenText Media Management Audit Module FAQ

OpenText Media Management Audit Module FAQ OpenText Media Management Audit Module FAQ Collect valuable metrics, analytics, and information about your OpenText Media Management system Introduction Audit capability is a must-have for next-generation

More information

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP

CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within

More information

Open Source BI Platforms: a Functional and Architectural Comparison

Open Source BI Platforms: a Functional and Architectural Comparison Open Source BI Platforms: a Functional and Architectural Comparison Matteo Golfarelli DEIS, University of Bologna, Viale Risorgimento 2, Bologna, Italy matteo.golfarelli@unibo.it Abstract. While in the

More information

PROVIDING INSIGHT FOR OPERATIONAL SUCCESS

PROVIDING INSIGHT FOR OPERATIONAL SUCCESS idashboards for Operations Management PROVIDING INSIGHT FOR OPERATIONAL SUCCESS idashboards helped Precoat move from manual data mining and paper reports to a system that allows us to identify best practices

More information

Jason Essig DBMS Consulting OCUG 2009 New Orleans 06 October 2009 CTMS Focus Group Session 18

Jason Essig DBMS Consulting OCUG 2009 New Orleans 06 October 2009 CTMS Focus Group Session 18 Comparisons of Oracle Business Intelligence (BI) Reporting solutions for CTMS Reporting vs. Actuate vs. Cognos Jason Essig DBMS Consulting OCUG 2009 New Orleans 06 October 2009 CTMS Focus Group Session

More information

BusinessObjects XI R2 Product Documentation Roadmap

BusinessObjects XI R2 Product Documentation Roadmap XI R2 Product Documentation Roadmap XI R2 indows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which may cover products that are offered

More information

IBM SOA Foundation products overview

IBM SOA Foundation products overview IBM SOA Foundation products overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this unit, you

More information

EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM

EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM DOI: http://dx.doi.org/10.7708/ijtte.2015.5(1).06 UDC: 629.7.051 EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM Gordana Radivojević 1,2, Bratislav Lazić 2, Gorana Šormaz 3 1 University

More information

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya Chapter 6 Basics of Data Integration Fundamentals of Business Analytics Learning Objectives and Learning Outcomes Learning Objectives 1. Concepts of data integration 2. Needs and advantages of using data

More information

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

More information

IBM Cognos Business Intelligence License Descriptions

IBM Cognos Business Intelligence License Descriptions IBM Cognos Business Intelligence License Descriptions March 18, 2014 IBM Cognos Business Intelligence License Descriptions This document describes the capabilities associated with IBM Cognos Business Intelligence

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

Connecting Pentaho Suite applications with Microsoft SQL Server Analysis Services

Connecting Pentaho Suite applications with Microsoft SQL Server Analysis Services Connecting Pentaho Suite applications with Microsoft SQL @stratebi - April 2014 www.stratebi.com - www.todobi.com Index 1 SCOPE OF THIS DOCUMENT... 3 2 ENVIRONMENT... 3 2.1 Software Used... 3 2.2 Prerequisites...

More information

Prognoz Payment System Data Analysis. Description of the solution

Prognoz Payment System Data Analysis. Description of the solution Description of the solution Prognoz, 2015 Content 1. Goals and Tasks. 3 2. Proposed Architecture... 4 3. Functionality... 5 3.1 Payment system operation analysis... 5 3.2 Cash flow monitoring and analysis

More information

Port and Container Terminal Analytics

Port and Container Terminal Analytics Port and Container Terminal Analytics Contents 1. Goals and Tasks... 2 2. Proposed Architecture... 3 3. Functionality... 4 3.1. Reports... 4 3.2. Freight turnover analysis... 5 3.3. Port operations analysis...

More information

www.ducenit.com Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper

www.ducenit.com Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper Self-Service Business Intelligence: The hunt for real insights in hidden knowledge Whitepaper Shift in BI usage In this fast paced business environment, organizations need to make smarter and faster decisions

More information

Reporting component for templates, reports and documents. Formerly XML Publisher.

Reporting component for templates, reports and documents. Formerly XML Publisher. Fusion Middleware Product TLA Description Comments Access Manager OAM Offers single-sign on, access policy creation and enforcement, self-service, delegated administration, password management, reporting

More information

idashboards FOR SOLUTION PROVIDERS

idashboards FOR SOLUTION PROVIDERS idashboards FOR SOLUTION PROVIDERS The idashboards team was very flexible, investing considerable time working with our technical staff to come up with the perfect solution for us. Scott W. Ream, President,

More information

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?

More information

SAS BI Course Content; Introduction to DWH / BI Concepts

SAS BI Course Content; Introduction to DWH / BI Concepts SAS BI Course Content; Introduction to DWH / BI Concepts SAS Web Report Studio 4.2 SAS EG 4.2 SAS Information Delivery Portal 4.2 SAS Data Integration Studio 4.2 SAS BI Dashboard 4.2 SAS Management Console

More information

Sybase Unwired Platform 2.1.x

Sybase Unwired Platform 2.1.x white paper Sybase Unwired Platform 2.1.x Development Paradigm www.sybase.com Table of Contents 1 Sybase Unwired Platform 2 Mobile Application Development 3 Mobile Business Object (MBO) Development 5 Mobile

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review Business Intelligence for A Technical Overview WHITE PAPER Cincom In-depth Analysis and Review SIMPLIFICATION THROUGH INNOVATION Business Intelligence for A Technical Overview Table of Contents Complete

More information

Jaspersoft Business Intelligence Suite

Jaspersoft Business Intelligence Suite Jaspersoft Business Intelligence Suite The Jaspersoft Business Intelligence Suite builds on JasperReports and ireport, the world s most popular open source Java reporting library and graphical report designer,

More information

Data Sheet: Work Examiner Professional and Standard

Data Sheet: Work Examiner Professional and Standard Data Sheet: Work Examiner Professional and Standard Editions Overview One of the main problems in any business is control over the efficiency of employees. Nowadays it is impossible to imagine an organization

More information

CONCEPTUAL FRAMEWORK OF BUSINESS INTELLIGENCE ANALYSIS IN ACADEMIC ENVIRONMENT USING BIRT

CONCEPTUAL FRAMEWORK OF BUSINESS INTELLIGENCE ANALYSIS IN ACADEMIC ENVIRONMENT USING BIRT CONCEPTUAL FRAMEWORK OF BUSINESS INTELLIGENCE ANALYSIS IN ACADEMIC ENVIRONMENT USING BIRT Julaily Aida Jusoh, Norhakimah Endot, Nazirah Abd. Hamid, Raja Hasyifah Raja Bongsu, Roslinda Muda Faculty of Informatics,

More information

TDAQ Analytics Dashboard

TDAQ Analytics Dashboard 14 October 2010 ATL-DAQ-SLIDE-2010-397 TDAQ Analytics Dashboard A real time analytics web application Outline Messages in the ATLAS TDAQ infrastructure Importance of analysis A dashboard approach Architecture

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706

Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706 Breaking Barriers: Extending BI Outside Your Network Chris Mayer LaunchWorks Chance Barkley Amerisource Bergen Specialty Group SESSION CODE: 0706 Introductions Chris Mayer: Senior Business Analyst LaunchWorks

More information

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

Open Source meets Business Intelligence Seminar Business Intelligence Winter Term 06/07

Open Source meets Business Intelligence Seminar Business Intelligence Winter Term 06/07 Open Source meets Business Intelligence Seminar Business Intelligence Winter Term 06/07 Monika Podolecheva University of Konstanz Department of Computer and Information Science Tutor: Prof. M. Sholl, Prof.

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

Jaspersoft APIs. Integrating BI with your Applications. Community and Professional Editions

Jaspersoft APIs. Integrating BI with your Applications. Community and Professional Editions Jaspersoft s Integrating BI with your Applications Community and Professional Editions Jaspersoft Headquarters: 539 Bryant Street, Suite 100 San Francisco, CA 94107, USA www.jaspersoft.com Email: sales@jaspersoft.com

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Course Details Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional,

More information

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects Speaker: Kevin McManus Founder, LaunchWorks Learning Points Eliminate effort and delay of moving data to the cloud

More information

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training.

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training. Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1 We provide online instructor led Business Objects Training. BUSINESS OBJECTS XI 3.1 TRAINING CONTENT: Oracle (Basics) Universe

More information

Network Operations Visibility Real Time Dashboard that Connects the Field and Business Management

Network Operations Visibility Real Time Dashboard that Connects the Field and Business Management www.sl-j.co.jp APNOMS 2005 Special Session 2-4 Network Operations Visibility Real Time Dashboard that Connects the Field and Business Management Yoshie Hashima President & Representative Director SL Japan

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

Enterprise Facility Management Software

Enterprise Facility Management Software Enterprise Facility Management Software How your environment can benefit from enteliweb systems Scheduling Event scheduling in enteliweb allows occupancy to be associated with specific date ranges or recurrences.

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

Integrity 10. Curriculum Guide

Integrity 10. Curriculum Guide Integrity 10 Curriculum Guide Live Classroom Curriculum Guide Integrity 10 Workflows and Documents Administration Training Integrity 10 SCM Administration Training Integrity 10 SCM Basic User Training

More information

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets ElegantJ BI White Paper Considering the Alternatives Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com

More information

Business Intelligence, Analytics & Reporting: Glossary of Terms

Business Intelligence, Analytics & Reporting: Glossary of Terms Business Intelligence, Analytics & Reporting: Glossary of Terms A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ad-hoc analytics Ad-hoc analytics is the process by which a user can create a new report

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

Introducing CXAIR. E development and performance

Introducing CXAIR. E development and performance Search Powered Business Analytics Introducing CXAIR CXAIR has been built specifically as a next generation BI tool. The product utilises the raw power of search technology in order to assemble data for

More information

The Right BI Tool for the Job in a non- SAP Applica9on Environment

The Right BI Tool for the Job in a non- SAP Applica9on Environment September 9 11, 2013 Anaheim, California The Right BI Tool for the Job in a non- SAP Applica9on Environment Speaker Name(s): Ty Miller Full Spectrum Business Intelligence Self Service Dashboards and Apps

More information

Getting Started. About Cisco Prime Service Catalog Reporting Solution. Reporting. Advanced Reporting. This chapter contains the following topics:

Getting Started. About Cisco Prime Service Catalog Reporting Solution. Reporting. Advanced Reporting. This chapter contains the following topics: This chapter contains the following topics: About Cisco Prime Service Catalog Reporting Solution, page 1 Reporting Workflow, page 2 Reporting Architecture and Components, page 2 Metrics and Attributes,

More information

BUILDING OLAP TOOLS OVER LARGE DATABASES

BUILDING OLAP TOOLS OVER LARGE DATABASES BUILDING OLAP TOOLS OVER LARGE DATABASES Rui Oliveira, Jorge Bernardino ISEC Instituto Superior de Engenharia de Coimbra, Polytechnic Institute of Coimbra Quinta da Nora, Rua Pedro Nunes, P-3030-199 Coimbra,

More information

Rocket CorVu NG. Rocket. Independence from Engineering. Powerful Data Visualization for Critical Decision-Making. brochure

Rocket CorVu NG. Rocket. Independence from Engineering. Powerful Data Visualization for Critical Decision-Making. brochure Rocket CorVu NG Powerful Data Visualization for Critical Decision-Making With Rocket CorVu NG, Business Intelligence (BI) technical users create applications that unlock the power of data to arm users

More information

Izenda & SQL Server Reporting Services

Izenda & SQL Server Reporting Services Izenda & SQL Server Reporting Services Comparing an IT-Centric Reporting Tool and a Self-Service Embedded BI Platform vv Izenda & SQL Server Reporting Services The reporting tools that come with the relational

More information

Technical White Paper The Excel Reporting Solution for Java

Technical White Paper The Excel Reporting Solution for Java Technical White Paper The Excel Reporting Solution for Java Using Actuate e.spreadsheet Engine as a foundation for web-based reporting applications, Java developers can greatly enhance the productivity

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your data quickly, accurately and make informed decisions. Spending

More information

Proposal for a Vehicle Tracking System (VTS)

Proposal for a Vehicle Tracking System (VTS) Proposal for a Vehicle Tracking System (VTS) 2 Executive Summary Intelligent Instructions is an IT product development and consulting company. At Intelligent Instructions, we focus on the needs of the

More information

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY AXIS 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com Table of Contents

More information

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI.

Cost Savings THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. THINK ORACLE BI. THINK KPI. MIGRATING FROM BUSINESS OBJECTS TO OBIEE KPI Partners is a world-class consulting firm focused 100% on Oracle s Business Intelligence technologies.

More information

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1 Easy to build and implement knowledge automation systems bring interactive decision-making expertise to Web sites. Here s proven technology that provides customized, specific recommendations to prospects,

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

CorHousing. CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including:

CorHousing. CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including: CorHousing CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including: Corporate, operational and service based scorecards Housemark indicators

More information

How To Use Sap Business Objects For Microsoft (For Microsoft) For Microsoft (For Pax) For Pax (For Sap) For Spera) For A Business Intelligence (Bio) Solution

How To Use Sap Business Objects For Microsoft (For Microsoft) For Microsoft (For Pax) For Pax (For Sap) For Spera) For A Business Intelligence (Bio) Solution SAP BusinessObjects FOR MICROSOFT ENVIRONMENTS MAKE BETTER DECISIONS TODAY SAP Solution Brief SAP BusinessObjects Business Intelligence Solutions SAP BusinessObjects FOR MICROSOFT ENVIRONMENTS SAP BusinessObjects

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information