You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/13 18:27:28 UTC

[tinkerpop] branch master updated (347776f -> 4aca116)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 347776f  Merge branch 'tp34'
     add 8fb2099  typo and wording fixes to tp33
     new 0431da8  Merge branch 'pr-1137' into tp33
     new 83ef37e  Merge branch 'tp33' into tp34
     new 4aca116  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/reference/gremlin-applications.asciidoc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4aca11652396b6d0e31f0c08eb1767cde21370a7
Merge: 347776f 83ef37e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 13 14:27:16 2019 -0400

    Merge branch 'tp34'

 docs/src/reference/gremlin-applications.asciidoc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 83ef37e314076c22429c26695a00b7fd87679a19
Merge: 65ac493 0431da8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 13 14:27:09 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/reference/gremlin-applications.asciidoc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --cc docs/src/reference/gremlin-applications.asciidoc
index 43cbaeb,c892caf..65100f5
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@@ -450,14 -450,16 +450,14 @@@ v[6
  [[gremlin-server]]
  == Gremlin Server
  
 -image:gremlin-server.png[width=400,float=right] Gremlin Server provides a way to remotely execute Gremlin scripts
 -against one or more `Graph` instances hosted within it.  The benefits of using Gremlin Server include:
 +image:gremlin-server.png[width=400,float=right] Gremlin Server provides a way to remotely execute Gremlin against one
 +or more `Graph` instances hosted within it.  The benefits of using Gremlin Server include:
  
 -* Allows any Gremlin Structure-enabled graph to exist as a standalone server, which in turn enables the ability for
 -multiple clients to communicate with the same graph database.
 -* Enables execution of ad hoc queries through remotely submitted Gremlin scripts.
 -* Allows for the hosting of Gremlin-based DSLs (Domain Specific Language) that expand the Gremlin language to match
 -the language of the application domain, which will help support common graph use cases such as searching, ranking,
 -and recommendation.
 -* Provides a method for Non-JVM languages (e.g. Python, Javascript, etc.) to communicate with the TinkerPop stack.
 +* Allows any Gremlin Structure-enabled graph (i.e. implements the `Graph` API on the JVM) to exist as a standalone
 +server, which in turn enables the ability for multiple clients to communicate with the same graph database.
- * Enables execution of ad-hoc queries through remotely submitted Gremlin.
++* Enables execution of ad hoc queries through remotely submitted Gremlin.
 +* Provides a method for non-JVM languages which may not have a Gremlin Traversal Machine (e.g. Python, Javascript, etc.)
 +to communicate with the TinkerPop stack on the JVM.
  * Exposes numerous methods for extension and customization to include serialization options, remote commands, etc.
  
  NOTE: Gremlin Server is the replacement for link:https://github.com/tinkerpop/rexster[Rexster].


[tinkerpop] 01/03: Merge branch 'pr-1137' into tp33

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 0431da8f4cd35068105dae637fd0a40a795edf12
Merge: b4e3890 8fb2099
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 13 14:25:38 2019 -0400

    Merge branch 'pr-1137' into tp33

 docs/src/reference/gremlin-applications.asciidoc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)