[ 
https://issues.apache.org/jira/browse/CAMEL-13573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326711#comment-17326711
 ] 

Miguel Costa commented on CAMEL-13573:
--------------------------------------

I struggle a bit on the camel-connectors and camel-core side to understand all 
this generated boilerplate code 
I was trying to understand if there was any maven plugin that would generate 
this kind of scaffold for a new dataformat but could not really get it.
I checked [here|https://camel.apache.org/manual/latest/contributing.html] and 
[here|https://camel.apache.org/manual/latest/camel-maven-plugin.html] and  in 
the project readmes (maybe not good enough my check).

Also even the building of the project was a bit of a pain with some of the 
artifacts not being in maven central and I had to install them manually. 
{code}
mvn install:install-file -DgroupId=com.google.code.findbugs -DartifactId=jsr305 
-Dversion=3.0.2.redhat-00008 -Dpackaging=jar 
-Dfile=jsr305-3.0.2.redhat-00008.jar
{code}

I could just start by copy-pasting the camel-avro module and adapt it to 
parquet but I have a feeling that there should be a better way to do that.

I think I'll need to leave this for more experienced camel developers or 
contributors.


> Parquet Dataformat: supporting parquet files in marshal / unmarshal
> -------------------------------------------------------------------
>
>                 Key: CAMEL-13573
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13573
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Matteo Redaelli
>            Priority: Major
>             Fix For: Future
>
>
> It would be useweful to read / store data (marshal / unmarshal) in parquet 
> format ([https://parquet.apache.org/]). 
> It is widely used in bigdata projects / datalakes 
>  
> I did not found any info about it in the documentation...
>  
> Thanks
> Matteo



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to