Pentaho is business intelligence (BI) software that provides data integration, OLAP services, reporting, information dashboards, data mining and extract, transform, load (ETL) capabilities.[1][2] Its headquarters are in Orlando, Florida.[3] Pentaho was acquired by Hitachi Data Systems in 2015[4][5][6] and in 2017 became part of Hitachi Vantara.[7][8]

Pentaho
Original author(s)Pentaho Corporation
Developer(s)Hitachi Vantara
Stable release
9.5.0.0-xxx / May 31, 2023; 10 months ago (2023-05-31)
Operating systemWindows, Linux, Mac OS X
PlatformJava (software platform)
TypeBusiness Intelligence
LicensePentaho Community Edition (CE): Apache license version 2.0;

Pentaho Enterprise Edition (EE): Hitachi Commercial License
Websitewww.pentaho.com

Overview edit

Pentaho is a Java framework to create Business Intelligence solutions. Although most known for its Business Analysis Server (formerly known as Business Intelligence Server), the Pentaho software is indeed a couple of Java classes with specific functionality. On top of those Java classes one can build any BI solution.

The only exception to this model is the ETL tool Pentaho Data Integration - PDI (formerly known as Kettle.) PDI is a set of software used to design data flows that can be run either in a server or standalone processes. PDI encompasses Kitchen, a job and transformation runner, and Spoon, a graphical user interface to design such jobs and transformations.

Features such as reporting and OLAP are achieved by integrating subprojects into the Pentaho framework, like Mondrian OLAP engine and jFree Report. For some time by now those projects have been brought into Pentaho's curating. Some of those subprojects even have standalone clients like Pentaho Report Designer, a front-end for jFree Reports, and Pentaho Schema Workbench, a GUI to write XMLs used by Mondrian to serve OLAP cubes.

Pentaho offers enterprise and community editions of those software. The enterprise software is obtained through an annual subscription and contains extra features and support not found in the community edition. Pentaho's core offering is frequently enhanced by add-on products, usually in the form of plug-ins, from the company and the broader community of users.

Products edit

Server applications edit

Pentaho Enterprise Edition (EE) and Pentaho Community Edition (CE).

Product Offering Type Recent version (EE) Recent version (CE) Description
Pentaho BA Platform EE, CE Server application 7.1 7.1 Commonly referred to as the BI Platform, and recently renamed Business Analytics Platform (BA Platform), makes up the core software piece that hosts content created both in the server itself through plug-ins or files published to the server from the desktop applications. It includes features for managing security, running reports, displaying dashboards, report bursting, scripted business rules, OLAP analysis and scheduling out of the box.
Commercial plug-ins from Pentaho expand out-of-the-box features. A few open-source plug-in projects also expand capabilities of the server. The Pentaho BA Platform runs in the Apache Java Application Server. It can be embedded into other Java Application Servers.
Pentaho Analysis Services (Mondrian) EE, CE Server application 3.7.0 3.6.1 Pentaho Analysis Services, codenamed Mondrian, is an open-source OLAP (online analytical processing) server, written in Java.

It supports the MDX (multidimensional expressions) query language and the XML for Analysis and olap4j interface specifications. It reads from SQL and other data sources and aggregates data in a memory cache. Mondrian can be run separately from the Pentaho BI Platform, but is always bundled with the platform itself in both EE and CE versions.

Pentaho Dashboard Designer (PDD) EE Server plug-in 5.0.6 - A commercial plug-in provided to enterprise edition (EE) subscribers. It allows users to create dashboards, which are collections of other content components displayed together with the goal of providing a centralized view of key performance indicators (KPI)s and other business data movements, letting users monitor them and make decisions. Content components are usually individual Information graphics, tables, OLAP views or reports. The plug-in simplifies dashboard creation through the use of layout templates, drag-and-drop interaction and a GUI for providing parameters and inputs to dashboard components.
Pentaho Analysis (Analyzer) (PAZ) EE Server plug-in 5.0.6 - The Pentaho Analyzer plug-in provides a web-based, drag-and-drop OLAP viewer. It allows a user to visually create MDX queries by dragging parts of a previously defined Mondrian OLAP schema onto a canvas, where other activities can take place like filtering, sorting, creating calculated members from other measures, exporting the result table to PDF or MS Excel, and optionally graphing the data. It is also known to work on Apple iPads by using the Safari web browser.
Pentaho Interactive Reporting (PIR) EE Server plug-in 5.0.6 - This plug-in enables users to create ad hoc reports in a visual drag-and-drop fashion.
Pentaho Data Access Wizard EE, CE Server plug-in - - This plug-in is bundled with all servers and allows users to create new data sources for use throughout the system from other databases or CSV files uploaded to the server while using a setup wizard. During the steps of creating a data source users also are given a chance to create a data model describing how columns or fields relate to each other creating hierarchies of relationships like Time: Year, Quarters, Months, Weeks and Product Division, Category, Type etc. The resultant model is used by Mondrian and any other plug-in like Analyzer or Saiku to create new queries against the newly created data source. This component is part of what Pentaho introduces as agile BI, which simply means having a way to start from basic data and quickly iterate through steps to discover the proper way to structure, study and present the data.[9]
Pentaho Mobile EE Server piece 5.0.6 - A new addition since 4.5-GA suite that is a user interface adapted for use with the Apple iPad. It exposes all of the major functionality of OLAP analysis and running of reports and dashboards that allow greater interaction on a small, touchscreen. Mobile also adds features for bookmarking favorite content for easy access and the concept of opening several pieces of content in tabs.

Desktop/client applications edit

Product Offering Type Recent version Description
Pentaho Data Integration (PDI) EE, CE Desktop application EE : 9.5.0.0-xxx (2023/05) CE : 9.4.00-343 (2022/11) Pentaho Data Integration, codenamed Kettle, consists of a core data integration (ETL) engine, and GUI applications that allow the user to define data integration jobs and transformations. It supports deployment on single node computers as well as on a cloud, or cluster.
Pentaho for Big Data EE, CE PDI plug-in N/A Pentaho for Big Data is a data integration tool based on Pentaho Data Integration.[10] It allows executing ETL jobs in and out of big data environments such as Apache Hadoop or Hadoop distributions such as Amazon, Cloudera, EMC Greenplum, MapR, and Hortonworks.[11] It also supports NoSQL data sources such as MongoDB and HBase.[12]
Pentaho Report Designer EE, CE Desktop application 9.0.0.0-423 Pentaho Report Designer is a visual, banded report writer. Features include using subreports, charts and graphs. It can query and use data from many sources including SQL, MDX, Community Data Access, scripting, static table definitions and more. It consists of a core reporting engine, capable of generating reports based on an XML definition file stored in a Zip (file format) with a .PRPT extension. Many tools have been developed surrounding the reporting engine, including GUI designers and ad hoc wizards that guide the user through a step-by-step process of creating a report, using solely graphical tools without the need to write any code.
Pentaho Data Mining EE, CE Desktop application Weka Pentaho Data Mining used the Waikato Environment for Knowledge Analysis (Weka) to search data for patterns. Weka consists of machine learning algorithms for a broad set of data mining tasks.[13] It contains functions for data processing, regression analysis, classification methods, cluster analysis, and visualization. Based on the discovered patterns, users can predict future trends.[14]
Pentaho Metadata Editor (PME) EE, CE Desktop application 9.0.0.0-423 The metadata editor is used to create business models and act as an abstraction layer from the underlying data sources. The resulting metadata models are used by Pentaho Interactive Reporting, Saiku Reporting, and Pentaho's legacy AD HOC reporting plug-in applications to create reports within the BA server without using any of the other external desktop applications.
Pentaho Aggregate Designer (PAD) EE, CE Desktop application 9.0.0.0-423 Aggregate Designer operates on Pentaho Analysis (Mondrian) XML schema files and the database with the underlying tables described by the schema to generate precalculated, aggregated answers to speed up analysis work and MDX queries executed against Mondrian. This is accomplished by the software examining the hierarchies described in the schema and the measures also defined there and generating SQL which would result in the creation of tables storing those answers away for future use by Mondrian. After using the software to generate these aggregate tables, the original Mondrian XML schema file describing the OLAP cube is modified to reference the precomputed results.
Pentaho Schema Workbench (PSW) EE, CE Desktop application 9.0.0.0-423 Pentaho Schema Workbench provides a graphical interface for designing OLAP cubes for Pentaho Analysis (Mondrian). The schema created is stored as a regular XML file on disk. It is not necessary to use the Schema Workbench to create schema, but it is often helpful for beginners and even experts who need go inspect a cube visually and come up to speed with how to maintain or extend it.
Pentaho Design Studio (PDS) EE, CE Desktop application 4.0 The Pentaho BA Server supports special XML scripts called xactions to implement business logic and other forms of automation in the platform. Design Studio is a modified version of the Eclipse Development Environment with a plug-in designed to understand the components supported by xaction scripts. Xactions are very powerful, and useful, but sometimes prove difficult to troubleshoot because of the low-level way they interact with parts of the BA server. Developers are starting to use Pentaho Data Integration transformation files to carry out automation and business logic tasks. The transformations can be run directly by the BA Server and visually debugged in Pentaho Data Integration (PDI) and are quickly gaining favor in the community over xactions. It is a small leap to imagine PDI transformations will eventually replace xactions entirely.

