44 releases (27 stable)

2.0.1 Nov 25, 2024
1.6.8 May 7, 2024
1.6.6 Mar 22, 2024
1.6.0-rc1 Dec 21, 2023
1.1.1 Mar 25, 2023

#104 in Database implementations

Download history 88/week @ 2024-11-11 147/week @ 2024-11-18 142/week @ 2024-11-25 326/week @ 2024-12-02 712/week @ 2024-12-09 23/week @ 2024-12-16 20/week @ 2024-12-23 3/week @ 2024-12-30 45/week @ 2025-01-06 24/week @ 2025-01-13

70 downloads per month
Used in vegafusion-server

BSD-3-Clause

6.5MB
7.5K SLoC

vegafusion-runtime

This crate contains the logic for evaluating the task graphs that are generated by vegafusion-core. Task graph evaluation involes:

  • Compiling Vega expression ASTs to DataFusion expressions.
  • Evaluating signal expression tasks
  • Evaluating Data tasks, including transform pipelines. Transforms are implemented against the DataFrame trait provided by vegafusion-dataframe.
  • Pre-transforming Vega specifications by pre-evaluating their transforms and inlining the resulting transformed data.

Dependencies

~52–73MB
~1.5M SLoC