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 d8e5b4030b815782684cefd9589e6b0766842222
Author: Marko A. Rodriguez <okramma...@gmail.com>
AuthorDate: Tue Mar 5 08:22:49 2019 -0700

    updated README.
---
 README.asciidoc | 44 +++++++++++++++++++++++---------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/README.asciidoc b/README.asciidoc
index e791fb1..363b7c7 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -16,24 +16,26 @@ limitations under the License.
 ////
 == TinkerPop4
 
-* *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
+* *java*: Apache TinkerPop for Java
+** *core*: A collection of machine and language components
+** *data*
+*** *graph*: Operators for processing property graph data.
+**** *neo4j*: A Neo4j implementation of the graph primitives
+**** *tinkergraph*: A TinkerGraph implementation of the graph primitives
+** *machine*
+*** *pipes*: Java iterator implementation of the traversal machine
+*** *rxjava*: RxJava implementation of the traversal machine
+*** *beam*: Apache Beam implementation of the traversal machine
+*** *akka*: Akka implementation of the traversal machine
+** *language*
+*** *variant*
+**** *groovy*: Groovy implementation of the Gremlin language
+**** *scala*: Python implementation of the Gremlin language
+*** *distinct*
+**** *sparql*: A SPARQL to Gremlin bytecode compiler
+**** *sql*: An SQL to Gremlin bytecode compiler
+**** *cypher*: A Cypher to Gremlin bytecode compiler
+* *test*: language test suite
+* *python*: Apache TinkerPop for Python
+* *dotnet*: Apache TinkerPop for C#
+* *javascript*: Apache TinkerPop for JavaScript
\ No newline at end of file

Reply via email to