Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

Follow publication

Photo by Sandra Iglesias on Unsplash

Member-only story

Rust For Big Data!

Rust Language Integration to Big Data Solutions!

Josue Luzardo Gebrim
Dev Genius
Published in
5 min readAug 18, 2022

This publication is an accumulation of possibilities to use the Rust programming language with different solutions in Big Data scenarios.

Rust is a functional programming language that is gaining more space in the market every day because it is designed to be highly safe and performant and a viable alternative to other languages such as C, C++, Java, Google CarbonLang, and Go, and others…

A big data scenario usually involves working with the 5V:

  • Volume of data: how to work with large volumes of data efficiently that do not generate an abnormal cost?
  • Velocity: How to capture, transform, load, and understand this pile of data in situations where the business needs information in a short time or even in real-time?
  • Variety: how do we work with data coming from different sources in different formats?
  • Veracity: with different sources and data undergoing different transformations, how can we ensure that the information contained in the source data continues even if its format changes?
  • Value: How to generate value from the data collected? Now that we know what Rust is and we understand the questions that Big

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

Written by Josue Luzardo Gebrim

As a platform engineer, ecosystems, and data solutions, I'm sharing my opinion and what little I know from time to time here.

Responses (1)

Write a response

Polars is worth mentioning.

10