|
|
|
|
|
by avogar
1319 days ago
|
|
SPyQL looks very promising, great work! I can't help but mention clickhouse-local tool: https://clickhouse.com/docs/en/operations/utilities/clickhou... clickhouse-local is a single binary that enables you to perform fast data processing using SQL - effectively database features without a database. This tool supports the full breadth of ClickHouse functions, many popular file formats and recently added automatic schema inference. You can query not only local files, but also remote files (from S3/HDFS/static files accessed by URL). Moreover, clickhouse-local tool has interactive mode where you can create tables, play with data and do almost everything that you can do wih ordinary database. And let's not forget, this tool is written in C++, so it's incredibly fast. Disclaimer: Work at ClickHouse |
|
Disclaimer: I do NOT work for ClickHouse :)