From 155b9ea88d6e6a0c9ca43b7dc211c157fae560bd Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Sat, 18 Nov 2023 05:57:27 -0500 Subject: [PATCH] Add GlareDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 294b0ca..24680aa 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ Run SQL queries against anything - [CloudQuery](https://github.com/cloudquery/cloudquery) - Extracts, transforms, and loads your cloud assets into normalized PostgreSQL tables. - [csvq](https://github.com/mithrandie/csvq) - SQL-like query language for CSV. - [dsq](https://github.com/multiprocessio/dsq) - Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more. +- [GlareDB](https://github.com/GlareDB/glaredb/) - SQL engine with many data sources (CSV, PostgreSQL, MongoDB, Excel, Parquet, BigQuery, Snowflake, SQL Server, etc.) that scales from embedded to large cloud workloads. - [MAT Calcite plugin](https://github.com/vlsi/mat-calcite-plugin) - This plugin for Eclipse Memory Analyzer allows to query heap dump via SQL. - [OctoSQL](https://github.com/cube2222/octosql) - Query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - [osquery](https://github.com/osquery/osquery) - SQL powered operating system instrumentation, monitoring, and analytics.