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 Ukraine

seen from Austria

seen from Singapore

seen from United States

seen from South Africa

seen from Pakistan

seen from United States
seen from United States
seen from Italy
seen from United Kingdom

seen from Italy
seen from United States

seen from Hong Kong SAR China
seen from Ukraine

seen from Russia
seen from Canada

seen from Canada

seen from United States
seen from Poland

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

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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)