-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (63 loc) · 3.68 KB
/
mkdocs.yml
File metadata and controls
73 lines (63 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: JanusGraph 翻译版(0.3.1)
site_author: FinSightRD
nav:
- 首页: index.md
- I. 介绍:
- 1.JanusGraph优势: ./introduction/the_benefits_of_janusgraph.md
- 2.架构总览: ./introduction/architectural_overview.md
- 3.开始: ./introduction/getting_started.md
- II. Janusgraph基础知识:
- 4.基本配置: ./janusgraph_basics/configuration.md
- 5.数据实例和数据模型: ./janusgraph_basics/schema_and_data_modeling.md
- 6.Gremin查询语言: ./janusgraph_basics/gremlin_query_language.md
- 7.JanusGraph服务: ./janusgraph_basics/janusgraph_server.md
- 8.部署方案: ./janusgraph_basics/deployment_scenarios.md
- 9.配置图工厂: ./janusgraph_basics/configuredgraphfactory.md
- 10.多节点JanusGraph集群中需要考虑的事项: ./janusgraph_basics/things_to_consider_in_a_multi_node_janusgraph_cluster.md
- 11.高性能索引: ./janusgraph_basics/indexing_for_better_performance.md
- 12.事务: ./janusgraph_basics/transactions.md
- 13.JanusGraph缓存: ./janusgraph_basics/janusgraph_cache.md
- 14.JanusGraph日志: ./janusgraph_basics/transaction_log.md
- 15.配置手册: ./janusgraph_basics/configuration_reference.md
- 16.常见问题: ./janusgraph_basics/common_questions.md
- 17.技术限制: ./janusgraph_basics/technical_limitations.md
- III. 存储后端:
- 18.Apache Cassandra: ./storage_backend/apache_cassandra.md
- 19.Apache Hbase: ./storage_backend/apache_hbase.md
- 20.Google Cloud Bigtable: ./storage_backend/goole_cloud_bigtable.md
- 21.Oracle Berkeley DB Java Edition: ./storage_backend/oracle_berkeley_DB_java.md
- 22.内存存储后端: ./storage_backend/inmemory_storage_backend.md
- IV. 后端索引:
- 23.查询语法和数据类型: ./index_backends/search_predicates_and_data_types.md
- 24.索引参数和全文搜索: ./index_backends/index_parameters_and_full-text_search.md
- 25.字段映射: ./index_backends/field_mapping.md
- 26.直接索引查询: ./index_backends/direct_index_query.md
- 27.Elasticsearch: ./index_backends/elasticsearch.md
- 28.Apache Solr: ./index_backends/apache_solr.md
- 29.Apache_Lucene: ./index_backends/apache_lucene.md
- V. 高级特性:
- 30.Advanced Schema: ./advanced_topics/advanced_schema.md
- 31.最终一致的存储后端: ./advanced_topics/eventually_consistent_storage_backends.md
- 32.失败 & 重试: ./advanced_topics/failure_recovery.md
- 33.索引管理: ./advanced_topics/index_management.md
- 34.批量加载: ./advanced_topics/bulk_loading.md
- 35.图分区: ./advanced_topics/graph_partitioning.md
- 36.数据类型和属性序列化配置: ./advanced_topics/datatype_and_attribute_serializer_configuration.md
- 37.JanusGraph基于TinkerPop's Hadoop-Gremlin使用: ./advanced_topics/janusgraph_with_tinkerPops_hadoop_gremlin.md
- 38.JanusGraph监控: ./advanced_topics/advanced_schema.md
- 39.从Titan迁移: ./advanced_topics/migrating_from_titan.md
- VI. JanusGraph内核:
- 40.JanusGraph数据模型: ./storage_backend/building_janusgraph.md
- 41.构建JanusGraph: ./storage_backend/janusgraph_data_model.md
- VII. JanusGraph开发流程:
- 42.开发决策: ./janusgraph_development_process/development_decisions.md
- 43.分支: ./janusgraph_development_process/branching.md
- 44.pull请求: ./janusgraph_development_process/pull_requests.md
- 45.发布策略: ./janusgraph_development_process/release_policy.md
- VIII. 附录:
- A.API文档(Java): ./appendices/api_documentation (javadoc).md
- B.版本兼容性: ./appendices/version_compatibility.md
- C.发行说明: ./appendices/release_notes.md
- D.升级说明: ./appendices/upgrade_instructions.md
- D.其它文件版本: ./appendices/other_documentation_versions.md
theme: readthedocs