Skip to content

Can I use SQLG from Python? #422

Answered by pietermartin
FRaverta asked this question in Q&A
Discussion options

You must be logged in to vote

Yes but not natively. To use TinkerPop from outside the JVM you have to go via gremlin server.
There are python drivers that talk to gremlin server.
However all of Sqlg's 'native' features are not available via these drivers. Fairly sure it possible to add these features but as I am not a python developer I have not investigated it. The same goes for javascript.
What will not be available is the api to directly create the schema with non standard features like partitions and indexes and some types.
Also bulk mode will not be available.
So all and all till someone does the work to expose these features via the drivers I would not actually suggest using Sqlg outside the JVM.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FRaverta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants