Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome TinkerPop !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome TinkerPop !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
!alt tag (https://raw.githubusercontent.com/mohataher/awesome-tinkerpop/master/tinkerpop-splash.png)
@@ -68,8 +68,7 @@
⟡ gremlin-javascript (https://github.com/jbmusso/gremlin-javascript) (js) - A Gremlin Server driver for JavaScript.
PHP
⟡ gremlin-php
 (https://github.com/PommeVerte/gremlin-php) - gremlin-server php driver compatible with TinkerPop3. It will allow you to connect to gremlin-server and it's backends (Neo4J, Titan, etc.).
⟡ gremlin-php (https://github.com/PommeVerte/gremlin-php) - gremlin-server php driver compatible with TinkerPop3. It will allow you to connect to gremlin-server and it's backends (Neo4J, Titan, etc.).
Python
⟡ Mogwai (https://github.com/platinummonkey/mogwai) - TinkerPop3 Graph Database Library for Python.
@@ -106,8 +105,8 @@
⟡ AccumuloGraph (https://github.com/JHUAPL/AccumuloGraph) - An implementation of TinkerPop Blueprints using Accumulo.
⟡ Frontenac (https://github.com/Loupi/Frontenac) - A .NET port of the TinkerPop Stack.
⟡ Mogwai (https://github.com/platinummonkey/mogwai) - TinkerPop 2 Graph Database Library for Python.
⟡ spring-data-gremlin (https://github.com/gjrwebber/spring-data-gremlin) - Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow 
support for potentially any Graph database that implements the TinkerPop Blueprints 2.x API.
⟡ spring-data-gremlin (https://github.com/gjrwebber/spring-data-gremlin) - Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database 
that implements the TinkerPop Blueprints 2.x API.
⟡ blueprints-scala (https://github.com/anvie/blueprints-scala) - TinkerPop Blueprints Scala.
Communities
@@ -125,8 +124,7 @@
⟡ Introduction to Gremlin (http://tinkerpop.apache.org/gremlin.html) - Official introduction to the Gremlin language.
⟡ Datastax Introduction (https://academy.datastax.com/resources/getting-started-tinkerpop-and-gremlin) - A tutorial provided by Datastax to Gremlin and TinkerPop3.
⟡ TinkerPop Book (http://www.tinkerpopbook.com/) - A long promised book for Tinkeprop but never fulfilled until now. You cans till request a notification.
⟡ Linux Foundation Presentation
 (http://events.linuxfoundation.org/sites/events/files/slides/ApacheCon2015TinkerPop3.pdf) - A presentation by Linux Foundation given by David Robinson at IBM aboit Apache TinkerPop3.
⟡ Linux Foundation Presentation (http://events.linuxfoundation.org/sites/events/files/slides/ApacheCon2015TinkerPop3.pdf) - A presentation by Linux Foundation given by David Robinson at IBM aboit Apache TinkerPop3.
⟡ Getting Started with TinkerPop (http://tinkerpop.apache.org/docs/current/tutorials/getting-started/) - Learn the basics of getting up and going with TinkerPop.
⟡ The Gremlin Console (http://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/) - Discusses uses cases of the Gremlin Console and usage patterns.
⟡ Gremlin Recipes (http://tinkerpop.apache.org/docs/3.2.1-SNAPSHOT/recipes/) - Reference for common traversal patterns and style.