My first true Rust program: display and query CSV in your terminal

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • csvread

    An efficient CSV reader for the console.

  • TL;DR: it is a command-line program that you can use to query big CSV files, instead of opening them in Excel for instance. Additional information (README) and code available on GitHub πŸ˜‰

  • clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  • clap to parse command-line arguments. Wow, you create your struct with some annotations, and everything is filled magically 🀩

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

    Rust parser combinator framework

  • nom to parse expressions. I used it to parse SQL-like queries that you can pass as a parameter to filter the displayed rows. When you learned a little about what you can do with it, it’s magical 😍

  • xsv

    A fast CSV command line toolkit written in Rust.

  • Great-looking first project! If anyone needs something like this that is more production-ready, I always recommend xsv

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

  • Anyone else feel like they are using Pandas as a crutch?

    1 project | /r/dataengineering | 5 Mar 2023
  • xsv

    1 project | /r/ITProTuesday | 3 Mar 2023
  • Using Commandline To Process CSV files

    1 project | /r/programming | 14 Dec 2022
  • How do I delete lines in a CSV using Sed based on condition?

    2 projects | /r/commandline | 26 Jul 2022
  • Write a program in Rust to read a CSV file and create two output CSV files – one file with odd rows and the other file with even rows from the input file

    1 project | /r/rust | 17 Jun 2022