You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jython or GraalVM allow Python-Java interop, and Neo4j provides a native Java API. So maybe we can use Jython/Graal as the intepreter for the application server, thus allowing the app server to communicate with Neo4j natively, no I/O.
Assuming the trade-off would be faster queries but longer build time?
The text was updated successfully, but these errors were encountered:
Jython or GraalVM allow Python-Java interop, and Neo4j provides a native Java API. So maybe we can use Jython/Graal as the intepreter for the application server, thus allowing the app server to communicate with Neo4j natively, no I/O.
Assuming the trade-off would be faster queries but longer build time?
The text was updated successfully, but these errors were encountered: