# Metadata Editor

{% hint style="info" %}

#### Introduction

Pentaho Business Analytics, is an enterprise-level business intelligence and data analytics platform that helps organizations transform raw data into actionable insights. The platform combines data integration, OLAP services, reporting, dashboarding, and data mining capabilities in a unified suite.&#x20;

Notable for its open-source foundations and commercial enterprise edition, Pentaho enables organizations to perform complex data analysis, create interactive visualizations, and generate detailed reports through both traditional and modern big data sources.&#x20;

The platform supports various data sources and can integrate with popular databases and big data technologies like Hadoop, offering both on-premises and cloud deployment options.

By the end of the workshops, you will have a comprehensive understanding of:
{% endhint %}

<details>

<summary>Metadata Editor</summary>

The [Pentaho Metadata Editor](https://academy.pentaho.com/metadata-editor/metadata-editor/components) is a graphical modeling tool that allows business analysts and IT developers to create and manage semantic business models on top of physical data sources. It abstracts the complexity of underlying database structures by creating a business-friendly metadata layer that defines relationships, calculations, and business terminology.&#x20;

Users can build logical models that map physical tables and columns to intuitive business concepts, establish joins between tables, create calculated fields, and define security rules - all without writing SQL. The resulting metadata models are then consumed by Pentaho reporting tools, enabling business users to create ad-hoc reports and analyses using familiar business terms rather than technical database nomenclature.&#x20;

This abstraction layer promotes consistency across reports, simplifies report development, and allows changes to underlying data structures without breaking existing reports, as long as the business layer remains consistent.

</details>

***

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.pentaho.com/metadata-editor/overview/metadata-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
