Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tinkerpop | 1,720 | 146 | 72 | 14 hours ago | 50 | July 21, 2021 | 23 | apache-2.0 | Java | |
Apache TinkerPop - a graph computing framework | ||||||||||
Graph | 749 | 2 months ago | 83 | apache-2.0 | Ruby | |||||
Practical Gremlin - An Apache TinkerPop Tutorial | ||||||||||
Graph Notebook | 532 | 2 days ago | 55 | June 11, 2022 | 30 | apache-2.0 | Jupyter Notebook | |||
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL. | ||||||||||
Rexster | 436 | 68 | 17 | 3 years ago | 6 | September 17, 2014 | 14 | other | Java | |
A Graph Server (no longer active - see Apache TinkerPop) | ||||||||||
Pipes | 278 | 62 | 13 | 6 years ago | 8 | September 17, 2014 | 1 | other | Java | |
A Lazy Data Flow Framework (no longer active - see Apache TinkerPop) | ||||||||||
Gremlin Javascript | 212 | 5 | 6 | 5 years ago | 12 | November 04, 2015 | 28 | mit | JavaScript | |
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API | ||||||||||
Frames | 136 | 42 | 7 | 6 years ago | 9 | September 17, 2014 | 27 | other | Java | |
An Object to Graph Framework (no longer active - see Apache TinkerPop) | ||||||||||
Ogre | 118 | 2 years ago | 18 | June 15, 2020 | 4 | Clojure | ||||
Clojure library for querying Apache TinkerPop graphs | ||||||||||
Furnace | 95 | 6 years ago | other | Java | ||||||
A Property Graph Algorithms Package (no longer active - see Apache TinkerPop) | ||||||||||
Gremlex | 50 | 3 years ago | 4 | December 18, 2018 | 6 | mit | Elixir | |||
Elixir Client for Gremlin (Apache TinkerPop™) |
IMPORTANT – TinkerPop is now a part of the Apache Software Foundation and TinkerPop 3.x is the latest incarnation of The TinkerPop. This project is TinkerPop 2.x and is no longer active.
Rexster is a graph server that exposes any Blueprints graph through HTTP/REST and a binary protocol called RexPro. Extensions support standard traversal goals such as search, score, rank, and, in concert, recommendation. Rexster makes extensive use of Blueprints, Pipes, and Gremlin. In this way its possible to run Rexster over various graph systems including:
Rexster provides a browser-based user interface known as The Dog House. This interface allows for viewing vertices, edges, and their related properties. A web-based console for executing Gremlin scripts is provided along with a Rexster Console which allows remote evaluation of scripts within the Rexster Server context.
The documentation for Rexster can be found at this location. Finally, please visit TinkerPop for other software products.