Skip to content

Releases: bechbd/graph-databases-in-action

Building out our social network

28 Jul 22:17
Compare
Choose a tag to compare

get friends
get friends of friends
find paths between people

Adding/modifying/deleting data

28 Jul 18:43
Compare
Choose a tag to compare

add person
update person
add is_friends_with edge
delete person

Retrieving data

21 Jul 23:03
Compare
Choose a tag to compare

vertex count
edge count
get person

Connect to the database

21 Jul 18:49
Compare
Choose a tag to compare

Setup cluster connection
Add GremlinTraversalSource

Add a database driver to the project

21 Jul 17:19
Compare
Choose a tag to compare
s6.2

add TinkerPop driver

Setting up the project

21 Jul 15:46
Compare
Choose a tag to compare

initial versions of pom.xml and App.java