Steampipe Plugin Csv

Use SQL to query data from CSV files. Open source CLI. No DB required.
Alternatives To Steampipe Plugin Csv
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Q9,801
3 months ago1February 27, 201898gpl-3.0Python
q - Run SQL directly on delimited files and multi-file sqlite databases
Textql8,830
10 months ago1February 27, 201837mitGo
Execute SQL against structured text like CSV or TSV
Datasette7,83235130a day ago120May 02, 2022512apache-2.0Python
An open source multi-tool for exploring and publishing data
Countries States Cities Database4,908
10 days ago41odbl-1.0PHP
🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
Octosql4,50422 days ago32September 04, 202239mpl-2.0Go
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Dsq3,126
3 months ago1March 02, 202219otherGo
Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.
Ethereum Etl2,548
7 hours ago37May 24, 2022132mitPython
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
Province City China1,87495 months ago4March 22, 202215mitJavaScript
🇨🇳最全最新中国【省、市、区县、乡镇街道】json,csv,sql数据
Sqliteviz1,715
15 days ago28apache-2.0JavaScript
Instant offline SQL-powered data visualisation in your browser
Trdsql1,4952a month ago46January 19, 202213mitGo
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Alternatives To Steampipe Plugin Csv
Select To Compare


Alternative Project Comparisons
Readme

image

CSV Plugin for Steampipe

Use SQL to query data from CSV files.

Quick start

Install the plugin with Steampipe:

steampipe plugin install csv

Configure your config file to include directories with CSV files. If no directory is specified, the current working directory will be used.

Run steampipe:

steampipe query

Run a query for the my_users.csv file:

select
  first_name,
  last_name
from
  my_users;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-csv.git
cd steampipe-plugin-csv

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/csv.spc

Try it!

steampipe query
> .inspect csv

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Popular Csv Projects
Popular Sql Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Postgresql
Sql
Csv