Howdy,
I'm so pumped I found this project! Very excited to use more of it to improve the speed of my ETL pipelines. Thank you to the maintainers :)
Are there any resources for the vision of each component? Specifically it would be helpful to understand the vision for the datafusion-cli. In my head it feels like it would be natural to replicate as much psql functionality as possible but would like to understand your frame of mind as maintainers.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Understand the vision of datafusion-cli so I can make useful contributions and improvements e.g. import from CSV and export to parquet via datafusion-cli
Describe the solution you'd like
Support for common psql commands like \copy, \d etc... instead of writing a custom rust program.
Describe alternatives you've considered
Additional context
Howdy,
I'm so pumped I found this project! Very excited to use more of it to improve the speed of my ETL pipelines. Thank you to the maintainers :)
Are there any resources for the vision of each component? Specifically it would be helpful to understand the vision for the datafusion-cli. In my head it feels like it would be natural to replicate as much
psqlfunctionality as possible but would like to understand your frame of mind as maintainers.Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Understand the vision of datafusion-cli so I can make useful contributions and improvements e.g. import from CSV and export to parquet via
datafusion-cliDescribe the solution you'd like
Support for common psql commands like
\copy, \detc... instead of writing a custom rust program.Describe alternatives you've considered
Additional context