# Parquet Viewer

Free online Parquet viewer. Open and preview columnar data files (.parquet, .avro) directly in your browser — no upload, no software.

> Página canônica: https://elysiatools.com/pt/viewers/parquet

- **Categoria:** Diagramas

- **Formatos compatíveis:** .parquet, .avro

## Visão geral

This Parquet viewer renders columnar data files directly in your browser. Parquet (.parquet) is the standard columnar storage format for big data analytics, used by Apache Spark, Hadoop and data lakes. Avro (.avro) is a row-based data serialization format. Pick a sample file or choose your own to inspect its data instantly, with no upload.

## Quando usar

- You received a .parquet or .avro file and want to inspect its data.
- You need a quick, private preview of big data exports.
- You want to check the schema and content of columnar files.

## Como funciona

- Select a built-in sample file or choose your own .parquet / .avro file.
- The viewer parses the data format in your browser — nothing is uploaded.
- Browse the data records and inspect the schema.

## Casos de uso

- Inspecting data lake exports.
- Checking Parquet from Spark and Hadoop.
- Previewing Avro data from streaming pipelines.

## Exemplos

- **Parquet Simples de Usuarios**: Small flat dataset with id/name/active fields
- **Parquet de Pedidos Intermediario**: Order records with timestamp, currency, and numeric metrics
- **Parquet de Eventos Complexo**: Analytics-style event data with richer columns and JSON payload field
- **Dados Parquet de exemplo**: A Parquet sample for in-browser preview

## Perguntas frequentes

### What is a Parquet file?

Parquet (.parquet) is a columnar storage format developed by Apache (Cloudera/Twitter, 2013). It stores data in columns rather than rows, enabling efficient compression and fast analytical queries on large datasets. Parquet is the standard format for big data analytics in Apache Spark, Hadoop, Hive and cloud data lakes.

### What is an Avro file?

Avro (.avro) is a row-based data serialization format developed by Apache (Doug Cutting, 2009). It stores data with a JSON-based schema embedded in the file, enabling schema evolution and compact binary storage. Avro is widely used in Kafka, Hadoop and streaming data pipelines.

### Are my Parquet/Avro files uploaded?

No. Data files you open from your device stay on your device and are parsed locally. Only the public sample file is requested from the server.

## Conteúdo relacionado

- [Visualizador de Draw.io](https://elysiatools.com/pt/viewers/drawio): Open and preview Draw.io diagrams (.drawio, .dio) directly in your browser — no upload, no software.
- [Visualizador de Excalidraw](https://elysiatools.com/pt/viewers/excalidraw): Open and preview Excalidraw diagrams (.excalidraw) directly in your browser — no upload, no software.
- [Visualizador de Mermaid](https://elysiatools.com/pt/viewers/mermaid): Open and preview Mermaid diagrams (.mermaid, .mmd) directly in your browser — no upload, no software.
- [PlantUML Viewer](https://elysiatools.com/pt/viewers/plantuml): Open and preview PlantUML diagrams (.plantuml, .puml) directly in your browser — no upload, no software.
- [XMind Viewer](https://elysiatools.com/pt/viewers/xmind): Open and preview XMind mind maps (.xmind) directly in your browser — no upload, no software.
- [GeoJSON Viewer](https://elysiatools.com/pt/viewers/geojson): Open and preview GeoJSON geographic data (.geojson) directly in your browser — no upload, no software.
