datasette-stripe VS parquet-wasm

Compare datasette-stripe vs parquet-wasm and see what are their differences.

datasette-stripe

A web SQL interface to your Stripe account using Datasette. (by tabledog)

parquet-wasm

Rust-based WebAssembly bindings to read and write Apache Parquet data (by kylebarron)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
datasette-stripe parquet-wasm
6 5
20 394
- -
0.0 8.8
almost 2 years ago 6 days ago
JavaScript Rust
MIT License 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.

datasette-stripe

Posts with mentions or reviews of datasette-stripe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-09.
  • Zed Shaw Explains How Stripe Is PayPal Circa 2010
    2 projects | news.ycombinator.com | 9 Oct 2022
    If you want to analyse your payment failures with SQL you could use https://table.dog to download them into a SQLite database.
  • SQLite is not a toy database
    10 projects | news.ycombinator.com | 15 Aug 2022
    https://table.dog is a CLI that downloads your Stripe account to a SQLite db.

    Would appreciate it if you could test it out if you are interested.

  • Rust 1.63.0
    14 projects | news.ycombinator.com | 11 Aug 2022
    https://table.dog (a CLI to download Stripe to SQLite).

    I considered Node.js, C#.

    I went with Rust for a few reasons:

    - Easy to build small portable binaries (as a primary language feature).

    - The type checker ensures type consistency when writing out to SQL tables (SQLite is loosely typed). Code that reads from the SQLite database implicitly benefits from Rusts strong type checks.

    - Macros to convert structs to SQL insert/updates.

    - Reduce the chance of errors at runtime.

    - Leverage as much as SQLite's write throughput as possible.

    - When converting Stripes Open API JSON spec into Rust code (using another Node.js program), the Rust type checker ensures I have a well formed HTTP client - the strict compiler makes it a good target for generated programs. Read more about this idea at (https://willcrichton.net/notes/rust-the-new-llvm/).

  • Show HN: Tdog – Download Stripe to SQLite
    2 projects | news.ycombinator.com | 17 May 2022
    This is a CLI written in Rust to download your Stripe account to a local SQLite database.

    It is intended to enable using SQL queries over your data.

    There is also a template for fly.io and Datasette to give you a Sigma like web UI:

    https://github.com/tabledog/datasette-stripe

  • Show HN: Stripe Sigma alternative: tdog – SQLite – Datasette
    1 project | news.ycombinator.com | 28 Feb 2022
    1 project | news.ycombinator.com | 28 Feb 2022

parquet-wasm

Posts with mentions or reviews of parquet-wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data
    5 projects | news.ycombinator.com | 22 Apr 2024
  • Goodbye, Node.js Buffer
    15 projects | news.ycombinator.com | 24 Oct 2023
    nodejs-polars is node-specific and uses native FFI. polars can be compiled to Wasm but doesn't yet have a js API out of the box.

    As for the fastest way to serialize data to Pandas data to the browser, you should use Parquet; it's the fastest to write on the Python side and read on the JS side, while also being compressed. See https://github.com/kylebarron/parquet-wasm (full disclosure, I wrote this)

  • Rust 1.63.0
    14 projects | news.ycombinator.com | 11 Aug 2022
    I'm building WebAssembly bindings to existing Rust libraries [0] and lower-dependency geospatial tools [1]. Rust makes it very easy to bind rust code to both WebAssembly and Python. And by avoiding some large C geospatial dependencies we can get reliable performance in both wasm and Python using the exact same codebase.

    [0]: https://github.com/kylebarron/parquet-wasm

    [1]: https://github.com/kylebarron/geopolars

  • Why isn’t there a decent file format for tabular data?
    13 projects | news.ycombinator.com | 3 May 2022
  • Recommendations when publishing a WASM library
    4 projects | news.ycombinator.com | 28 Mar 2022
    Looks to be a great resource. I've been working on a WASM implementation of reading and writing Apache Parquet [0] and it's been difficult being new to WASM to find the best way of distributing the WASM that works on Node and through bundlers like Webpack.

    [0]: https://github.com/kylebarron/parquet-wasm

What are some alternatives?

When comparing datasette-stripe and parquet-wasm you can also consider the following projects:

mvsqlite - Distributed, MVCC SQLite that runs on FoundationDB.

quickjs-emscripten - Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

enarx - Enarx: Confidential Computing with WebAssembly

transmitic - Encrypted, peer to peer, file transfer program :: https://discord.gg/tRT3J6T :: https://www.reddit.com/r/transmitic/ :: https://twitter.com/transmitic

sqlitedao - Simple dao for sqlite for personal/desktop projects

geopolars - Geospatial extensions for Polars

tokio-scoped - Scoped Runtime for tokio

odiff - The fastest pixel-by-pixel image visual difference tool in the world.

subscription-use-cases - Create subscriptions with fixed prices or usage based billing.

rson - Rust Object Notation

csvz - The hot new standard in open databases