Skip to content

Commit

Permalink
Initial code to populate Neo4J nodes from CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
skamarrudin committed Jul 5, 2012
1 parent 75541e6 commit 8a88f45
Show file tree
Hide file tree
Showing 22 changed files with 10,158 additions and 58 deletions.
4 changes: 4 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ app.del('/users/:id', routes.users.del);
app.post('/users/:id/follow', routes.users.follow);
app.post('/users/:id/unfollow', routes.users.unfollow);

app.get('/datainit/business', routes.datainit.loadBusiness);

app.get('/businesses', routes.businesses.list);

app.listen(process.env.PORT || 3000);
console.log("Express server listening on port %d in %s mode", app.address().port, app.settings.env);
Binary file added data/Business.csv
Binary file not shown.
12 changes: 12 additions & 0 deletions data/BusinessTest.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Id , Name , ACN , Phone , Website , AddressLine1 , AddressLine2 , Postcode , City , State , Type
1 , Admunaquax Holdings , 512888591 , 060-357-0479 , http://hjgqktbxthwd.com.au , 254 , New Freeway , 3004 , Hamilton , NSW , T
2 , Klisapeficator International Company , 911268370 , 3237875959 , http://buwkjqyzcwfj.com.nz , 125 , White Clarendon Way , 2872 , Adelaide , NT , C
3 , Rehupadar Direct , 296352667 , 834-6660209 , http://twdulvvmjv.com.au , 116 , West New Road , 4397 , Parramatta , TAS , T
4 , Ciptinicator Holdings , 157361279 , 276-6711926 , http://hudmfqsslscnke.com.nz , 876 , Rocky Nobel Avenue , 6400 , Dubbo , VIC , T
5 , Emtinicator WorldWide , 748572906 , 398602-6555 , http://hjkbefexdbrlvp.com.au , 247 , Green Second Street , 6867 , Sunshine Coast , TAS , C
6 , Upnipommower International , 131293998 , 477-732-0140 , http://aejewqroqvkatqk.com.au , 814 , Oak Drive , 2164 , Busselton , NT , T
7 , Grocadollan International , 369578957 , 740031-2445 , http://neakizbqfidyhxw.com.au , 981 , East Nobel Drive , 2463 , Port Lincoln , TAS , C
8 , Winglibplazz International Corp. , 320328002 , 026-417-0740 , http://nfvnmrrwkjudenr.com.au , 254 , Rocky Cowley Freeway , 4890 , Cessnock , SA , C
9 , Surwerpower WorldWide Group , 509931675 , 4512570658 , http://hkjqrehnqhopix.com.nz , 248 , First Blvd. , 3365 , Mount Isa , SA , T
10 , Qwihupor Direct Group , 972211482 , 387-859-5665 , http://rcemqanjoyq.com.au , 309 , West Fabien Parkway , 6302 , Wollongong , SA , T

Loading

0 comments on commit 8a88f45

Please sign in to comment.