What is tinkerpop?

How can I solve the TinkerPop forum? Will it indicate a standard for graphic DBs and related technologies? In this effort, is TinkerPop considered an authority or a pioneer in a way? I could not understand them by visiting the TinkerPop homepage. Thanks.

+7
graph tinkerpop
source share
1 answer

TinkerPop is simply the name of a project containing drawings and other projects that you see on the TinkerPop homepage. This is not a project or library in itself that you can use, but just the name of a toolbox for the graphic technology space.

TinkerPop also refers to a collection of people (many of whom are representatives of various graph database providers such as Neo4j , Titan , OrientDB , Bitsy , etc.) You might think of TinkerPop as a guild graphics technology or communication.

TinkerPop is not a specification, mandate, or standard for writing graphical applications and does not seek to do so. TinkerPop simply provides a set of interfaces that graphic database developers (Blueprints) can implement to get all the functions of the rest of the TinkerPop stack (Pipes, Frames, Rexster, Furnace, and Gremlin), where each part of the stack provides a specific function in supporting application development based on schedules.

UPDATE: Starting with version 3.x, TinkerPop is an Apache project - http://tinkerpop.apache.org/ . In section 3.x, TinkerPop no longer has separate separate projects, such as Drawings, Pipes, etc. This is just one project repository that is complex in all of these projects.

+17
source share

All Articles