P Peter Lewis Active Member Licensed User Longtime User Feb 24, 2021 #1 Hi All Has anyone done any integration with NEO4J before ? Graph Database Thank you
tchart Well-Known Member Licensed User Longtime User Feb 24, 2021 #2 @Peter Lewis I have. What specifically were you after? Edit - I have a wrapped library if thats what you are after Upvote 0
@Peter Lewis I have. What specifically were you after? Edit - I have a wrapped library if thats what you are after
P Peter Lewis Active Member Licensed User Longtime User Feb 24, 2021 #3 tchart said: @Peter Lewis I have. What specifically were you after? Edit - I have a wrapped library if thats what you are after Click to expand... That would be great . I was looking for a way to connect to B4J Upvote 0
tchart said: @Peter Lewis I have. What specifically were you after? Edit - I have a wrapped library if thats what you are after Click to expand... That would be great . I was looking for a way to connect to B4J
tchart Well-Known Member Licensed User Longtime User Feb 24, 2021 #4 Peter Lewis said: That would be great . I was looking for a way to connect to B4J Click to expand... Peter, are you just looking to connect and query? I was running an embedded server in my application so access isnt via JDBC. Upvote 0
Peter Lewis said: That would be great . I was looking for a way to connect to B4J Click to expand... Peter, are you just looking to connect and query? I was running an embedded server in my application so access isnt via JDBC.
P Peter Lewis Active Member Licensed User Longtime User Feb 25, 2021 #5 tchart said: Peter, are you just looking to connect and query? I was running an embedded server in my application so access isnt via JDBC. Click to expand... I am running B4J server which is also connected to MSSQL , This would be just for queries Thanks Upvote 0
tchart said: Peter, are you just looking to connect and query? I was running an embedded server in my application so access isnt via JDBC. Click to expand... I am running B4J server which is also connected to MSSQL , This would be just for queries Thanks
tchart Well-Known Member Licensed User Longtime User Feb 25, 2021 #6 @Peter Lewis if you are just querying then you should just need the JDBC driver from here; https://github.com/neo4j-contrib/neo4j-jdbc/releases Upvote 0
@Peter Lewis if you are just querying then you should just need the JDBC driver from here; https://github.com/neo4j-contrib/neo4j-jdbc/releases