zero-one-group / geni

A Clojure dataframe library that runs on Spark
Apache License 2.0
281 stars 28 forks source link

GraphFrames package with Geni? #321

Open samrose opened 3 years ago

samrose commented 3 years ago

Is it feasible to use a sparkml java package like https://graphframes.github.io/graphframes/docs/_site/index.html with Geni? Or is this outside of the scope?

samrose commented 3 years ago

I'll investigate more, I can see it may need some work to wrap the scala api.

anthony-khong commented 3 years ago

Hi @samrose, thanks for this! I personally never heard of it, and, looking through the link, my immediate reaction is that it looks like it probably needs to live in another repo. May I ask what your use case is?

samrose commented 3 years ago

@anthony-khong ok that makes sense. Thank you.

samrose commented 3 years ago

@anthony-khong do you have any advice or suggestions about integrating sparkml java packages with Geni?