Skip to content

driedtoast/socialgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project will be based on:

  • Spring 3.0.0 – REST annotations and component wiring
  • Neo4j – graph database
  • Jackson – JSON serialization
  • Restlet – API framework
  • MyBatis – DB mapping integration

The intent is to create a connection based application that is accessible via REST calls. It would be used by a UI, with some experiments being angularjs for the UI.

Goals

The goals of the initial version is to:

  • create users
  • register users
  • add users to groups
  • add friends to users
  • send invites to users – allowing registration
  • integration with third-party social apis

Building and Running

Requires JDK 1.7.X.

Build uses gradle, build by:

  • gradle war

Setup eclipse with:

  • gradle eclipse

You can run with the following:

TODO

Resources

License

Project is licensed under the Apache 2 License

About

Social networking graph REST application based using neo4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published