From 4e45efc3bdedc9e17693f125514cf4ae370a1cd1 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Tue, 26 Jun 2018 18:59:53 -0400 Subject: [PATCH] Finished first draft of steam graph blog post --- entries/projects/steam-friends-graph.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/entries/projects/steam-friends-graph.md b/entries/projects/steam-friends-graph.md index d464efb..f7511c3 100644 --- a/entries/projects/steam-friends-graph.md +++ b/entries/projects/steam-friends-graph.md @@ -68,8 +68,18 @@ already does this to a certain extent when they recommend you games that are pop ![Steam friends graph](media/steam/ben2.png) -### Hosting Project +### Hosting the Project + +Hosting the front end of this project is really easy, it is just thrown on a apache server. The backend +is more tricky since it needs to run both a java app and a gremlin server. Currently I am hosting this +project on an Ubuntu VM with 4gb ram. At idle this project only takes 1gb of ram, however, under heavy +loads it uses around 2 gb of ram and saturates the cpu. ![Steam friends graph](media/steam/jrtechs2.png) -### Future Plans for Project \ No newline at end of file +### Future Plans for Project + +In the future I would love to add more graphs to this website. Instead of just displaying graphs it would +also be cool to create pages which try's to identify friends groups, people you may know, and best +friends. There is a ton of game information available on the steam api, it might be useful to make +graphs based on friends who play the same games. \ No newline at end of file