Posted: September 13th, 2017

Complex Network Data Structures

Paper, Order, or Assignment Requirements

 

 

Complex Network Data Structures
Explain the Questions fully and in detail below so Answer the Questions below:
How do I make connections in a node?
How do I make new node?
How do I explore or extract any connections to a node?
Since you can access the server from home, you are in a good position to answer the three questions I set for you:

1. How can I create a new node?
2. How do I create new relationships between nodes?
3. How do I get information about relationships from a node?

All the instructions for this are in the video the link to the video is here. So use the You Tube video to do these Questions. You should be WRITING your answers.

The server is at:
http://ec2-107-22-49-225.compute-1.amazonaws.com:7474/browser/

In the first part of the You Tube video, I show you how to create new nodes in the datastructure in Neo4j. This is easy.

Browse here:
http://ec2-107-22-49-225.compute-1.amazonaws.com:7474/browser/

In the command line prompt at the top, type:

match (n) return n;

This will return the existing nodes in a graphical way.

You can create new nodes with simple commands:

create (n:Person {name:”Fred smith”});

and

create (x:Question {value:”This is a new question”});

You can create relationships between the nodes with something like:
match (n:Person), (x:Question) where n.name = “Fred smith” and x.value=”This is a new question” create (n)-[:AGREE {strength:5}]-(x);

Create these new nodes below.
After each one, do a “match (n) return n”
Take screenshots of the datastructure that emerges.
Explain the ways that nodes can be connected to each other.

Take screenshots for each step and explain fully in detail for the Questions above.

The relationship code should read:

match (n:Person), (x:Question) where n.name = “Fred smith” and x.value=”This is a new question” create (n)-[:AGREE {strength:5}]->(x);

1. Put nodes into Neo4j using the Neo4j interface and the cypher query language. Follow instructions in the video. Understand the complexity of the data structures that can be created. Write about what you are doing.

2. Explore the PHP interface code. Explain what it’s doing (I’ve made a start in the video). Think about ways of improving it. Write about these.
3. Explore the testme3.php code. Run this from the command line with “php testme3.php”.. you will see it spits out a load of data. How does it get this? How are the values manipulated?

Take screenshots for each step and explain fully in detail for the Questions above.

Use Neo4j to do the tasks above it is related to the Data Structures and Algorithms Assignment 3.

 

Place An Order On this Paper By Clicking the Link Below:

 

http://universitycustomwritings.com/place-order/

 

YOU CAN ALSO PLACE  AN ORDER ON OTHER SIMILAR PAPERS WHICH WILL BE PROCESSED BY OUR TEAM OF WRITERS AT A HIGHLY DISCOUNTED PRICE!!!

 

Expert paper writers are just a few clicks away

Place an order in 3 easy steps. Takes less than 5 mins.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Live Chat+1-631-333-0101EmailWhatsApp