Community driven, open-source Pentaho server plug-ins edit

All of these plug-ins function with Pentaho Enterprise Edition (EE) and Pentaho Community Edition (CE).

Product Type Recent version Description
Ctools Server plug-in suite Various Known as the Community tools, it includes a growing array of features usually contained in a package with an abbreviated name where the first C always stands for community and simultaneously represents its status as being both free of cost and open-source. The tools are produced and managed by Webdetails.[15] Documentation on the tools is found at ctools.webdetails.org. Most often the Ctools suite is installed by using a linux script.,[16] but there are plans in an upcoming release to have a package manager included in the BA Server that helps with installation.[17]
Community Charting Components (CCC) Server plug-in Various A charting library on top of Protovis,[18] a very powerful free and open-source visualization toolkit. The aim of CCC is to provide developers with a way to include into their dashboards the basic chart types without losing the main principle: Extensibility. The charts created with CCC become components that appear in dashboards.
Community Build Framework (CBF) Build Script Framework 3.7 Focused on a multi-project/ multi-environment scenario, the Community Build Framework (CBF) provide a way to set up and deploy Pentaho-based applications. It is an Apache Ant, Java build-script that allows a user to create a template of their Pentaho BA Server installation, including patches and any customizations or special content and roll it out quickly. It can help migrations to new versions of the BA Server, and with rapidly producing customized Pentaho servers for clients.
Community Data Access (CDA) Server plug-in latest Acts as a common layer for accessing data on the Pentaho BA server. CDA files can contain SQL, MDX, Pentaho Data Integration transformation files, scripted data sources and more.[19] CDA also provides a REST API for directly calling the Pentaho BA server and receiving the results of a query back as JSON, XML, XLS, HTML or CSV. The default is JSON.[20] HTML output makes it easy for MS Excel users to perform Web queries and pull results directly into an Excel workbook without additional software in the middle. CDA comes bundled in all of Pentaho's servers.
Community Data Browser (CDB) Server plug-in Community Data Browser uses a visual OLAP browser called Saiku to create a query which can be used by R for performing analytics on the result set.
Community Distributed Cache (CDC) Server plug-in latest

CDC stands for Community Distributed Cache and allows for high-performance, scalable and distributed memory clustering cache based on Hazelcast for both CDA and Mondrian. CDC is a Pentaho plug-in that provides the following features:

  • CDA distributed cache support
  • Mondrian distributed cache support
  • Ability to switch between default and CDC cache for cda and mondrian
  • Gracefully handles adding / removing new cache nodes
  • Allows selectively clearing the cache of specific CDE dashboards
  • Allows selectively clearing the cache of specific schemas / cubes / dimensions of Mondrian cubes
  • Provides an API to clean the cache from the outside (e.g.: after running ETL)
  • Provides a view over cluster status
  • Supports multiple pentaho servers using the same cluster (e.g.: stage and production)
  • Supports several memory configuration options
