json2avro
json2avro copied to clipboard
Fast JSON to Avro converter
Attempting to compile under Cygwin, I get the following error: ``` CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them...
Can you please provide the instructions to compile after cloning the project via git. I am probably doing something wrong with mine: ``` root@ip-ccc-cc-cc-ccc:~/downloads/json2avro/avro-c/build# cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=RelWithDebInfo -- The...
Are there any plans to add this to the upstream libavro-c? The Avro-C library is in dire need of a json-to-avro decoder.
I ingest data from a web service in JSON that I then clean using JQ. With the cleaned data, I want to create Hive tables, for which I use [hive-serde-schema-gen](https://github.com/strelec/hive-serde-schema-gen),...
We're heavily using this tool to convert a couple of GBs of JSON files into AVRO every day. It was useful for me to have this tool to accept more...