Joining CSV Data Without SQL: An IP Geolocation Use Case

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    A fast CSV command line toolkit written in Rust.

  • I have done some similar, simpler data wrangling with xsv (https://github.com/BurntSushi/xsv) and jq. It could process my 800M rows in a couple of minutes (plus the time to read it out from the database =)

  • vnlog

    Process labelled tabular ASCII data using normal UNIX tools

  • Alternative very appropriate for some uses cases: `vnl-join` from the vnlog toolkit (https://github.com/dkogan/vnlog). Uses the `join` tool from coreutils (works well, has been around forever), and `vnlog` for nice column labelling

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

    CSVs sliced, diced & analyzed.

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

  • Qsv: CSVs sliced, diced and analyzed (fork of xsv)

    2 projects | news.ycombinator.com | 27 Jun 2023
  • Ask HN: How would you chunk a large Excel file?

    1 project | news.ycombinator.com | 26 May 2024
  • Qsv: Ultra-fast CSV data-wrangling toolkit

    1 project | news.ycombinator.com | 28 Jun 2023
  • How manipulate this CSV in Python?

    1 project | /r/learnpython | 23 Sep 2022
  • Any recommendations for a cli CSV editor?

    3 projects | /r/commandline | 24 Mar 2021