diff --git a/docs-2.0/2.quick-start/1.quick-start-workflow.md b/docs-2.0/2.quick-start/1.quick-start-workflow.md index ed9482a02a9..c6c0771d64b 100644 --- a/docs-2.0/2.quick-start/1.quick-start-workflow.md +++ b/docs-2.0/2.quick-start/1.quick-start-workflow.md @@ -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). @@ -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 @@ -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. diff --git a/docs-2.0/20.appendix/6.eco-tool-version.md b/docs-2.0/20.appendix/6.eco-tool-version.md index a887e7ea41d..eee5b6ca5ef 100644 --- a/docs-2.0/20.appendix/6.eco-tool-version.md +++ b/docs-2.0/20.appendix/6.eco-tool-version.md @@ -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). @@ -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. diff --git a/docs-2.0/20.appendix/learning-path.md b/docs-2.0/20.appendix/learning-path.md index 869d6d9698b..936fbf96341 100644 --- a/docs-2.0/20.appendix/learning-path.md +++ b/docs-2.0/20.appendix/learning-path.md @@ -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 | @@ -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 @@ -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 diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index aae965cde78..904ff34c7fb 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -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. diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md index a964ba09435..db85ec3cc7d 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md @@ -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 }} - - +{{ ent.ent_end }} +{{ ent.ent_begin }} ## Black Box configurations !!! enterpriseonly diff --git a/docs-2.0/graph-computing/nebula-analytics.md b/docs-2.0/graph-computing/nebula-analytics.md index 7357923d0d3..48e378ffd67 100644 --- a/docs-2.0/graph-computing/nebula-analytics.md +++ b/docs-2.0/graph-computing/nebula-analytics.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 1c13208ac39..69b9725a415 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,18 +85,25 @@ plugins: - 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md # When publishing a version of a document that includes Enterprise Edition, annotation the following page # ent.begin - # - 3.ngql-guide/6.functions-and-expressions/17.ES-function.md - # - 4.deployment-and-installation/deploy-license.md - # - 5.configurations-and-logs/2.log-management/audit-log.md - # - 7.data-security/1.authentication/4.ldap.md - # - nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md - # - nebula-operator/10.backup-restore-using-operator.md - # - synchronization-and-migration/replication-between-clusters.md - # - 20.appendix/release-notes/nebula-ent-release-note.md - # - nebula-dashboard-ent/4.cluster-operator/operator/scale.md - # - backup-and-restore/nebula-br-ent/* - # - 6.monitor-and-metrics/3.bbox/* - # - 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md + - 3.ngql-guide/6.functions-and-expressions/17.ES-function.md + - 9.about-license/* + - 5.configurations-and-logs/2.log-management/audit-log.md + - 7.data-security/1.authentication/4.ldap.md + - nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md + - nebula-operator/10.backup-restore-using-operator.md + - nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md + - synchronization-and-migration/replication-between-clusters.md + - 20.appendix/release-notes/nebula-ent-release-note.md + - nebula-dashboard-ent/* + - nebula-explorer/* + - graph-computing/nebula-analytics.md + - graph-computing/use-explorer.md + - backup-and-restore/nebula-br-ent/* + - 6.monitor-and-metrics/3.bbox/* + - 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md + - 3.ngql-guide/8.clauses-and-options/joins.md + - 20.appendix/release-notes/dashboard-ent-release-note.md + - 20.appendix/release-notes/explorer-release-note.md # ent.end # comm.begin @@ -285,14 +292,14 @@ nav: - Graph Service: 1.introduction/3.nebula-graph-architecture/3.graph-service.md - Storage Service: 1.introduction/3.nebula-graph-architecture/4.storage-service.md #ent - - Licensing: - - Licensing overview: 9.about-license/1.license-overview.md - - License management suites: - - Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md - - License Center: 9.about-license/2.license-management-suite/2.license-center.md - - License Manager: 9.about-license/2.license-management-suite/3.license-manager.md - - Purchase licenses: 9.about-license/3.purchase-license.md - - Manage licenses: 9.about-license/4.manage-license.md + # - Licensing: + # - Licensing overview: 9.about-license/1.license-overview.md + # - License management suites: + # - Suite overview: 9.about-license/2.license-management-suite/1.suite-overview.md + # - License Center: 9.about-license/2.license-management-suite/2.license-center.md + # - License Manager: 9.about-license/2.license-management-suite/3.license-manager.md + # - Purchase licenses: 9.about-license/3.purchase-license.md + # - Manage licenses: 9.about-license/4.manage-license.md #ent - Quick start: - Deploy NebulaGraph using Docker: 2.quick-start/1.quick-start-workflow.md @@ -391,6 +398,7 @@ nav: - YIELD: 3.ngql-guide/8.clauses-and-options/yield.md - WITH: 3.ngql-guide/8.clauses-and-options/with.md - UNWIND: 3.ngql-guide/8.clauses-and-options/unwind.md +#ent - INNER JOIN: 3.ngql-guide/8.clauses-and-options/joins.md - Space statements: - CREATE SPACE: 3.ngql-guide/9.space-statements/1.create-space.md @@ -475,8 +483,7 @@ nav: - Upgrade: - Upgrade NebulaGraph Community to the latest version: 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md # - Upgrade NebulaGraph from v3.x to v3.4 (Community Edition): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md -#ent - - Upgrade NebulaGraph Enterprise to the latest version: 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-ent-from-3.x-3.4.md +#ent - Upgrade NebulaGraph Enterprise to the latest version: 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-ent-from-3.x-3.4.md - Uninstall NebulaGraph: 4.deployment-and-installation/4.uninstall-nebula-graph.md - Configure and log: @@ -488,24 +495,21 @@ nav: - Kernel configurations: 5.configurations-and-logs/1.configurations/6.kernel-config.md - Log management: - Runtime logs: 5.configurations-and-logs/2.log-management/logs.md -#ent - - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md +#ent - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md - Monitor: - Query NebulaGraph metrics: 6.monitor-and-metrics/1.query-performance-metrics.md - RocksDB Statistics: 6.monitor-and-metrics/2.rocksdb-statistics.md -#ent - - Black-box monitoring: - - What is black-box monitoring: 6.monitor-and-metrics/3.bbox/3.1.bbox.md - - Black-box monitoring tool: 6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md +#ent - Black-box monitoring: +#ent - What is black-box monitoring: 6.monitor-and-metrics/3.bbox/3.1.bbox.md +#ent - Black-box monitoring tool: 6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md - Data security: - Authentication and authorization: - Authentication: 7.data-security/1.authentication/1.authentication.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 - - OpenLDAP authentication: 7.data-security/1.authentication/4.ldap.md +#ent - OpenLDAP authentication: 7.data-security/1.authentication/4.ldap.md - SSL: 7.data-security/4.ssl.md - Backup and restore: @@ -514,18 +518,16 @@ nav: - Install BR: backup-and-restore/nebula-br/2.compile-br.md - Use BR to back up data: backup-and-restore/nebula-br/3.br-backup-data.md - Use BR to restore data: backup-and-restore/nebula-br/4.br-restore-data.md -#ent - - NebulaGraph BR Enterprise: - - What is BR Enterprise: backup-and-restore/nebula-br-ent/1.br-ent-overview.md - - Install BR: backup-and-restore/nebula-br-ent/2.install-tools.md - - Back up data with BR: backup-and-restore/nebula-br-ent/3.backup-data.md - - Restore data with BR: backup-and-restore/nebula-br-ent/4.restore-data.md - - Manage snapshots: backup-and-restore/3.manage-snapshot.md +#ent - NebulaGraph BR Enterprise: +#ent - What is BR Enterprise: backup-and-restore/nebula-br-ent/1.br-ent-overview.md +#ent - Install BR: backup-and-restore/nebula-br-ent/2.install-tools.md +#ent - Back up data with BR: backup-and-restore/nebula-br-ent/3.backup-data.md +#ent - Restore data with BR: backup-and-restore/nebula-br-ent/4.restore-data.md +#ent - Manage snapshots: backup-and-restore/3.manage-snapshot.md - Synchronize and migrate: - Load balance: synchronization-and-migration/2.balance-syntax.md -#ent - - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md +#ent - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md - Best practices: - Compaction: 8.service-tuning/compaction.md @@ -592,91 +594,94 @@ nav: - Connect to Dashboard: nebula-dashboard/3.connect-dashboard.md - Use Dashboard: nebula-dashboard/4.use-dashboard.md - Monitoring metrics: nebula-dashboard/6.monitor-parameter.md + #ent + # - Dashboard (Enterprise): + # - What is NebulaGraph Dashboard Enterprise Edition: nebula-dashboard-ent/1.what-is-dashboard-ent.md + # - Deploy Dashboard Enterprise Edition: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md + # - Connect to Dashboard: nebula-dashboard-ent/3.connect-dashboard.md + # - Create and import clusters: + # - Create clusters: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md + # - Import clusters: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md + # - Cluster management: + # - Cluster overview: nebula-dashboard-ent/4.cluster-operator/1.overview.md + # - Cluster monitoring: nebula-dashboard-ent/4.cluster-operator/2.monitor.md + # - Operation: + # - Node: nebula-dashboard-ent/4.cluster-operator/operator/node.md + # - Scale: nebula-dashboard-ent/4.cluster-operator/operator/scale.md + # - Service: nebula-dashboard-ent/4.cluster-operator/operator/service.md + # - Config Management: nebula-dashboard-ent/4.cluster-operator/operator/config-management.md + # - Member management: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md + # - Version upgrade: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md + # - Backup and restore: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md + # - Analysis: + # - Slow query analyst: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/slow-query-analyst.md + # - Cluster diagnostics: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md + # - Information: + # - Information overview: nebula-dashboard-ent/4.cluster-operator/cluster-information/overview-info.md + # - Job management: nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md + # - Audit log: nebula-dashboard-ent/4.cluster-operator/cluster-information/audit-log.md + # - Runtime log: nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md + # - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md + # - Data Synchronization: nebula-dashboard-ent/4.cluster-operator/7.data-synchronization.md + # - Operation records: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md + # - Other settings: nebula-dashboard-ent/4.cluster-operator/6.settings.md + # - Authority management: nebula-dashboard-ent/5.account-management.md + # - Task center: nebula-dashboard-ent/10.tasks.md + # - NebulaGraph Dashboard Enterprise Edition LM: nebula-dashboard-ent/11.license-manager.md + # - System settings: + # - System settings: nebula-dashboard-ent/system-settings/system-settings.md + # - Notification endpoint: nebula-dashboard-ent/system-settings/notification-endpoint.md + # - Single sign-on: nebula-dashboard-ent/system-settings/single-sign-on.md + # - Package management: nebula-dashboard-ent/system-settings/manage-package.md + # - Monitoring metrics: nebula-dashboard-ent/7.monitor-parameter.md + # - FAQ: nebula-dashboard-ent/8.faq.md + #ent - - Dashboard (Enterprise): - - What is NebulaGraph Dashboard Enterprise Edition: nebula-dashboard-ent/1.what-is-dashboard-ent.md - - Deploy Dashboard Enterprise Edition: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md - - Connect to Dashboard: nebula-dashboard-ent/3.connect-dashboard.md - - Create and import clusters: - - Create clusters: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md - - Import clusters: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md - - Cluster management: - - Cluster overview: nebula-dashboard-ent/4.cluster-operator/1.overview.md - - Cluster monitoring: nebula-dashboard-ent/4.cluster-operator/2.monitor.md - - Operation: - - Node: nebula-dashboard-ent/4.cluster-operator/operator/node.md - - Scale: nebula-dashboard-ent/4.cluster-operator/operator/scale.md - - Service: nebula-dashboard-ent/4.cluster-operator/operator/service.md - - Config Management: nebula-dashboard-ent/4.cluster-operator/operator/config-management.md - - Member management: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md - - Version upgrade: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md - - Backup and restore: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md - - Analysis: - - Slow query analyst: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/slow-query-analyst.md - - Cluster diagnostics: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md - - Information: - - Information overview: nebula-dashboard-ent/4.cluster-operator/cluster-information/overview-info.md - - Job management: nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md - - Audit log: nebula-dashboard-ent/4.cluster-operator/cluster-information/audit-log.md - - Runtime log: nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md - - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md - - Data Synchronization: nebula-dashboard-ent/4.cluster-operator/7.data-synchronization.md - - Operation records: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md - - Other settings: nebula-dashboard-ent/4.cluster-operator/6.settings.md - - Authority management: nebula-dashboard-ent/5.account-management.md - - Task center: nebula-dashboard-ent/10.tasks.md - - NebulaGraph Dashboard Enterprise Edition LM: nebula-dashboard-ent/11.license-manager.md - - System settings: - - System settings: nebula-dashboard-ent/system-settings/system-settings.md - - Notification endpoint: nebula-dashboard-ent/system-settings/notification-endpoint.md - - Single sign-on: nebula-dashboard-ent/system-settings/single-sign-on.md - - Package management: nebula-dashboard-ent/system-settings/manage-package.md - - Monitoring metrics: nebula-dashboard-ent/7.monitor-parameter.md - - FAQ: nebula-dashboard-ent/8.faq.md - - - Explorer: - - What is NebulaGraph Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md - - Deploy and connect: - - Deploy Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md - - Connect to NebulaGraph: nebula-explorer/deploy-connect/ex-ug-connect.md - - Page overview: nebula-explorer/ex-ug-page-overview.md - - Database management: - - Schema drafting: nebula-explorer/db-management/draft.md - - Schema management: nebula-explorer/db-management/10.create-schema.md - - Data import: nebula-explorer/db-management/11.import-data.md - - Console: nebula-explorer/db-management/explorer-console.md - - nGQL template: nebula-explorer/db-management/ngql-template.md - - Database user management: nebula-explorer/db-management/dbuser_management.md - - Graph explorer: - - Choose graph space: nebula-explorer/graph-explorer/13.choose-graphspace.md - - Start querying: nebula-explorer/graph-explorer/ex-ug-query-exploration.md - - Vertex Filter: nebula-explorer/graph-explorer/node-filtering.md - - Graph exploration: nebula-explorer/graph-explorer/ex-ug-graph-exploration.md - - Graph computing: nebula-explorer/graph-explorer/graph-algorithm.md - - Property calculation: nebula-explorer/graph-explorer/property-calculation.md - - Visual query: nebula-explorer/12.query-visually.md - - Canvas: - - Canvas overview: nebula-explorer/canvas-operations/canvas-overview.md - - Visualization modes: nebula-explorer/canvas-operations/visualization-mode.md - - Canvas snapshots: nebula-explorer/canvas-operations/canvas-snapshot.md - - Workflow: - - Workflow overview: nebula-explorer/workflow/workflows.md - - Resource preparations: nebula-explorer/workflow/1.prepare-resources.md - - Workflow example: nebula-explorer/workflow/2.create-workflow.md - - Workflow management: nebula-explorer/workflow/3.workflow-management.md - - Job management: nebula-explorer/workflow/4.jobs-management.md - - Workflow API: - - API overview: nebula-explorer/workflow/workflow-api/workflow-api-overview.md - - Add a new job: nebula-explorer/workflow/workflow-api/api-post-jobs.md - - Get a list of all jobs: nebula-explorer/workflow/workflow-api/api-get-jobs.md - - Get a list of jobs for a specified workflow: nebula-explorer/workflow/workflow-api/api-get-workflow-jobs.md - - Query details for a specified job: nebula-explorer/workflow/workflow-api/api-desc-job.md - - Cancel a running job: nebula-explorer/workflow/workflow-api/api-cancel-job.md - - Get the result data of a specified task: nebula-explorer/workflow/workflow-api/api-desc-task.md - - Inline frame: nebula-explorer/iframe.md - - System settings: nebula-explorer/system-settings.md - - Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md - - FAQ: nebula-explorer/faq.md + #ent + # - Explorer: + # - What is NebulaGraph Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md + # - Deploy and connect: + # - Deploy Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md + # - Connect to NebulaGraph: nebula-explorer/deploy-connect/ex-ug-connect.md + # - Page overview: nebula-explorer/ex-ug-page-overview.md + # - Database management: + # - Schema drafting: nebula-explorer/db-management/draft.md + # - Schema management: nebula-explorer/db-management/10.create-schema.md + # - Data import: nebula-explorer/db-management/11.import-data.md + # - Console: nebula-explorer/db-management/explorer-console.md + # - nGQL template: nebula-explorer/db-management/ngql-template.md + # - Database user management: nebula-explorer/db-management/dbuser_management.md + # - Graph explorer: + # - Choose graph space: nebula-explorer/graph-explorer/13.choose-graphspace.md + # - Start querying: nebula-explorer/graph-explorer/ex-ug-query-exploration.md + # - Vertex Filter: nebula-explorer/graph-explorer/node-filtering.md + # - Graph exploration: nebula-explorer/graph-explorer/ex-ug-graph-exploration.md + # - Graph computing: nebula-explorer/graph-explorer/graph-algorithm.md + # - Property calculation: nebula-explorer/graph-explorer/property-calculation.md + # - Visual query: nebula-explorer/12.query-visually.md + # - Canvas: + # - Canvas overview: nebula-explorer/canvas-operations/canvas-overview.md + # - Visualization modes: nebula-explorer/canvas-operations/visualization-mode.md + # - Canvas snapshots: nebula-explorer/canvas-operations/canvas-snapshot.md + # - Workflow: + # - Workflow overview: nebula-explorer/workflow/workflows.md + # - Resource preparations: nebula-explorer/workflow/1.prepare-resources.md + # - Workflow example: nebula-explorer/workflow/2.create-workflow.md + # - Workflow management: nebula-explorer/workflow/3.workflow-management.md + # - Job management: nebula-explorer/workflow/4.jobs-management.md + # - Workflow API: + # - API overview: nebula-explorer/workflow/workflow-api/workflow-api-overview.md + # - Add a new job: nebula-explorer/workflow/workflow-api/api-post-jobs.md + # - Get a list of all jobs: nebula-explorer/workflow/workflow-api/api-get-jobs.md + # - Get a list of jobs for a specified workflow: nebula-explorer/workflow/workflow-api/api-get-workflow-jobs.md + # - Query details for a specified job: nebula-explorer/workflow/workflow-api/api-desc-job.md + # - Cancel a running job: nebula-explorer/workflow/workflow-api/api-cancel-job.md + # - Get the result data of a specified task: nebula-explorer/workflow/workflow-api/api-desc-task.md + # - Inline frame: nebula-explorer/iframe.md + # - System settings: nebula-explorer/system-settings.md + # - Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md + # - FAQ: nebula-explorer/faq.md + #ent - Importer: - Use NebulaGraph Importer: nebula-importer/use-importer.md @@ -714,22 +719,19 @@ nav: - What is NebulaGraph Operator: nebula-operator/1.introduction-to-nebula-operator.md - Overview of using NebulaGraph Operator: nebula-operator/6.get-started-with-operator.md - Deploy NebulaGraph Operator: nebula-operator/2.deploy-nebula-operator.md - - Deploy clusters: -#ent - - Deploy LM: nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md + - Deploy clusters: +#ent - Deploy LM: nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md - Deploy clusters with Kubectl: nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md - Deploy clusters with Helm: nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md - Connect to NebulaGraph databases: nebula-operator/4.connect-to-nebula-graph-service.md - Configure clusters: - Custom configuration parameters for a NebulaGraph cluster: nebula-operator/8.custom-cluster-configurations/8.1.custom-conf-parameter.md - Reclaim PVs: nebula-operator/8.custom-cluster-configurations/8.2.pv-reclaim.md -#ent - - Balance storage data after scaling out: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md +#ent - Balance storage data after scaling out: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md - Manage cluster logs: nebula-operator/8.custom-cluster-configurations/8.4.manage-running-logs.md - Upgrade NebulaGraph clusters: nebula-operator/9.upgrade-nebula-cluster.md - Specify a rolling update strategy: nebula-operator/11.rolling-update-strategy.md -#ent - - Backup and restore: nebula-operator/10.backup-restore-using-operator.md +#ent - Backup and restore: nebula-operator/10.backup-restore-using-operator.md - Self-healing: nebula-operator/5.operator-failover.md - FAQ: nebula-operator/7.operator-faq.md @@ -737,8 +739,8 @@ nav: - Algorithm overview: graph-computing/algorithm-description.md - NebulaGraph Algorithm: graph-computing/nebula-algorithm.md - - NebulaGraph Analytics: graph-computing/nebula-analytics.md - - NebulaGraph Explorer workflow: graph-computing/use-explorer.md +#ent - NebulaGraph Analytics: graph-computing/nebula-analytics.md +#ent - NebulaGraph Explorer workflow: graph-computing/use-explorer.md - Spark Connector: nebula-spark-connector.md @@ -750,12 +752,11 @@ nav: - Appendix: - Release Note: - NebulaGraph Community: 20.appendix/release-notes/nebula-comm-release-note.md -#ent - - NebulaGraph Enterprise: 20.appendix/release-notes/nebula-ent-release-note.md +#ent - NebulaGraph Enterprise: 20.appendix/release-notes/nebula-ent-release-note.md - NebulaGraph Studio: 20.appendix/release-notes/studio-release-note.md - NebulaGraph Dashboard Community: 20.appendix/release-notes/dashboard-comm-release-note.md - - NebulaGraph Dashboard Enterprise: 20.appendix/release-notes/dashboard-ent-release-note.md - - NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md +#ent - NebulaGraph Dashboard Enterprise: 20.appendix/release-notes/dashboard-ent-release-note.md +#ent - NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md - Learning path: 20.appendix/learning-path.md - Ecosystem tools: 20.appendix/6.eco-tool-version.md - Port guide for company products: 20.appendix/port-guide.md