Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the language developed by it.

seen from France
seen from China
seen from Italy

seen from Malaysia

seen from Italy

seen from Canada
seen from Malaysia
seen from Canada
seen from United Kingdom

seen from Italy

seen from Canada
seen from Türkiye
seen from China

seen from Yemen
seen from China
seen from Chile
seen from Yemen
seen from United States

seen from Italy

seen from Maldives
Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the language developed by it.
Black and white woodcut-style illustrations for “Tales from the Tinkerpop” entry of the DataStax Developer Blog.
A Story of graphs, DBs, and graph databases
After Marko Rodriguez’s Knowledge representation and reasoning with graph databases, another great intro to graph databases resource is Joshua Shinavier’s presentation:
New FoundationDB Layer for the Blueprints Graph API
During a recent vacation between jobs, FoundationDB beta community member Will Wilson jumped into a new project and used our Java API to write a layer that implements the Blueprints 2.3.0 API. The entire layer took him two days to complete, including testing.
Blueprints is an open source specification of a graph database interface. The Blueprints API forms the lowest level of the Tinkerpop technology stack, which includes the Pipes framework for dataflow processing, the Gremlin query language, and the Furnace graph algorithms package. As a result, Will's layer allows you to use FoundationDB as a storage layer for the entire Tinkerpop stack.
Will has posted the FoundationDB Blueprints Graph API code to github. The layer passes the entire Blueprints test suite and supports most of the optional Blueprints features, including transactions for the graph database. Will notes that our Java API was an excellent match for Blueprints, and our transactions made it easy to implement features such as indexing that can otherwise pose tricky synchronization problems. For his next project, Will is thinking about implementing a new storage backend for Titan using FoundationDB.
The Blueprints layer illustrates the power of FoundationDB layers. Our core database combines an ordered key-value store with multikey ACID transactions, allowing multiple data elements to be updated in a single transaction. By mapping higher-level data elements to key-value pairs, a developer can write small amounts of code to implement a rich data model.
Since his vacation, Will has joined the FoundationDB development team on a full-time basis. We look forward to more contributions like this from the FoundationDB community!
Mascot characters designed for Tinkerpop
GraphDB-Bench is a collection of benchmarks for analyzing the performance of various graph frameworks
Anyone reviewed it? Anyone tried it? Is it a solid NoSQL benchmark?
Original title and link: Graph Database Benchmark: TinkerPop's GraphDB-Bench (NoSQL databases © myNoSQL)