Hi All -  I am new to neo4j, and would like to make the ultimate simple 
example... 
 ( I did see this blog post.. this is the simplest thing I could find.. I 
want something even simpler ! )
http://www.intelliwareness.org/2014/12/neo4j-new-neo4j-import/

I *suspect* that I am not creating an index on import, but I have no 
proof...
I have had a successful load in that I can see a "size" for the database, 
but a "SELECT ALL" query returns nothing
I am trying many small variations of headers but no progress.. 
Hints, tips etc much appreciated !!  make a super-simple example from 
scratch !!

##------------------------------

node_a  [INTERA]  node_b

  INTERA is a trivial placeholder .. the data set is 13,000 nodes, 141,000 
edges 

bin/neo4j-import --into data/import0.db  \
--nodes /Users/Shared/c_assets/neo4j_import_work/nodes.csv \
--relationships /Users/Shared/c_assets/neo4j_import_work/rels.csv


my setup is .. 

neo4j.properties
----------------------
...

# Autoindexing

node_auto_indexing=true

node_keys_indexable=ATTRA

relationship_auto_indexing=true

relationship_keys_indexable=INTERA


## input files
nodes.csv
----
ID:int,ATTRA
1,1
10,10
100,100
1000,1000
10000,10000
10001,10001
10002,10002
100049587,100049587
10005,10005
10006,10006
10007,10007
10008,10008
10009,10009
1001,1001
10010,10010
100101267,100101267
100101629,100101629
...

rels.csv

-----

:START_ID,:END_ID,:TYPE

100290337,4214,INTERA

122704,54460,INTERA

4790,79155,INTERA

2597,70,INTERA

5923,7157,INTERA

509,6122,INTERA

4067,933,INTERA

398,998,INTERA
...

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to