ProDevTools
General
Home
Data Visualization
Parquet VisualizerCSV VisualizerAvro ViewerORC ViewerJSONL ViewerExcel PreviewerSchema Inspector
Big Data Formats
Delta Lake ExplorerIceberg Metadata
Data Engineering
SQL Query ToolSQL Query VisualizerSpark Error DecoderKafka Message DecoderDBT Lineage ViewerCSV to JSON
Security & Auth
JWT DecoderJWT Expiry CheckerBase64 ToolHash GeneratorUUID GeneratorAPI Key GeneratorBcrypt GeneratorPassword Generator
JSON / SQL Tools
JSON FormatterJSON Diff CheckerJSON Path TesterJSON Schema GeneratorJSON Tree VisualizerJSON → TS / PythonSQL FormatterSQL Query ConverterER Diagram GeneratorAPI TesterCurl GeneratorTimestamp ConverterXML FormatterYAML ValidatorPOM Visualizer
Text & Encoding
Regex TesterRegex GeneratorRegex DecoderDiff CheckerURL Encoder/DecoderMarkdown PreviewerHTML PreviewerUnicode ConverterTimezone Converter
Cloud & DevOps
Cron GeneratorAWS ARN DecoderDocker Compose GeneratorTerraform FormatterKubernetes YAML Visualizer
Productivity
ENV GeneratorGitignore GeneratorMarkdown Table GeneratorREADME GeneratorCommit Message GeneratorChangelog GeneratorCode Snippet Manager
Design & Media
QR Code GeneratorBarcode GeneratorColor PickerSVG Optimizer
  1. /
  2. ProDevTools

Server processing — the table is read on the backend

Connect to an Iceberg table to inspect its metadata structure.

What is an Iceberg metadata explorer?

Apache Iceberg is an open table format designed for huge analytic datasets, used across Spark, Trino, Flink, and Snowflake. This tool connects to an Iceberg table path or URI and inspects its metadata structure on the server — no cluster or query engine required to see how the table is organized.

Frequently Asked Questions

What is Apache Iceberg?
Apache Iceberg is an open table format for huge analytic datasets. It tracks table state through metadata and manifest files rather than directory listings, enabling snapshot isolation, schema evolution, and time travel across engines like Spark, Trino, and Flink.
What can this tool show me?
Point it at an Iceberg table path or URI and it reads the table metadata on the server, returning a summary of the format, location, and current metadata structure.
Does it support full snapshot navigation?
This preview focuses on metadata structure inspection. Full snapshot history and manifest file drill-down are planned for future updates.
Is my table data uploaded anywhere permanent?
The table metadata is read on the backend only to generate the summary shown here. It is not copied or stored permanently.

Related Tools

Delta Lake ExplorerExplore Delta Lake tables and history.Parquet ViewerInspect columnar Parquet datasets.Schema InspectorInspect column types and null counts.