Just finished rust Book, anyone using Rust in Data Science?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • PyO3

    Rust bindings for the Python interpreter

  • Not a datascientist myself but I see a huge potential in PyO3, so you keep the python tooling and whenever you need to optimize you can write your own native library. The build process is really smooth and it integrates nicely, you have access to python types, you can do heavywork without blocking the GIL but you can take the GIL if needed ( such as having to mutate a python variable ). That also means companies don't have to drop everything they have, they can experiment with hybrid teams.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts