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 2016/10/01 09:46:30 UTC

svn commit: r1762993 - /tinkerpop/site/index.html

Author: spmallette
Date: Sat Oct  1 09:46:30 2016
New Revision: 1762993

URL: http://svn.apache.org/viewvc?rev=1762993&view=rev
Log:
Added goblin and removed aiogremlin from TinkerPop libraries

Modified:
    tinkerpop/site/index.html

Modified: tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/index.html?rev=1762993&r1=1762992&r2=1762993&view=diff
==============================================================================
--- tinkerpop/site/index.html (original)
+++ tinkerpop/site/index.html Sat Oct  1 09:46:30 2016
@@ -361,7 +361,7 @@
                <a name="language-drivers"></a>
                <h4 id="language-drivers">Language Drivers</h4>
                <ul>
-                  <li><a href="https://github.com/davebshow/aiogremlin">aiogremlin</a> (python) - A Python 3 library based on asyncio and aiohttp that uses websockets to communicate with the Gremlin Server.</li>
+                  <li><a href="https://github.com/ZEROFAIL/goblin">Goblin</a> (python) - An asynchronous Python 3.5 toolkit for Gremlin Server.</li>     
                   <li><a href="https://github.com/davebshow/gremlinclient">gremlinclient</a> (python) - An asynchronous Python 2/3 client for Gremlin Server that allows for flexible coroutine syntax - Trollius, Tornado, Asyncio.</li>
                   <li><a href="http://tinkerpop.apache.org/docs/current/reference/#connecting-via-java">gremlin-driver</a> (java) - A Gremlin Server driver for Java.</li>
                   <li><a href="https://github.com/jbmusso/gremlin-javascript">gremlin-javascript</a> (js) - A Gremlin Server driver for JavaScript.</li>