forked from thinkaurelius/titan
-
Notifications
You must be signed in to change notification settings - Fork 0
Beginner's Guide
Dan LaRocque edited this page Jul 24, 2013
·
10 revisions
[[images/titan-kneeling.png
|width=150px|align=right|float]]
The Beginner’s Guide is a list of recommended pages to help Titan newcomers navigate the Titan manual.
- Brief Primer on Graph Databases: Introduction to graph databases in particular and databases in general
- The Property Graph Model: The data model used by Titan
- Getting Started: A simple step-by-step guide to setting up and using Titan
- The Benefits of Titan: Why you should consider using the Titan graph database
- Titan's Core Interface: How to manipulate and navigate a Titan graph
- Gremlin Query Language: How to query a Titan graph database
- Rexster Graph Server: How to expose a Titan graph as REST/binary endpoint
- Transaction Handling: How to handle transactions and concurrent users
- Titan Storage Backends: How to choose the optimal storage backend
- Titan Indexing Backends: How to choose indexing backends to provide geo, full-text, and numeric range search
- Big Graph Data Presentation: Big picture presentation on large-scale graph processing of which Titan is one part.