mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-24 14:26:38 +00:00
44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>hyparquet parquet file parser demo</title>
|
||
<link rel="icon" href="favicon.png" />
|
||
<link rel="stylesheet" href="demo/demo.css">
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;600&display=swap"/>
|
||
<meta name="description" content="Online demo of hyparquet: a parser for apache parquet files. Drag and drop parquet files to view parquet data.">
|
||
<meta name="author" content="Hyperparam">
|
||
<meta name="keywords" content="hyparquet, parquet, parquet file, parquet parser, parquet reader, parquet viewer, parquet data, apache parquet, hightable">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
</head>
|
||
<body>
|
||
<nav>
|
||
<a class="brand" href='https://hyparam.github.io/hyparquet/'>
|
||
hyparquet
|
||
</a>
|
||
</nav>
|
||
<main id="content">
|
||
<div id="app"></div>
|
||
<div id="welcome">
|
||
<h1>hyparquet</h1>
|
||
<sub>/haɪ pɑːrˈkeɪ/</sub>
|
||
<h2>in-browser parquet file reader</h2>
|
||
<p>
|
||
Online demo of <a href="https://github.com/hyparam/hyparquet">hyparquet</a>: a parser for apache parquet files.
|
||
Uses <a href="https://github.com/hyparam/hightable">hightable</a> for high performance windowed table viewing.
|
||
</p>
|
||
<p>
|
||
Drag and drop a parquet file (or url) to see your parquet data. 👀
|
||
</p>
|
||
<ul>
|
||
<li><a href="https://github.com/hyparam/hyparquet">hyparquet github</a></li>
|
||
<li><a href="https://www.npmjs.com/package/hyparquet">hyparquet npm</a></li>
|
||
</ul>
|
||
</div>
|
||
</main>
|
||
<input id="file-input" type="file">
|
||
|
||
<script type="module" src="demo/bundle.min.js"></script>
|
||
</body>
|
||
</html>
|