Community Data Generator (CDG) PDI Jobs N/A CDG is a data warehouse generator that helps create sample data for creating proof of concept dashboards. Given the definition of dimensions that we want, CDG will randomize data within certain parameters and output 3 different things:
  • Database and table for the fact table.
  • A file with inserts for the fact table.
  • Mondrian schema file to be used within Pentaho.
Community Data Validation (CDV) Server plug-in CDV adds the ability of creating validation tests on the Pentaho BA server for the purpose of verifying both the integrity of the server itself and also the data being used by the server.
Community Graphics Generator (CGG) Server plug-in latest

Pentaho plug-in that allows the user to export CCC/CDE charts as images, enabling the inclusion of CDE charts inside Pentaho Report Designer reports. In short, this plug-in is able to render server-side exactly the same chart that is rendered on the browser by CDE/CDF.
Main characteristics:

  • Executes a CCC chart definition server-side and outputs the chart as an image or a svg file.
  • Exposes the chart as an url
  • Seamless integration with CDE.
  • Can also be used to render custom-made svg transformations and javascript files server side and output them as images.
Community Dashboard Editor (CDE) Server plug-in 20120719 CDE is an advanced user tool for creating dashboards in the Pentaho BA server. CDE and the technology underneath (CDF, CDA and CCC) allows users to develop and deploy dashboards in the Pentaho platform in a fast and effective way. It is not as user friendly as Pentaho Dashboard Designer plug-in, but enables users to create much more sophisticated designs.
Community Dashboard Framework (CDF) Server plug-in 4.8-stable CDF comes bundled in all of Pentaho's servers. It is the framework used both by CDE and Pentaho's Dashboard Designer to create dashboards on the system.[21]
  • It separates logic (JavaScript) of the presentation (HTML, CSS)
  • It features a life cycle with components interacting with each other
  • It uses AJAX
  • It is extensible, which gives the users a high level of customization
  • Advanced users can extend the library of components.
  • They also can insert their own snippets of JavaScript and jQuery code.
Community Startup Tabs (CST) Server plug-in 1.0 Out of the box a Pentaho BA Server comes with a user interface called the Pentaho User Console (PUC) which show all content by opening tabs within itself. Community Startup Tabs provide an easy way to define and show specialized content to users by automatically opening tabs when they sign in.[22]
  • It allows you to define different startup tabs for each user that logs into the PUC. It is easy to configure.
  • It allows users to define startup tabs based on user names or user roles.
  • For the definition of the startup tabs it allows you to specify user names or roles using regular expressions.
Saiku Server plug-in latest Saiku is a modular open-source analysis suite offering lightweight OLAP which remains easily embeddable, extendable and configurable. It is similar in form and function to the Pentaho Analyzer plug-in.

A RESTful server connects to existing OLAP systems, which then powers user-friendly, intuitive analytics via a lightweight frontend.

Saiku-Reporting Server plug-in 1.0-GA A rapidly developing AD HOC reporting tool, similar to Pentaho's Interactive Reporting plug-in.
Key Features:
  • Drag & drop report-design
  • Export to: PDF, CSV, XLS, CDA, PRPT
  • Uses Pentaho Report Designer PRPT-Templates
  • Grouping
  • Aggregation
  • Totals
  • OpenFormula Support

Licensing edit

Pentaho follows an open core business model. It provides two different editions of Pentaho Business Analytics: a community edition and an enterprise edition. The enterprise edition needs to be purchased on a subscription model. The subscription model includes support, services, and product enhancements via annual subscription.[23] The enterprise edition is available under a commercial license. Enterprise license goes with 3 levels of Pentaho Enterprise Support: Enterprise, Premium and Standard. The community edition is a free open source product licensed under the GNU General Public License version 2.0 (GPLv2), GNU Lesser General Public License version 2.0 (LGPLv2), and Mozilla Public License 1.1 (MPL 1.1).

Recognition edit

  • InfoWorld Bossie Award 2008, 2009, 2010, 2011, 2012[24]
  • Ventana Research Leadership Award 2010 for StoneGate Senior Care [25]
  • CRN Emerging Technology Vendor 2010 [1]
  • ROI Awards 2012 - Nucleus Research[26]

