scale VS node-sdk

Compare scale vs node-sdk and see what are their differences.

scale

A framework for building high-performance plugin systems into any application, powered by WebAssembly. (by loopholelabs)

node-sdk

Node data quality library (by streamdal)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scale node-sdk
5 3
464 6
3.0% -
8.5 10.0
5 days ago 3 months ago
C TypeScript
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.

scale

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

node-sdk

Posts with mentions or reviews of node-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-15.
  • WASM by Example
    16 projects | news.ycombinator.com | 15 Nov 2023
    We sort of do this with WASM for just in time pipelines. We write pipeline rules in WASM...for things like detecting/masking fields...then we import and execute those wasm rules in a variety of language SDKs. As a sibling comment indicates, it's pretty difficult getting data in and out, but it's doable. See here for an example: https://github.com/streamdal/node-sdk/blob/main/src/internal.... We do this sort of thing in node, go & python and are adding other languages.
  • Show HN: Streamdal – an open-source tail -f for your data
    4 projects | news.ycombinator.com | 31 Oct 2023
    In the node-sdk, process pipeline is async , see: https://github.com/streamdal/node-sdk/blob/main/src/streamda... (I'm the author of that). I believe this is also the case for the python and go sdks as well. So you can call it asynchronously for passive observability.

    However, we implemented the pipeline rules in wasm with the goal of keeping the overhead as minimal as possible. So you could also use it as more of a data security or governance tool and invoke the pipelines synchronously and mask or prevent sensitive data before passing it along.

What are some alternatives?

When comparing scale and node-sdk you can also consider the following projects:

excelize-wasm - A WebAssembly build of the Go Excelize library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

streamdal - Code-Native Data Pipelines

olin - Webassembly + Event Sourcing

plumber - A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.

plugin-XDCC - 📁 XDCC for webircgateway

componentize-py

cup - Git Contribution Automation

dotnet-pdk - Extism Plug-in Development Kit (PDK) for C# and F#

lagon - Deploy Serverless Functions at the Edge. Current status: Alpha

dcraw - Mirror of Dave Coffin's dcraw, with full history

yatas-template - Template for creating a plugin for YATAS

cxx-wasm-freestanding - example of a c++ -> wasm build that doesn't use emscripten or any standard library