cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Export output from py2neo to php script

I have this two scripts: php echo shell_exec('python /Users/leonardo/Sites/neo4jTest/server/script_neo4j.py 2>&1') python #!/usr/bin/env python import sys sys.path.append('/anaconda2/lib/python2.7/site-packages') from py2neo import Graph graph = ...

lx2pwnd by Node Clone
  • 2116 Views
  • 5 replies
  • 4 kudos

Problem with transforming JSON in Graph DB

Hello everyone, I am currently working on a graph-db project and have a problem. I can't build a graph in neo4j from a "Meetup"-JSON. I try the following command: WITH "https://api.meetup.com/UX-Basel-Meetups/events?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&...

CSV Import

I am planning to load train schedule and stations into Neo4j from CSV. Source Data TrainNo TrainName SEQ StationCode Arrival Departure Distance 1 TN_1 1 S1 8 9 0 1 TN_1 2 S2 ...

Example project CSV location and query explanation?

On the Developer example project page in Data Setup (https://neo4j.com/developer/example-project) is a Cypher statement to LOAD CSV from Dropbox. Cool! Dropbox would be great to share a quick proof of concept graph analysis, but the Dropbox file path...

HEAP_SIZE full error

neo4j version: 3.1.2image: neo4j/neo4j-dcos:1.0.0-3.1.2neo4j browser: 2.0.0-M10plugins installed: apoc, algologs: https://gist.github.com/Rohithzr/a2c9aec9e412a823ebb0f5c89431f50a command USING PERIODIC COMMIT LOAD CSV WITH HEADERS from "url" AS lin...

Skip Error Records while loading data in Neo4J

I am trying to load data into Neo4j using apoc.load.json from a file containing streaming JSONs (sequence of JSONs separated by new line character). I am able to load the data pretty quickly using apoc.periodic.iterate and apoc.load.json together. Th...

Graphml Export/Import problems - prolog error

I am trying to move my database from one server running community edition, to another running enterprise. I export my files using <apoc.export.graphml.all('/var/lib/neo4j/import/complete-graph-april.graphml', {cypherFormat:"updateAll"})/> And import ...

Latin Characters with accents

Hello Everyone I am trying to put some texts in Italian language in my neo4j server. I need to know how I can handle the latin characters with accents. it already substitutes the latin characters like ò,à,ù with crazy characters. Can some body tell m...

CSV file and add multiply colom to import into NEO4J

Hi Michael Perhaps you can help me out or direct me to an example. I wish to import the panama papers files (in order to link) the label i already imported and have a csv file edge file with 600000 row. The files is to large to split in different fi...

arthcras by Node Clone
  • 667 Views
  • 0 replies
  • 0 kudos