mjakubowski84 / parquet4s

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
https://mjakubowski84.github.io/parquet4s/
MIT License
283 stars 65 forks source link

Is it possible to write a file without Akka or Fs2 integration? #316

Closed kell18 closed 1 year ago

kell18 commented 1 year ago

Hello!

One question to documentation - is there a wayto write a file without Akka or Fs2 integration? The problem is that we use Cats 2.x in our project still and the latest Fs2 version used in Parquet4s pulls 3.x as dependency.

Best regards, Albert

mjakubowski84 commented 1 year ago

Yes, you can. Please read the documentation and/or examples.

kell18 commented 1 year ago

Well... I found a a glimpse on quick start page, but without a title it was almost hidden for me, I don't use Mill and I skimmed over it. Also there are docs sections about integrations with 3rd party but not about plain basic use. Thanks anyway