How can we use Tinkerpop drawings in Orientdb?

I want to use Blueprints and Pipes in OrientDB. What is a method? And also TinkerPop3 or TinkerPop2? Which is better for my training?

+4
source share
2 answers

The latest versions of OrientDB initially implement the Blueprints API, so you use Drawings by virtue of using OrientDB. Pipes is a general data flow structure and can be used with any Blueprints chart. Use Maven and add Pipes and OrientDB as dependencies to build your project as maven will help manage all the dependencies for you.

TinkerPop2 TinkerPop3, :

, Tinkerpop 3?

, OrientDB TinkerPop3, , , TinkerPop2.

: OrientDB TinkerPop 3.x, .

+6

OrientDB 1.7.X, Graph API, Blueprints 2.5.0, Gremlin 2.5.0 . :

+2

All Articles