diff --git a/docs-2.0/8.service-tuning/practice.md b/docs-2.0/8.service-tuning/practice.md new file mode 100644 index 00000000000..9933a423aa0 --- /dev/null +++ b/docs-2.0/8.service-tuning/practice.md @@ -0,0 +1,31 @@ +# 实践案例 + +Nebula Graph在各行各业都有应用,本文介绍部分实践案例。更多实践分享内容请参见[博客](https://nebula-graph.com.cn/posts/)。 + +## 业务场景 + +- [百亿级图数据在快手安全情报的应用与挑战](https://nebula-graph.com.cn/posts/kuaishou-security-intelligence-platform-with-nebula-graph/) + +- [金融风控场景的使用案例](https://nebula-graph.com.cn/posts/use-case-financial-risk-control-360-digital/) + +- [基于全文搜索引擎的文本搜索](https://nebula-graph.com.cn/posts/how-fulltext-index-works/) + +## 内核 + +- [MATCH中变长Pattern的实现](https://nebula-graph.com.cn/posts/nebula-graph-source-code-reading-06/) + +- [Nebula Graph支持JDBC协议](https://nebula-graph.com.cn/posts/what-is-nebula-jdbc/) + +- [如何向Nebula Graph增加一个测试用例](https://nebula-graph.com.cn/posts/bdd-testing-practice-add-test-case/) + +- [基于BDD理论的Nebula集成测试框架重构(上)](https://nebula-graph.com.cn/posts/bdd-testing-practice/) + +- [基于BDD理论的Nebula集成测试框架重构(下)](https://nebula-graph.com.cn/posts/bdd-testing-practice-volume-2/) + +- [解析Nebula Graph子图设计及实践](https://nebula-graph.com.cn/posts/nebula-graph-subgraph-introduction/) + +## 周边工具 + +- [基于Nebula Importer批量导入工具性能验证方案总结](https://nebula-graph.com.cn/posts/nebula-importer-practice/) + +- [详解Nebula 2.0性能测试和Nebula Importer数据导入调优](https://nebula-graph.com.cn/posts/v2.0-benchmark-and-nebula-importer-optimize/) diff --git a/mkdocs.yml b/mkdocs.yml index 799eed0a127..134ae6639b6 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -315,13 +315,14 @@ nav: # - 使用BR恢复数据: 7.data-security/2.backup-restore/4.br-restore-data.md - 管理快照: 7.data-security/3.manage-snapshot.md - - 服务调优: + - 最佳实践: - Compaction: 8.service-tuning/compaction.md - Storage负载均衡: 8.service-tuning/load-balance.md - 图建模: 8.service-tuning/2.graph-modeling.md - 系统建模: 8.service-tuning/3.system-design.md - 执行计划: 8.service-tuning/4.plan.md - 超级节点(稠密点): 8.service-tuning/super-node.md + - 实践案例: 8.service-tuning/practice.md - 客户端: - 客户端介绍: 14.client/1.nebula-client.md