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

hide ent-content in 3.6.0 #2238

Merged
merged 5 commits into from
Aug 23, 2023
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
6 changes: 1 addition & 5 deletions docs-2.0/2.quick-start/1.quick-start-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can quickly get started with NebulaGraph by deploying NebulaGraph with Docke
* You have started the Docker service on your host.

* If you have already deployed another version of NebulaGraph with Docker Compose on your host, to avoid compatibility issues, you need to delete the `nebula-docker-compose/data` directory.

* For NebulaGraph Enterprise, you must have the [license key](../9.about-license/1.license-overview.md#licensing-process) loaded in [LM](../9.about-license/2.license-management-suite/3.license-manager.md).


Expand Down Expand Up @@ -82,8 +82,6 @@ You can quickly get started with NebulaGraph by deploying NebulaGraph with Docke
$ cd nebula-docker-compose/
```

{{ ent.ent_begin }}

3. Configure License Manager address.

!!! enterpriseonly
Expand Down Expand Up @@ -113,8 +111,6 @@ You can quickly get started with NebulaGraph by deploying NebulaGraph with Docke

3. Save and exit.


{{ ent.ent_end }}


4. Run the following command to start all the NebulaGraph services.
Expand Down
2 changes: 2 additions & 0 deletions docs-2.0/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ NebulaGraph Dashboard Community Edition (Dashboard for short) is a visualization
|:---|:---|
| {{ nebula.tag }} | {{dashboard.tag}}|

{{ent.ent_begin}}
## NebulaGraph Dashboard Enterprise Edition

NebulaGraph Dashboard Enterprise Edition (Dashboard for short) is a visualization tool that monitors and manages the status of machines and services in NebulaGraph cluster. For details, see [What is NebulaGraph Dashboard](../nebula-dashboard-ent/1.what-is-dashboard-ent.md).
Expand All @@ -58,6 +59,7 @@ NebulaGraph Explorer (Explorer for short) is a graph exploration visualization t
|:---|:---|
| {{ nebula.tag }} | {{explorer.tag}}|

{{ent.ent_end}}
## NebulaGraph Stats Exporter

[Nebula-stats-exporter](https://github.com/vesoft-inc/nebula-stats-exporter) exports monitor metrics to Promethus.
Expand Down
21 changes: 17 additions & 4 deletions docs-2.0/20.appendix/learning-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,14 @@ After completing the NebulaGraph learning path, taking [NebulaGraph Certificatio
| Document |
| ------------------------------------------------------------ |
| [Local authentication](../7.data-security/1.authentication/1.authentication.md) |
| [OpenLDAP](../7.data-security/1.authentication/4.ldap.md) |
| [User management](../7.data-security/1.authentication/2.management-user.md) |
| [Roles and privileges](../7.data-security/1.authentication/3.role-list.md) |

{{ent.ent_begin}}
!!! note
The [OpenLDAP](../7.data-security/1.authentication/4.ldap.md) feature is only available in NebulaGraph Enterprise Edition.
{{ent.ent_end}}

- Balance the distribution of partitions

| Document |
Expand Down Expand Up @@ -169,8 +173,12 @@ After completing the NebulaGraph learning path, taking [NebulaGraph Certificatio
| Visualization tools | Document | Video |
| -------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Data visualization | [NebulaGraph Studio](../nebula-studio/about-studio/st-ug-what-is-graph-studio.md) | [NebulaGraph Studio](https://www.youtube.com/watch?v=6V4salpkIbc&list=PL4ArMmsAnb86R2MfUKFjzTQizCZCrhu2p)|
| Data monitoring and O&M | [NebulaGraph Dashboard Community Edition](../nebula-dashboard/1.what-is-dashboard.md) [NebulaGraph Dashboard Enterprise Edition](../nebula-dashboard-ent/1.what-is-dashboard-ent.md) | -|
| Data analysis | [NebulaGraph Explorer Enterprise Edition](../nebula-explorer/about-explorer/ex-ug-what-is-explorer.md) | - |
| Data monitoring and O&M | [NebulaGraph Dashboard Community Edition](../nebula-dashboard/1.what-is-dashboard.md) | -|

{{ent.ent_begin}}
!!! note
The visualization tools [NebulaGraph Dashboard Enterprise](../nebula-dashboard-ent/1.what-is-dashboard-ent.md) and [NebulaGraph Explorer](../nebula-explorer/about-explorer/ex-ug-what-is-explorer.md) are only available in NebulaGraph Enterprise Edition.
{{ent.ent_end}}


- Data import and export
Expand Down Expand Up @@ -245,10 +253,15 @@ You can check if you have mastered NebulaGraph by completing the following pract
| Task | Reference |
| ------------------------------------------------------- | ------------------------------------------------------------ |
| Compile the source code of NebulaGraph | [Install NebulaGraph by compiling the source code](../4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md) |
| Deploy Studio, Dashboard, and Explorer | [Deploy Studio](../nebula-studio/deploy-connect/st-ug-deploy.md), [Deploy Dashboard](../nebula-dashboard/2.deploy-dashboard.md), and [Deploy Explorer](../nebula-explorer/deploy-connect/ex-ug-deploy.md) |
| Deploy Studio and Dashboard | [Deploy Studio](../nebula-studio/deploy-connect/st-ug-deploy.md), [Deploy Dashboard](../nebula-dashboard/2.deploy-dashboard.md) |
| Load test NebulaGraph with K6 | [NebulaGraph Bench](../nebula-bench.md) |
| Query LDBC data (such as queries for vertices, paths, or subgraphs.) | [LDBC](chrome-extension://gfbliohnnapiefjpjlpjnehglfpaknnc/pages/pdf_viewer.html?r=http://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf) and [interactive-short-1.cypher](https://github.com/ldbc/ldbc_snb_interactive/blob/main/cypher/queries/interactive-short-1.cypher) |

{{ent.ent_begin}}
!!! note

[Deploy Explorer](../nebula-explorer/deploy-connect/ex-ug-deploy.md) can be used only in NebulaGraph Enterprise Edition.
{{ent.ent_end}}

## 8. Get NebulaGraph Certifications

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

This topic describes the requirements and suggestions for compiling and installing NebulaGraph, as well as how to estimate the resource you need to reserve for running a NebulaGraph cluster.

{{ent.ent_begin}}
!!! enterpriseonly

In addition to installing NebulaGraph with the source code, the Dashboard Enterprise Edition tool is a better and convenient choice for installing Community and Enterprise Edition NebulaGraph. For details, see [Deploy Dashboard](../nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md).

{{ent.ent_end}}

## About storage devices

NebulaGraph is designed and implemented for NVMe SSD. All default parameters are optimized for the SSD devices and require extremely high IOPS and low latency.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ Supported options of `rocksdb_db_options` and `rocksdb_column_family_options` ar
For more information, see [RocksDB official documentation](https://rocksdb.org/).

{{ ent.ent_begin }}

<!-- open after being fully tested
<!-- open after being fully tested, enterprise only

## Storage cache configurations

Expand All @@ -198,7 +197,9 @@ For more information, see [RocksDB official documentation](https://rocksdb.org/)
| `enable_negative_pool` | `false`| Whether to add a negative pool in cache. Only valid when `enable_storage_cache` is set to `true`. |
| `negative_pool_capacity` | `50` | The negative pool size in MB. |
| `negative_item_ttl` | `300` | The TTL in seconds for negative items in the cache. | -->
{{ ent.ent_end }}

{{ ent.ent_begin }}
## Black Box configurations

!!! enterpriseonly
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

NebulaGraph Analytics is a high-performance graph computing framework tool that performs graph analysis of data in the NebulaGraph database.

!!! enterpriseonly

This NebulaGraph Analytics tool is available in the NebulaGraph Enterprise Edition only.

## Prerequisites

- The NebulaGraph Analytics installation package has been obtained. [Contact us](https://www.nebula-graph.io/contact) to apply.
Expand Down
Loading