-
Notifications
You must be signed in to change notification settings - Fork 7
Description
It appears my local redis, couch, and neo4j instances have been prepared but I'm not seeing any roles listed for artists. I can see in couch that Rodrigo's listed under Men at Work as backing vocals and lead guitar as roles.
Example:
http://localhost:8080/artist?name=Rodrigo%20Aravena
no roles show up for Rodrigo Aravena.
I tried to debug by hitting the neo4j shell directly with the query:
g.V[[name:"Rodrigo Aravena"]].in('member').name.uniqueObject
on the gremlin command line of the http/web admin, but no dice.
Any hints on what might be going wrong for me locally?
Here's my local setup:
redis: 2.4.8
neo4j: 1.6.1 community
couchbase server 2.0.0-dev4 (maybe the issue is couchbase != couchdb?)
node 0.4.12
node packages:
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
└── [email protected]
The populate_couch script hung at the very end, I changed a < to a <= and exited as expected.
The graph_sync script waits after a bit of time with the following:
{ doc: 38608,
band: 866,
artist: 4214,
member: 4214,
role: 4553,
plays: 4553 }
I was expecting 38584 total from redis.
bands, keys :*
is a great repl command.
I guess there's only 866 unique bands.
Thanks again for putting together the talk/github repo. Although I couldn't read the text on the video, I could follow along with the source.