akollegger / cineasts

Test project for spring data graph tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cineasts.net Logo Cineasts.net

This project is the demo/tutorial application for the Spring Data Graph library which provides convenient access to the Neo4j graph database.

This tutorial creates a complete web application built on top of Spring Data Graph.

It uses a domain that should be familiar to most - movies. So for cineasts.net we decided to add a social touch to the whole movie rating business, allowing friends to share their ratings and get recommendations for new friends and movies.

The tutorial is presented as a colloquial description of the steps necessary to create the application. It provides the configuration and code examples that are needed to understand what's happening.

The complete tutorial is contained in this projects github wiki.

About

Test project for spring data graph tutorial