Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-10-2020 02:24 AM
I am working on a task which requires accessing a third party api.
Data received from the API will be in JSON Format.
My issue is :
09-10-2020 12:47 PM
in the past i have added apoc as dependency to my library and then simply import and call it like you'd call any java function ( here's an example )
<dependency>
<groupId>apoc</groupId>
<artifactId>apoc</artifactId>
<version>3.5.0.11</version>
<scope>system</scope>
<systemPath>${project.basedir}\apoc....jar</systemPath>
</dependency>
import apoc.create.Create;
....
new apoc.create.Create().vNode(labels, props);
....
All the sessions of the conference are now available online