Author: colegreer
Date: Tue Nov 25 20:31:03 2025
New Revision: 1930006
Log:
Deploy TinkerPop homepage
Modified:
tinkerpop/site/benefits-use-cases.html
tinkerpop/site/community.html
tinkerpop/site/download.html
tinkerpop/site/gremlin.html
tinkerpop/site/index.html
tinkerpop/site/providers.html
Modified: tinkerpop/site/benefits-use-cases.html
==============================================================================
--- tinkerpop/site/benefits-use-cases.html Tue Nov 25 20:10:02 2025
(r1930005)
+++ tinkerpop/site/benefits-use-cases.html Tue Nov 25 20:31:03 2025
(r1930006)
@@ -251,7 +251,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>
Modified: tinkerpop/site/community.html
==============================================================================
--- tinkerpop/site/community.html Tue Nov 25 20:10:02 2025
(r1930005)
+++ tinkerpop/site/community.html Tue Nov 25 20:31:03 2025
(r1930006)
@@ -255,7 +255,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>
@@ -736,6 +736,17 @@ const l = await g.V().out('knows').in('c
</p>
</div>
</div>
+
+ <div class="d-flex align-items-start">
+ <img
src="img/community/arrow-right-circle-fill.svg" class="img-fluid me-3 pt-1"
+ alt="img">
+ <div>
+ <p class="ft-17">
+ <a
href="https://www.npmjs.com/package/gremlin-mcp"
+ target="_blank"
class="text-blue">gremlin-mcp</a>: Model Context Protocol (MCP) Server for
Gremlin
+ </p>
+ </div>
+ </div>
<div class="d-flex align-items-start">
<img
src="img/community/arrow-right-circle-fill.svg" class="img-fluid me-3 pt-1"
Modified: tinkerpop/site/download.html
==============================================================================
--- tinkerpop/site/download.html Tue Nov 25 20:10:02 2025
(r1930005)
+++ tinkerpop/site/download.html Tue Nov 25 20:31:03 2025
(r1930006)
@@ -225,7 +225,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>
@@ -519,10 +519,10 @@ limitations under the License.
<tr>
<td data-label="Repository" class="bold">npm</td>
<td data-label="Recommended Runtime">Node.js
20</td>
- <td data-label="Artifacts"><a
href="https://www.npmjs.com/package/gremlin" class="text-blue">gremlin </a>
<br> <a href="https://www.npmjs.com/package/gremlint"
class="text-blue">gremlint </a></td>
+ <td data-label="Artifacts"><a
href="https://www.npmjs.com/package/gremlin" class="text-blue">gremlin </a>
<br> <a href="https://www.npmjs.com/package/gremlint"
class="text-blue">gremlint </a> <br> <a
href="https://www.npmjs.com/package/gremlin-mcp" class="text-blue">greml-mcp
</a></td>
<td data-label="">
<div class="code-box1">
- npm i gremlin <br> npm i gremlint
+ npm i gremlin <br/> npm i gremlint <br/>
npm i gremlin-mcp
</div>
</td>
</tr>
@@ -660,15 +660,11 @@ limitations under the License.
<div class="code-box1"><pre><code>$ git shortlog -sn
3.7.5..3.8.0
102 Stephen Mallette
- 29 andreachild
- 23 Cole-Greer
- 19 xiazcy
- 15 Yang Xia
- 14 Cole Greer
- 14 Ken Hu
+ 37 Cole Greer
+ 34 Andrea Child
+ 34 Yang Xia
+ 19 Ken Hu
6 Peter Tribe
- 5 Andrea Child
- 5 kenhuuu
4 Andrii Lomakin
1 Clement de Groc
1 Flora Jin
@@ -697,17 +693,17 @@ limitations under the License.
<div class="code-box1"><pre><code>$ git shortlog -sn
3.7.4..3.7.5
15 Stephen Mallette
- 4 Ken Hu
- 3 Cole-Greer
- 3 andreachild
- 3 xiazcy
- 2 dependabot[bot]
- 1 AnicaaOvO
- 1 Hakky54
- 1 Huberty Xavier
- 1 Kangwei Zhu
- 1 Simon Olsen
- 1 kirill-stepanishin</code></pre></div>
+ 4 Ken Hu
+ 3 Andrea Child
+ 3 Cole Greer
+ 3 Yang Xia
+ 2 dependabot[bot]
+ 1 AnicaaOvO
+ 1 Hakky54
+ 1 Huberty Xavier
+ 1 Kangwei Zhu
+ 1 Simon Olsen
+ 1 kirill-stepanishin</code></pre></div>
</div>
</div>
</div>
Modified: tinkerpop/site/gremlin.html
==============================================================================
--- tinkerpop/site/gremlin.html Tue Nov 25 20:10:02 2025 (r1930005)
+++ tinkerpop/site/gremlin.html Tue Nov 25 20:31:03 2025 (r1930006)
@@ -236,7 +236,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>
Modified: tinkerpop/site/index.html
==============================================================================
--- tinkerpop/site/index.html Tue Nov 25 20:10:02 2025 (r1930005)
+++ tinkerpop/site/index.html Tue Nov 25 20:31:03 2025 (r1930006)
@@ -212,7 +212,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>
Modified: tinkerpop/site/providers.html
==============================================================================
--- tinkerpop/site/providers.html Tue Nov 25 20:10:02 2025
(r1930005)
+++ tinkerpop/site/providers.html Tue Nov 25 20:31:03 2025
(r1930006)
@@ -277,7 +277,7 @@ limitations under the License.
<li><a class="dropdown-item"
href="http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Book: Practical
Gremlin by Kelvin Lawrence</a></li>
- <li><a class="dropdown-item"
href="http://sql2gremlin.com/">SQL2Gremlin</a></li>
+ <li><a class="dropdown-item"
href="https://github.com/dkuppitz/sql2gremlin">SQL2Gremlin</a></li>
</ul>
</li>