(no title)
stereosteve | 4 years ago
It does take a few more commands to start a ClickHouse server, create table and load data in... a friendly loader program could probably get pretty close to Roapi interface.
Both Roapi and Datafusion look very cool! Excited to learn about them.
houqp|4 years ago
zX41ZdbW|4 years ago
You can load data into MergeTree table that support streaming data ingestion or into Memory table (that is read/write as well).
Also you can run queries on the data without any preprocessing (with `file`, `url` table functions or similar).
See also https://clickhouse.com/docs/en/operations/utilities/clickhou...