Rust Charts

Open-source Rust projects categorized as Charts

Rust Chart Projects

  • percival

    📝 Web-based, reactive Datalog notebooks for data analysis and visualization

    Project mention: Learn Datalog Today | news.ycombinator.com | 2024-01-21

    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.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ux-charts

    Simple, responsive, modern Charts with zero dependencies

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Charts discussion

Log in or Post with

Rust Charts related posts

  • Taking Local K8s for a Spin with Minikube and ArgoCD

    3 projects | dev.to | 25 Aug 2024
  • UX Charts now supports gradients. https://github.com/angular-rust/ux-charts

    1 project | /r/rust | 5 May 2021
  • Clutter-rs v0.1.2 released. Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces. https://github.com/angular-rust/clutter-rs

    1 project | /r/angular_rust | 18 Apr 2021

Index

Project Stars
1 percival 595
2 ux-charts 35

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?