简体   繁体   中英

Cassandra Titan create own DB

I am starting with titan and i am really loosing in it. I created my own graph databse model with tables(Vertices) and relations(Edge). Well, now I want to create my DB, but I cannot find any good tutorial. How to build scripts? Do you have same example how to create own verticles and edges? Thx.

If you are new to graphs and new to Titan, start here:

http://s3.thinkaurelius.com/docs/titan/0.5.4/getting-started.html

If you don't follow that then recognize that Titan implements the Blueprints interfaces (ie TinkerPop ) and thus is accessible via the Gremlin graph traversal language:

https://github.com/tinkerpop/gremlin/wiki/Getting-Started

There are plenty of resources available that explain how these things work. Consider looking at GremlinDocs as well as Sql2Gremlin as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM