opencypher / morpheus

Morpheus brings the leading graph query language, Cypher, onto the leading distributed processing platform, Spark.
Apache License 2.0
335 stars 62 forks source link

Support for Python API #115

Open rkaveti1 opened 6 years ago

rkaveti1 commented 6 years ago

Python API would open this library to a significant section of developers who are not in JAVA/SCALA camp. WIth many of us doing data science in PYTHON, having only scala support seems to be a limiting factor. Is there a chance that PYTHON will be supported as well?

pstutz commented 6 years ago

Feedback 7

stevencox commented 4 years ago

@pstutz @s1ck is the Scala API at a level of maturity where it's reasonable for someone to think about building a Python wrapper?

s1ck commented 4 years ago

@stevencox the traits in okapi-api are considered to be stable. We might wanna move the okapi-modules out into a separate repository at some point, but that shouldn't stop anyone from building Python wrappers around them. If you wanna draft something and need feedback, feel free to reach out.