SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Rust Data Visualization Projects
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Souffle and Cozo mentioned below already implement the whole of "traditional" datalog.
Percival (https://github.com/ekzhang/percival) has some very nice examples showing how you can interactively write and test rules on top of a datalog interpreter.
Bud (http://bloom-lang.net/bud/) is Hellerstein's proof of concept playground. It has bit-rotted in the past few years, but the examples are readable even if you can't easily get it working.
The complexity can be quite good. You can syntactically determine when you've written linear recursion (equivalent to a for loop) vs not. Otherwise, the complexity is what you'd expect from incremental view maintenance in a normal SQL database. Which is to say O(n^k) with k being the number of relations joined, but usually much, much less with appropriate indexes and skew in the data. All the usual tricks concerning data normalization and indexes from databases apply.
-
-
neural-network-from-scratch
A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their outputs
-
-
Rust Data Visualization discussion
Rust Data Visualization related posts
-
What are your favourite websites that display a lot of data / tables?
-
Apache Superset
-
Learn Datalog Today
-
Polars: Company Formation Announcement
-
Tridify-rs 0.2.2 released: A fast, simple and low level rendering framework
-
The technology behind GitHub’s new code search
-
Ask HN: Who is hiring? (October 2022)
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Sep 2024
Index
What are some of the best open-source Data Visualization projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | plotly.rs | 1,078 |
2 | percival | 595 |
3 | egui_graphs | 380 |
4 | neural-network-from-scratch | 121 |
5 | bhtsne | 63 |
6 | ux-charts | 35 |