Skip to content

Commit

Permalink
feat: add rust-nebula the new community rust client && Harlequin nebu…
Browse files Browse the repository at this point in the history
…lagraph TUI (#2589)

* feat: add rust-nebula the new community rust client

* chore: fix newline

* Update 6.eco-tool-version.md

* en docs

* add nebulagraph tui client Harlequin

  - [Harlequin NebulaGraph](https://harlequin.sh/docs/nebulagraph/index): Harlequin NebulaGraph(Terminal UI).

> Demo of *Harlequin NebulaGraph*

<video width="1280" height="720" controls>
  <source src="https://github.com/wey-gu/harlequin-nebulagraph/assets/1651790/b27c0ea2-4080-4313-9607-285e477d1898" type="video/mp4">
  Your browser does not support the video tag.
</video>

* Update 6.eco-tool-version.md

* �format fix

---------

Co-authored-by: Abby <[email protected]>
  • Loading branch information
wey-gu and abby-cyber authored Sep 2, 2024
1 parent f658338 commit 2c7a962
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs-2.0-en/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,16 @@ The following are useful utilities and tools contributed and maintained by commu
- [nebula-node](https://github.com/nebula-contrib/nebula-node): Node.js client
- [nebula-php](https://github.com/nebula-contrib/nebula-php): PHP client
- [nebula-net](https://github.com/nebula-contrib/nebula-net): .NET client
- [nebula-rust](https://github.com/vesoft-inc/nebula-rust): Rust client
- [rust-nebula](https://github.com/nebula-contrib/rust-nebula): Rust client

- Terminal tools
- [nebula-console-intellij-plugin](https://github.com/nebula-contrib/nebula-console-intellij-plugin): A Nebula-console plugin for JetBrains IDEs that supports syntax highlighting, function field auto-completion, data table pagination, and relationship graphs.
- [Harlequin NebulaGraph](https://harlequin.sh/docs/nebulagraph/index): Harlequin NebulaGraph (Terminal UI).

> Demo of *Harlequin NebulaGraph*
<video width="1280" height="720" controls>
<source src="https://github.com/wey-gu/harlequin-nebulagraph/assets/1651790/b27c0ea2-4080-4313-9607-285e477d1898" type="video/mp4">
Your browser does not support the video tag.
</video>

9 changes: 8 additions & 1 deletion docs-2.0-zh/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,15 @@ Docker Compose 可以快速部署 {{nebula.name}} 集群。如何使用请参见
- [nebula-node](https://github.com/nebula-contrib/nebula-node):Node.js 客户端
- [nebula-php](https://github.com/nebula-contrib/nebula-php):PHP 客户端
- [nebula-net](https://github.com/nebula-contrib/nebula-net):.NET 客户端
- [nebula-rust](https://github.com/vesoft-inc/nebula-rust):Rust 客户端
- [rust-nebula](https://github.com/nebula-contrib/rust-nebula):Rust 客户端

- 终端工具
- [nebula-console-intellij-plugin](https://github.com/nebula-contrib/nebula-console-intellij-plugin):JetBrains IDE 系列 nebula-console 插件,支持语法高亮、函数字段自动补全、数据表格分页显示、关系图展示等等功能
- [Harlequin NebulaGraph](https://harlequin.sh/docs/nebulagraph/index): Harlequin NebulaGraph(命令行 UI 客户端)。

> *Harlequin NebulaGraph* TUI 的演示视频:
<video width="1280" height="720" controls>
<source src="https://github.com/wey-gu/harlequin-nebulagraph/assets/1651790/b27c0ea2-4080-4313-9607-285e477d1898" type="video/mp4">
Your browser does not support the video tag.
</video>

0 comments on commit 2c7a962

Please sign in to comment.