Software Alternatives, Accelerators & Startups

One-liner for running queries against CSV files with SQLite

Tidy Viewer LNAV OctoSQL
  1. Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.

    #Linux #Spreadsheets #CSV Editors 2 social mentions

  2. 2
    The Log File Navigator (lnav) is an advanced log file viewer for the console.
    Pricing:
    • Open Source
    One of my all-time favorite (and somehow still-obscure / relatively unknown) tools is called `lnav` ^1. It's a mini-ETL powertool with embedded SQLite, perfect for wrangling log files or other semi-structured data (a few millions of rows are no problem), it's intuitive and flexible... 1. https://lnav.org.

    #Monitoring Tools #Log Management #Realtime Analytics 62 social mentions

  3. OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - cube2222/octosql
    Since many people are sharing ones liners with various tools... OctoSQL[0]: octosql 'SELECT passenger_count, COUNT(*), AVG(total_amount) FROM taxi.csv GROUP BY passenger_count' [0]:https://github.com/cube2222/octosql.

    #Databases #Big Data #Relational Databases 23 social mentions

Discuss: One-liner for running queries against CSV files with SQLite

Log in or Post with