mirror of
https://github.com/oxnr/awesome-bigdata.git
synced 2026-05-06 08:02:23 -05:00
[PR #378] Add rawquery to SQL-like processing #2910
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oxnr/awesome-bigdata/pull/378
Author: @MagicLex
Created: 4/27/2026
Status: 🔄 Open
Base:
master← Head:add-rawquery📝 Commits (1)
d24cdf2Add rawquery to SQL-like processing📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adds rawquery to the SQL-like processing section.
rawquery is a managed lakehouse: DuckDB as the query engine, Apache Iceberg as the table format (already on this list), S3 for storage, Nessie as the catalog. Clients connect via Postgres wire protocol, a CLI, or a Python/REST API.
Sits next to Dremio and PrestoDB conceptually — interactive SQL on object storage.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.