Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bulkload data in some popular format #347

Open
ShiKaiWi opened this issue Oct 27, 2022 · 2 comments
Open

Support bulkload data in some popular format #347

ShiKaiWi opened this issue Oct 27, 2022 · 2 comments
Labels
feature New feature or request Long-term

Comments

@ShiKaiWi
Copy link
Member

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

@ShiKaiWi ShiKaiWi added the feature New feature or request label Oct 27, 2022
@jiacai2050
Copy link
Contributor

Previously discussed at #153 (comment)

@ShiKaiWi
Copy link
Member Author

ShiKaiWi commented Jun 1, 2023

#925 is part of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Long-term
Projects
None yet
Development

No branches or pull requests

3 participants