From 78cf40568d39975ed2738113caa4d06a088a9a73 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Tue, 29 May 2018 18:22:40 -0400 Subject: [PATCH] Did a very basic update of the website. --- README.md | 4 +- Diagram.svg => website/Diagram.svg | 0 exampleGraph.png => website/exampleGraph.png | Bin website/index.html | 57 ++++++++++++++++++- 4 files changed, 58 insertions(+), 3 deletions(-) rename Diagram.svg => website/Diagram.svg (100%) rename exampleGraph.png => website/exampleGraph.png (100%) diff --git a/README.md b/README.md index c404912..f9b640f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ gremlin graph database. Currently this project scrapes the steam API for friends and their friends which can be used to generate a graph. This information is stored locally in a gremlin server and is then sent to the client via a web socket. -![Diagram](Diagram.svg) +![Diagram](website/Diagram.svg) [Video Of Friends of Friends Graph](https://www.youtube.com/watch?v=WJfo9bU0nH8) @@ -16,7 +16,7 @@ If you are lucky, you will find it live at [http://jrtechs.student.rit.edu/frien It is still being actively developed and does not have permanent hosting so there is a %60 chance at any time that you will be able to access it. -![Graph](exampleGraph.png) +![Graph](website/exampleGraph.png) # Bugs diff --git a/Diagram.svg b/website/Diagram.svg similarity index 100% rename from Diagram.svg rename to website/Diagram.svg diff --git a/exampleGraph.png b/website/exampleGraph.png similarity index 100% rename from exampleGraph.png rename to website/exampleGraph.png diff --git a/website/index.html b/website/index.html index 335c705..466eb97 100644 --- a/website/index.html +++ b/website/index.html @@ -45,7 +45,62 @@



-

TDLTR

+

Steam Graph Analysis

+ +

This is a project that I threw together during the weekend to play around with + gremlin graph database. Currently this project scrapes the steam API for friends + and their friends which can be used to generate a graph. This information is stored + locally in a gremlin server and is then sent to the client via a web socket.

+ +

Diagram

+ +

+ +

This project is in the VERY early stages of development and is far from finished. + If you are lucky, you will find it live at http://jrtechs.student.rit.edu/friendsOfFriends.html. + It is still being actively developed and does not have permanent hosting so there is a %60 + chance at any time that you will be able to access it.

+ +

Graph

+ +

Bugs

+ + + +

TODO

+ +