This repository is a central hub for exploring data engineering concepts using Rust. It includes various projects and examples to demonstrate effective data handling and processing techniques. Modified from instructor NoahGift's repository which was used in the Rust Programming Specialization Course.
To try out the examples in the project, follow these steps:
- Clone the repository:
git clone https://github.com/JadeCara/rust_data_engineering.git
- Navigate to the directory of the example you would like to try:
cd rust_data_engineering\module<number>\<example_name>
- Install the dependencies:
cargo build
- Run the example:
cargo run
Tip
Some examples have additional arguments that need to be passed in to run. These will be noted at the top of the src/main.rs file.