> For the complete documentation index, see [llms.txt](https://official-11.gitbook.io/tariworld_whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://official-11.gitbook.io/tariworld_whitepaper/technology/tari-world-big-data.md).

# TARI WORLD Big Data

* TARI WORLD’s big data uses Hadoop framework, and supports low-cost, fast big data analysis features. TARI framework, which serves as the practical standard among platforms for big data processing and analysis, is segmented by each feature. Among these, Hadoop Distributed File System (HDFS) and MapReduce framework are the core features. The implementation of MapReduce is divided into Map and Reduce phases through which data and results to be searched are collected and organized. First, during the Map phase, raw data is grouped as Key-Value. Then, these Key-Value pairs are analyzed to extract information on the order and value of the desired data.&#x20;
* In the Reduce phase, data is filtered and arrayed with the Key from Map phase. By implementing these functions, the roles of MapReduce can be controlled and managed. The principle behind HDFS is that while it is the same as the existing distributed processing system in that multiple machines process data, it improved the existing distributed processing system by providing a solution to the issue of computer breakdown causing problems to the interface and making it difficult to program.&#x20;
* HDFS, one of the components of TARI’s big data, processes identical data in a distributed manner and saves three copies. Assuming the structure similar to that of load balancing, which is a solution for data bottleneck, it is the framework which provides features and structure of common need to support linkage between TARI reference architecture system development guideline and other systems, which the logic tier is composed as follows.

![](/files/X6YAtrhnGHx3566e16Uw)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://official-11.gitbook.io/tariworld_whitepaper/technology/tari-world-big-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
