This document is a translation of the official documentation based on JanusGraph version 0.3.1, mainly for your convenience. Due to the author’s limited level, we welcome you to correct inappropriate translation.

The official document in English address: docs.janusgraph.org/latest/

JanusGraph Chinese document directory

  1. introduce

    1. The advantage of JanusGraph
    2. The architecture overview
    3. Quick start
  2. JanusGraph basis

    1. configuration
    2. Schema and data models
    3. Gremlin query language
    4. JanusGraph Server
    5. Deployment plan
    6. ConfiguredGraphFactory
    7. Considerations for a multi-node JanusGraph cluster
    8. Using the index
    9. Transactions
    10. JanusGraph Cache
    11. The Transaction log
    12. Commonly used configuration
    13. Q&A
    14. Technical limitations
  3. storage

    1. Apache Cassandra
    2. Apache HBase
    3. Google Cloud Bigtable
    4. Oracle Berkeley DB Java Edition
    5. InMemory Storage Backend
  4. The index

    1. Query syntax and data types
    2. Index parameters and full-text search
    3. Field mapping
    4. Direct index query
    5. Elasticsearch
    6. Apache Solr
    7. Apache Lucene
  5. The advanced

    1. Advanced Schema
    2. Final consistency
    3. Failure & Retry
    4. The index management
    5. Bulk loading
    6. Graph partition
    7. Data type and property serialization configuration
    8. TinkerPop’s Hadoop-Gremlin
    9. monitoring
    10. From Titan migration
  6. Understand the JanusGraph in depth

    1. JanusGraph data model
    2. Build JanusGraph
  7. JanusGraph development process

    1. The development way
    2. branch
    3. Pull request
    4. Release policy
  8. The appendix

    1. API Documentation (JavaDoc)
    2. Version compatibility
    3. Release version record
    4. Updated instructions
    5. Historical Version Documents