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

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

commit 0726e2d7190e8d3a35b691eba426995528ae8c55
Author: Marko A. Rodriguez <okramma...@gmail.com>
AuthorDate: Sun Mar 3 11:08:32 2019 -0700

    small tweaks to README.
---
 README.asciidoc | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/README.asciidoc b/README.asciidoc
index aba1b44..e791fb1 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -16,23 +16,24 @@ limitations under the License.
 ////
 == TinkerPop4
 
-* gremlin-core: A collection of Gremlin machine and language components
-* gremlin-data
-** gremlin-graphs
-*** gremlin-neo4j: A Neo4j implementation of the Gremlin graph primitives
-*** gremlin-tinkergraph: A TinkerGraph implementation of the Gremlin graph 
primitives
-* gremlin-machines
-** gremlin-beam: Apache Beam implementation of the Gremlin traversal machine
-** gremlin-akka: Akka implementation of the Gremlin traversal machine
-** gremlin-pipes: Java iterator implementation of the Gremlin traversal machine
-* gremlin-languages
-** gremlin-variants
-*** gremlin-groovy: Groovy implementation of the Gremlin traversal language
-*** gremlin-python: Python implementation of the Gremlin traversal language
-*** gremlin-javascript: JavaScript implementation of the Gremlin traversal 
language
-*** gremlin-dotnet: C# implementation of the Gremlin traversal language
-** gremlin-uniques
-*** gremlin-sparql: A SPARQL to Gremlin bytecode compiler
-*** gremlin-sql: An SQL to Gremlin bytecode compiler
-*** gremlin-cypher: A Cypher to Gremlin bytecode compiler
-* gremlin-test: language test suite
\ No newline at end of file
+* *gremlin-core*: A collection of Gremlin machine and language components
+* *gremlin-data*
+** *gremlin-graph*: Operators for processing property graph data.
+*** *gremlin-neo4j*: A Neo4j implementation of the Gremlin graph primitives
+*** *gremlin-tinkergraph*: A TinkerGraph implementation of the Gremlin graph 
primitives
+* *gremlin-machines*
+** *gremlin-pipes*: Java iterator implementation of the Gremlin traversal 
machine
+** *gremlin-rxjava*: RxJava implementation of the Gremlin traversal machine
+** *gremlin-beam*: Apache Beam implementation of the Gremlin traversal machine
+** *gremlin-akka*: Akka implementation of the Gremlin traversal machine
+* *gremlin-languages*
+** *gremlin-variants*
+*** *gremlin-groovy*: Groovy implementation of the Gremlin traversal language
+*** *gremlin-python*: Python implementation of the Gremlin traversal language
+*** *gremlin-javascript*: JavaScript implementation of the Gremlin traversal 
language
+*** *gremlin-dotnet*: C# implementation of the Gremlin traversal language
+** *gremlin-uniques*
+*** *gremlin-sparql*: A SPARQL to Gremlin bytecode compiler
+*** *gremlin-sql*: An SQL to Gremlin bytecode compiler
+*** *gremlin-cypher*: A Cypher to Gremlin bytecode compiler
+* *gremlin-test*: language test suite
\ No newline at end of file

Reply via email to