Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add practice #984

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs-2.0/8.service-tuning/practice.md
Original file line number Diff line number Diff line change
@@ -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/)
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down