GithubHelp home page GithubHelp logo

devinrsmith / deephaven-parquet-viewer Goto Github PK

View Code? Open in Web Editor NEW
36.0 3.0 2.0 183 KB

A browser-based Parquet file viewer

Dockerfile 5.50% Groovy 4.89% Shell 54.09% HCL 35.51%
bigdata docker parquet parquet-viewer

deephaven-parquet-viewer's Introduction

Deephaven Parquet Viewer

A Parquet viewer powered by deephaven-core. Supports opening and browsing through large (or small) parquet files.

Deephaven Parquet Viewer

Helper script

Usage: deephaven-parquet-viewer.sh [parquet-file] ([port])

Docker container

docker run \
    --rm \
    --name deephaven-parquet-viewer \
    --mount type=bind,source=/path/to/file.parquet,target=/file.parquet,readonly \
    -p 10000:10000 \
    ghcr.io/devinrsmith/deephaven-parquet-viewer:latest

Browser

Requirements

Linux, Mac OS (Intel or M1), and Windows WSL should all be supported. Docker is currently a requirement for running the helper script and via a Docker container, but advanced users can get the application running natively if desired.

deephaven-parquet-viewer's People

Contributors

dependabot[bot] avatar devinrsmith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

raaghulr zknyy

deephaven-parquet-viewer's Issues

Improve error message when container fails to start

The script assumes that the container will start successfully. When that's not the case, the health check will keep looping every second.

It might be necessary to remove the --rm and relay any container error messages to the user (and then, do our own docker rm in the cleanup trap).

No such object: deephaven-parquet-viewer

Just cloned this on my Mac and started Docker. Then I ran it like this:

./deephaven-parquet-viewer.sh some-file.parquet

It installed the docker image and then it started showing errors like this:

Starting Deephaven Parquet Viewer......Error: No such object: deephaven-parquet-viewer
.Error: No such object: deephaven-parquet-viewer
.Error: No such object: deephaven-parquet-viewer
.Error: No such object: deephaven-parquet-viewer
.Error: No such object: deephaven-parquet-viewer

The "No such object" errors kept coming, about once a second.

Please help, thanks.

token

How to decide token at first?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.