Thanks to https://github.com/apache/incubator-s2graph/pull/57, S2Grpah is able to run on a single instance. However, Installing scala/sbt and resolving dependencies to build S2graph still take lots of time (several hours on my laptop).
So I build a Docker image for the tutorial-purpose and simple description to https://hub.docker.com/r/mskim/s2graph (The Dockerfile can be found in https://github.com/emeth-kim/docker-s2graph) The instruction of `docker-compose` based installation already exists in ` https://steamshon.gitbooks.io/s2graph-book/content/getting_started.html`. I'm not sure what is better. However, It is worth considering to provide a docker image. Anyway, I'd like to write a tutorial based on this image. Thanks, Minseok Minseok On Fri, Jun 24, 2016 at 10:42 AM, Hyunsung Jo <[email protected]> wrote: > Min-Seok, > Sounds like a great idea. > A tutorial will help S2Graph reach more users. > I'd love to help. > > Thanks, > Jo > > On Thu, Jun 23, 2016 at 10:30 AM Min-Seok Kim <[email protected]> wrote: > > > Hi, folks! > > > > I'm going to write a tutorial(with dataset) like: > > - neo4j: https://neo4j.com/blog/analyzing-panama-papers-neo4j/ > > - orientDB: http://orientdb.com/orientdb-game-of-graphs/ > > - dgraph: https://dgraph.io/ > > > > This tutorial will aim that newbies are getting familiar with S2Grpah > > within tens of minutes > > to provide simple installation(using Docker?), core instructions with > > dataset, and visualization. > > > > Any comment please. > > > > thanks, > > > > Minseok > > >
