diff --git a/website/index.html b/website/index.html index 635b8c0..ca4fcbb 100644 --- a/website/index.html +++ b/website/index.html @@ -7,6 +7,7 @@ + @@ -91,63 +92,75 @@ -

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.

+
+

Steam Graph Analysis

+
-

Diagram

+
+
+

This is a project that I threw together during a weekend to play around with + graph databases. This project uses the steam api to acquire people's friends lists; + this information is stored locally in a gremlin database. The client is sent information to + render on their javascript graph as it is pulled from the graph database via a web socket. +

+
+

Try it out!

+ Make a Graph +
+
+
+ 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

+
+
+

Future Additions

- +

If you are interested in this project, or want to help work on it, check it out + on github.

+
+
+ + +
+