rslint
differential-dataflow
Our great sponsors
rslint | differential-dataflow | |
---|---|---|
3 | 9 | |
2,330 | 2,012 | |
1.5% | 1.5% | |
4.5 | 5.3 | |
about 2 months ago | about 1 month ago | |
Rust | Rust | |
MIT License | MIT License |
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.
rslint
-
ESLint alternatives - quick-lint-js and rslint
3 projects | 24 Dec 2021
-
Rust Is the Future of JavaScript Infrastructure
Author here. A few other Rust projects to note that I didn't mention in the original post I've since found:
- Boa (JS engine in Rust) – https://github.com/boa-dev/boa
- RSLint (JS/TS linter in Rust) – https://github.com/rslint/rslint
- Node version manager in Rust – https://github.com/Schniz/fnm
If you know of any other popular ones, let me know. I'm keeping a list :)
- Why isn't differential dataflow more popular?
differential-dataflow
-
Convex vs. Firebase
hi! sujay from convex here. I remember reading about your "reverse query engine" when we were getting started last year and really liking that framing of the broadcast problem here.
as james mentions, we entirely re-run the javascript function whenever we detect any of its inputs change. incrementality at this layer would be very difficult, since we're dealing with a general purpose programming language. also, since we fully sandbox and determinize these javascript "queries," the majority of the cost is in accessing the database.
eventually, I'd like to explore "reverse query execution" on the boundary between javascript and the underlying data using an approach like differential dataflow [1]. the materialize folks [2] have made a lot of progress applying it for OLAP and readyset [3] is using similar techniques for OLTP.
-
Announcing avalanche 0.1, a React- and Svelte-inspired GUI library
differential dataflow which is used to power materialize db
-
Differential Datalog
It's partially inspired by Linq, so the similarity you see is expected.
It's not really arbitrary structures so much, though you're mostly free in what record type you use in a relation (structs and tagged enums are typical, though).
The incremental part is that you can feed it changes to the input (additions/retractions of facts) and get changes to the outputs back with low latency (you can alternatively just use it to keep an index up-to-date, where you can quickly look up based on a key (like a materialized view in SQL)).
This [0] section in the readme of the underlying incremental dataflow framework may help get the concept across, but feel free to follow up if you're still not seeing the incrementality.
[0]: https://github.com/TimelyDataflow/differential-dataflow#an-e...
- Dbt and Materialize
- Materialized view questions
-
Data Laced with History: Causal Trees and Operational CRDTs (2018)
You might want to look at what DDflow [0] can do, in regards to handling emission/retraction.
If you figure out how this would work in the context of DDflow, let us know. This sounds very interesting.
[0]: https://github.com/TimelyDataflow/differential-dataflow
-
sixthnormal/clj-3df - pub/sub based on datalog and differential dataflow
I've always followed this project but could never quite get the differential dataflow server running that it requires: https://github.com/TimelyDataflow/differential-dataflow (though I probably didn't try hard enough).
- Why isn't differential dataflow more popular?
-
Ask HN: What startup/technology is on your 'to watch' list?
Differential Dataflow and McSherry’s commercial SQL Driver implementation at Materialize:
What are some alternatives?
ESLint - Find and fix problems in your JavaScript code.
deno_lint - Blazing fast linter for JavaScript and TypeScript written in Rust
napi-rs - A framework for building compiled Node.js add-ons in Rust via Node-API
ballista - Distributed compute platform implemented in Rust, and powered by Apache Arrow.
materialize - The Fastest Way to Build the Fastest Data Products. Build data-intensive applications and services in SQL — without pipelines or caches — using materialized views that are always up-to-date.
quick-lint-js - quick-lint-js finds bugs in JavaScript programs
timely-dataflow - A modular implementation of timely dataflow in Rust
reflow - A language and runtime for distributed, incremental data processing in the cloud
differential-datalog - DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output in response to input changes. A DDlog programmer does not write incremental algorithms; instead they specify the desired input-output mapping in a declarative manner.
clj-3df - Clojure(Script) client for Declarative Dataflow.
esbuild - An extremely fast JavaScript and CSS bundler and minifier