graphic-walker VS parquet-format

Compare graphic-walker vs parquet-format and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
graphic-walker parquet-format
20 4
2,243 1,645
2.1% 1.7%
9.4 7.2
8 days ago 9 days ago
TypeScript Thrift
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graphic-walker

Posts with mentions or reviews of graphic-walker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

parquet-format

Posts with mentions or reviews of parquet-format. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.
  • Summing columns in remote Parquet files using DuckDB
    4 projects | news.ycombinator.com | 16 Nov 2023
    Right, there's all sorts of metadata and often stats included in any parquet file: https://github.com/apache/parquet-format#file-format

    The offsets of said metadata are well-defined (i.e. in the footer) so for S3 / blob storage so long as you can efficiently request a range of bytes you can pull the metadata without having to read all the data.

  • FLaNK Stack for 4th of July
    15 projects | dev.to | 3 Jul 2023
  • I have question related to Parquet files and AWS Glue
    1 project | /r/dataengineering | 18 Jun 2023
    As i read here https://github.com/apache/parquet-format/blob/master/LogicalTypes.md , they are store in Integer formats and these integers represent the number of days (for Date) or number of milliseconds, microseconds or nanoseconds (for DateTime) since 1970-01-01. This works as expected with the parquet file that written by our ETL tool from internal database --> S3, all Data/DateTime columns are Integers, means that in Glue Job, i have to convert these Integers back to Date/Datetime value to do some transformation on them. But when parquet files are written by Spark, they are Date/DateTime (or TimeStamp to be more concise) format not Integers (i checked by read these files again in other Glue Job) and that make me confused.
  • Parquet: More than just “Turbo CSV”
    7 projects | news.ycombinator.com | 3 Apr 2023
    Date is confusing with a timezone (UTC or otherwise) and the doco makes no such suggestion.

    The Parquet datatypes documentation is pretty clear that there is a flag isAdjustedToUTC to define if the timestamp should be interpreted as having Instant semantics or Local semantics.

    https://github.com/apache/parquet-format/blob/master/Logical...

    Still no option to include a TZ offset in the data (so the same datum can be interpreted with both Local and Instant semantics) but not bad really.

What are some alternatives?

When comparing graphic-walker and parquet-format you can also consider the following projects:

Rath - Next generation of automated data exploratory analysis and visualization platform.

rapidgzip - Gzip Decompression and Random Access for Modern Multi-Core Machines

superset - Apache Superset is a Data Visualization and Data Exploration Platform

xgen - Salesforce open-source LLMs with 8k sequence length.

streamlit - Streamlit — A faster way to build and share data apps.

wizmap - Explore and interpret large embeddings in your browser with interactive visualization! 📍

vega-embed - Publish Vega visualizations as embedded web components with interactive parameters.

FastSAM - Fast Segment Anything

pygwalker - PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis

background-removal-js - Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.

pivottable - Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.

mdBook - Create book from markdown files. Like Gitbook but implemented in Rust