loicalleyne
loicalleyne
With the recent PR merge enabling the use of map[string]interface{}, the remaining challenge is the schema. Does anyone have recommendations on how to create a parquet schema with nested fields...
When reading from a source (ie. avro-ocf, parquet) where the reader outputs a map[string]interface{} it would be great if it wasn't necessary to redefine the exit schema but instead convert...
I'd like to suggest adding support for Salesforce Object Query Language (SOQL) as an input/output. I'm willing to take a stab at implementing this if I get the spare time...
I have a use case where I'd like to take as input a pubsub topic containing GCS objectFinalize notifications and use those to trigger a data ingestion with another input...
https://github.com/danielgtaylor/restish/issues/238 Changes: New _embedded_ package (couldn't think of a better name) - Pass in []string which replaces the os.Args[] - Pass in io.Writers to optionally redirect Stdout and Stderr -...
Very nice concept, was wondering if you've considered keeping the db connection open and implementing a connection pool to allow multiple queries to run at the same time?
Is it possible to have an option to compile a statically linked Go binary so there's no dependency on having libchdb.so present on the machine it's running on? My understanding...
Is support for protobuf message format in kafka input planned?
pg2parquet 0.1.0-beta.8 Running with --output-file does not overwrite existing destination file.