You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is difficult to import data into ceresdb if the raw data is available in some popular format (CSV, parquet). And the only way is to parse the original data and write it to ceresdb by api.
Proposal
A bulkload api should be provided to do such things. User just tells ceresdb the data file path and its format, and ceresdb will do the bulkload work by itself.
Describe This Problem
Currently, it is difficult to import data into ceresdb if the raw data is available in some popular format (CSV, parquet). And the only way is to parse the original data and write it to ceresdb by api.
Proposal
A bulkload api should be provided to do such things. User just tells ceresdb the data file path and its format, and ceresdb will do the bulkload work by itself.
Additional Context
Here is the similar feature provided by DuckDB: https://duckdb.org/docs/data/overview
The text was updated successfully, but these errors were encountered: