You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2018/04/24 02:06:20 UTC

[10/16] incubator-s2graph git commit: Merge pull request #15 from elric-k/S2GRAPH-193

Merge pull request #15 from elric-k/S2GRAPH-193

[S2GRAPH-193] Add ReadME

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/fc273fb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/fc273fb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/fc273fb3

Branch: refs/heads/master
Commit: fc273fb3d2126e706d48817c3887007f4964d7de
Parents: 0c9f74f e28071d
Author: Doyung Yoon <st...@apache.org>
Authored: Mon Apr 16 17:17:13 2018 +0900
Committer: GitHub <no...@github.com>
Committed: Mon Apr 16 17:17:13 2018 +0900

----------------------------------------------------------------------
 bin/s2graph-daemon.sh                           |   8 +-
 bin/s2graph.sh                                  |   5 +-
 bin/start-s2graph.sh                            |   7 +-
 bin/stop-s2graph.sh                             |   5 +-
 conf/application.conf                           |   8 +-
 example/common.sh                               |  54 ++++++++++
 example/create_schema.sh                        |  34 ++++++
 example/import_data.sh                          |  24 +++++
 example/movielens/desc.txt                      |   8 ++
 example/movielens/generate_input.sh             |  11 ++
 example/movielens/jobdesc.template              | 106 +++++++++++++++++++
 example/movielens/schema/edge.rated.graphql     |  42 ++++++++
 example/movielens/schema/edge.related.graphql   |  40 +++++++
 example/movielens/schema/edge.tagged.graphql    |  37 +++++++
 example/movielens/schema/service.graphql        |  14 +++
 example/movielens/schema/vertex.movie.graphql   |  30 ++++++
 example/movielens/schema/vertex.tag.graphql     |  16 +++
 example/movielens/schema/vertex.user.graphql    |  16 +++
 example/prepare.sh                              |  41 +++++++
 example/run.sh                                  |  27 +++++
 s2jobs/README.md                                |  36 +++++--
 .../org/apache/s2graph/s2jobs/task/Source.scala |   3 +
 22 files changed, 559 insertions(+), 13 deletions(-)
----------------------------------------------------------------------