See also edit

References edit

  1. ^ Madan Sheina, Ovum. "Pentaho BI Suite Enterprise Edition." Archived 2013-01-31 at archive.today September 15, 2010. Retrieved February 12, 2011.
  2. ^ Seth Grimes (2005-06-16). "Open-Source BI Startup Pentaho Makes Debut". InformationWeek. Archived from the original on 2015-11-25. Retrieved 2016-11-04.
  3. ^ Steven Brown, San Francisco Business Times. "Florida's Pentaho hires Quentin Gallivan as CEO in San Francisco." October 4, 2011. Retrieved April 12, 2012.
  4. ^ Clark, Jack (10 February 2015). "Hitachi to Buy Pentaho to Bolster Data-Analysis Software Tools". Bloomberg.com. Retrieved 10 February 2015.
  5. ^ "Pentaho - Data Integration and Analytics Platform".
  6. ^ Bridgwater, Adrian. "Hitachi Buys Pentaho, But What About The Users?". Forbes. Retrieved 2018-06-19.
  7. ^ Darrow, Barb. "Hitachi Undergoes Major Reorganization to Compete With GE" (19 September 2017). fortune.com. Fortune. Retrieved 19 September 2017.
  8. ^ "Hitachi Introduces Hitachi Vantara: A New Digital Company Committed to Solving the World's Toughest Business and Societal Challenges (Press release)". hitachivantara.com. 19 September 2017. Retrieved 19 September 2017.
  9. ^ Michael Terallo, Pentaho Data Access Wizard Retrieved July 29, 2012
  10. ^ Surya Mukherjee, Ovum. "Pentaho expands coverage for Big Data." March 8, 2012. Retrieved April 11, 2012.
  11. ^ James Kobielus, Forrester Research. "The Forrester Wave: Enterprise Hadoop Solutions." February 2, 2012. Retrieved May 10, 2012.
  12. ^ David Menninger, Ventana Research. "Pentaho 4 Unites Enterprise Business intelligence and Data Integration Archived 2012-04-20 at the Wayback Machine." June 22, 2011. Retrieved April 8, 2012.
  13. ^ Nikos Mastorakis, Valeria Mladenov and Vassiliki Kontargyri. "Proceedings of the European Computing Conference." Heidelberg, Germany: Springer Science and Business Media, 2009. ISBN 978-0387848136. p. 789. Retrieved July 11, 2012.
  14. ^ Ed Woord, FLOSS FOR SCIENCE. "Machine Learning with WEKA: AN Interview with Mark Hall." July 1, 2012. Retrieved July 25, 2012
  15. ^ Webdetails Consulting Company, Portugal
  16. ^ Pedro, Alves "Back to basics: Step by step Pentaho + Ctools installation" December 15, 2011, Retrieved July 27, 2012
  17. ^ Will, Gorman Pentaho Wiki "Pentaho BI Server Marketplace Plugin February 17, 2012, Retrieved July 27, 2012
  18. ^ Stanford Visualization Group, Protovis https://mbostock.github.com/protovis/
  19. ^ CDA Documentation Retrieved July 26, 2012.
  20. ^ CDA web API reference: doQuery Retrieved July 27, 2012
  21. ^ "CDF Documentation". Archived from the original on 2012-06-21. Retrieved 2012-07-26.
  22. ^ "CST Documentation". Archived from the original on 2011-07-12. Retrieved 2012-07-26.
  23. ^ Torben Pedersen and Mukesh Mohania. "Data Warehousing and Knowledge Discovery." Heidelberg, Germany: Springer Science and Business Media, 2009. ISBN 978-3642037290. p.296-298. Retrieved April 6, 2012.
  24. ^ "Bossie Awards 2012: The best open source applications: InfoWorld's top picks in open source business apps, from back office to Web presence". Infoworld. September 18, 2012. Retrieved October 1, 2012.
  25. ^ "Ventana Research 2010 Leadership Awards Recognize Success". www.ventanaresearch.com. Archived from the original on 2013-03-21.
  26. ^ Nucleus Research

External links edit