Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinkerpop/rexster
A Graph Server (no longer active - see Apache TinkerPop)
https://github.com/tinkerpop/rexster
Last synced: 8 days ago
JSON representation
A Graph Server (no longer active - see Apache TinkerPop)
- Host: GitHub
- URL: https://github.com/tinkerpop/rexster
- Owner: tinkerpop
- License: other
- Created: 2010-02-12T03:00:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T03:29:41.000Z (11 months ago)
- Last Synced: 2024-08-01T22:53:37.602Z (3 months ago)
- Language: Java
- Homepage: http://tinkerpop.apache.org/
- Size: 86.9 MB
- Stars: 433
- Watchers: 53
- Forks: 116
- Open Issues: 18
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - tinkerpop/rexster - A Graph Server (no longer active - see Apache TinkerPop) (others)
README
!https://github.com/tinkerpop/rexster/raw/master/doc/images/rexster-logo.png!
*IMPORTANT* - TinkerPop is now a part of the Apache Software Foundation and "TinkerPop 3.x":http://tinkerpop.apache.org/ 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":http://blueprints.tinkerpop.com graph through HTTP/REST and a binary protocol called "RexPro":https://github.com/tinkerpop/rexster/wiki/RexPro. "Extensions":https://github.com/tinkerpop/rexster/wiki/Extensions support standard traversal goals such as search, score, rank, and, in concert, recommendation. Rexster makes extensive use of "Blueprints":http://blueprints.tinkerpop.com, "Pipes":http://pipes.tinkerpop.com, and "Gremlin":http://gremlin.tinkerpop.com. In this way its possible to run Rexster over various graph systems including:
* "TinkerGraph":http://wiki.github.com/tinkerpop/gremlin/tinkergraph in-memory graph
* "Neo4j":http://neo4j.org/ graph database
* "OrientDB":http://www.orientechnologies.com/ graph database
* "Sparksee":http://www.sparsity-technologies.com/#sparksee graph database
* "Titan":http://thinkaurelius.github.com/titan/ graph database
* "Sesame 2.0":http://www.openrdf.org compliant RDF stores
* Many "third-party":https://github.com/tinkerpop/blueprints/wiki Blueprints implementationsRexster provides a browser-based user interface known as "The Dog House":https://github.com/tinkerpop/rexster/wiki/The-Dog-House. This interface allows for viewing vertices, edges, and their related properties. A web-based console for executing "Gremlin":http://gremlin.tinkerpop.com scripts is provided along with a "Rexster Console":https://github.com/tinkerpop/rexster/wiki/Rexster-Console which allows remote evaluation of scripts within the Rexster Server context.
The documentation for Rexster can be found at this "location":http://rexster.tinkerpop.com. Finally, please visit "TinkerPop":http://tinkerpop.com for other software products.