Closed adrianco closed 8 years ago
Example Cypher create
create
(lamp_mysql00:Node {name:"lamp.us-east-1.zoneA.rds-mysql00", package:"store", timestamp:"2016-04-17T13:40:05.938437713-07:00",metadata:"IP/54.198.0.1", region:"us-east-1", zone: "zoneA"}),
(lamp_mysql01:Node {name:"lamp.us-east-1.zoneA.rds-mysql01", package:"store", timestamp:"2016-04-17T13:40:05.938513762-07:00",metadata:"IP/54.221.0.1", region:"us-east-1", zone: "zoneA"}),
lamp_mysql00-[:CONNECTION]->lamp_mysql01;
Result of above query
nice! On Fri, Apr 29, 2016 at 8:21 AM Adrian Cockcroft notifications@github.com wrote:
Result of above query [image: screen shot 2016-04-29 at 5 19 29 pm] https://cloud.githubusercontent.com/assets/111700/14920609/b4b1ecf6-0e2e-11e6-93b7-5a0fd109f1ab.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/adrianco/spigo/issues/65#issuecomment-215752877
Checked in first attempt at a neo4j driver, go test does write to Neo4j now, much more to do.
Got the basics implemented. Now adding flow records.
Worked with Michael Hunger to fix the way I was storing the data, made it easier to query. Basic setup is done so closing this issue and continuing work on others.
Fork the graphjson package and change to generate cypher Modify the collect code to log zipkin trace data in Neo4j as well Add -n http://localhost:7474 option to enable, with default local connection