Code Monkey home page Code Monkey logo

Comments (8)

mjakubowski84 avatar mjakubowski84 commented on July 2, 2024

Hi! Could you explain what you want to achieve?

from parquet4s.

jtjeferreira avatar jtjeferreira commented on July 2, 2024

Hi! I have some protobuf messages, that I would like to write to parquet files without having to map to intermediary classes nor derive schemas etc using the parquet4s typeclasses.
I am also usigng akka-streams, but I think thats an orthogonal concern...

from parquet4s.

mjakubowski84 avatar mjakubowski84 commented on July 2, 2024

So, regarding writing, AFAIR this writer is used internally in every place. In order to write from Protobuf we need to replace it with Protobuf version. Additionally, we won't use schema resolver but a Protobuf Message.

If you want to add Protobuf support to Parquet4s - then it's fantastic. However, I would prefer not to add Protobuf dependencies to the existing artifacts. So I think that we can create a new module. With small changes to this class we could use a different internal writer and reuse it in protobuf module. Similarly, the same could happen in Akka Stream.

from parquet4s.

jtjeferreira avatar jtjeferreira commented on July 2, 2024

If you want to add Protobuf support to Parquet4s

I was evaluating parquet4s for a future project and if we end up using parquet this feature would be useful, and I will try to this.

However, I would prefer not to add Protobuf dependencies to the existing artifacts. So I think that we can create a new module

I was also thinking about that, like a parquet4s-protobuf that depends on parquet-protobuf. However do you think it would possible to make a change in parquet4s-core so that a user can pass any Writer (for example AvroParquetWriter )

from parquet4s.

marcinaylien avatar marcinaylien commented on July 2, 2024

However do you think it would possible to make a change in parquet4s-core so that a user can pass any Writer

Yes, I think so, as long as backwards compatibility is kept.

from parquet4s.

flipp5b avatar flipp5b commented on July 2, 2024

Hi!

With small changes to this class we could use a different internal writer and reuse it in protobuf module.

It would be great. The ability to provide a custom writer could have a big value for those who prefer to bypass RowParquetRecord creation for performance reasons. In my case (schema with thousands of columns), this badly lowers GC pressure and boost overall write performance.

I suppose, as a next step, it's also possible to automatically derive a WriteSupport instance for case classes.

from parquet4s.

jtjeferreira avatar jtjeferreira commented on July 2, 2024

I was evaluating parquet4s for a future project and if we end up using parquet this feature would be useful, and I will try to this.

The future project was delayed, so I am not working on this...

from parquet4s.

mjakubowski84 avatar mjakubowski84 commented on July 2, 2024

Thanks to @flipp5b, Parquet4s v2.10.0 supports writing Protobuf, or any kind of data supported by the original Java Parquet library, to a single file. Examples show how this can be achieved.

I wonder if a similar improvement could be introduced to viaParquet, which has many more features.

from parquet4s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.