From 6a4d27eb906ec5b0de530207029833a6f99d0939 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:44:16 +0800 Subject: [PATCH] release 3.5 enterprise --- .../release-notes/nebula-ent-release-note.md | 86 ++++---- .../workflow/1.prepare-resources.md | 8 + mkdocs.yml | 200 +++++++++--------- 3 files changed, 151 insertions(+), 143 deletions(-) diff --git a/docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md b/docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md index c941d65b2f8..ef9898f25f4 100644 --- a/docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md +++ b/docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md @@ -2,57 +2,59 @@ ## Features -- Support managing licenses through License Center and License Manager. [#2487](https://github.com/vesoft-inc/nebula-ent/pull/2487) [#2504](https://github.com/vesoft-inc/nebula-ent/pull/2504) [#2568](https://github.com/vesoft-inc/nebula-ent/pull/2568) [#2590](https://github.com/vesoft-inc/nebula-ent/pull/2590) [#2618](https://github.com/vesoft-inc/nebula-ent/pull/2618) [#2628](https://github.com/vesoft-inc/nebula-ent/pull/2628) [#2643](https://github.com/vesoft-inc/nebula-ent/pull/2643) -- Support full table scan without index. [#5416](https://github.com/vesoft-inc/nebula/pull/5416) -- Support expressions like `v.tag` in return statements. [#5440](https://github.com/vesoft-inc/nebula/pull/5440) -- Support `json_extract` function in UPDATE statements. [#5457](https://github.com/vesoft-inc/nebula/pull/5457) -- Support TCK format in EXPLAIN output. [#5414](https://github.com/vesoft-inc/nebula/pull/5414) -- DML supports parameters. [#5328](https://github.com/vesoft-inc/nebula/pull/5328) +- Support managing licenses through License Center and License Manager. +- Support full table scan without index. +- Support expressions like `v.tag` in return statements. +- Support `json_extract` function in UPDATE statements. +- Support TCK format in EXPLAIN output. +- DML supports parameters. +- Enhance full-text index. ## Optimizations -- Support TTL in milliseconds. [#5430](https://github.com/vesoft-inc/nebula/pull/5430) -- Enhance attribute trimming in aggregation functions. [#5301](https://github.com/vesoft-inc/nebula/pull/5301) -- Improve the performance of traversal executor. [#5308](https://github.com/vesoft-inc/nebula/pull/5308) -- Optimize FIND ALL PATH performance. [#5409](https://github.com/vesoft-inc/nebula/pull/5409) -- Removes some Raft locks to improve performance. [#5451](https://github.com/vesoft-inc/nebula/pull/5451) -- Optimize predicate function filtering for variable-length edges. [#5464](https://github.com/vesoft-inc/nebula/pull/5464) [#5470](https://github.com/vesoft-inc/nebula/pull/5470) [#5481](https://github.com/vesoft-inc/nebula/pull/5481) [#5503](https://github.com/vesoft-inc/nebula/pull/5503) -- Parallel traversal executor. [#5314](https://github.com/vesoft-inc/nebula/pull/5314) -- MATCH supports ID collection. [#5360](https://github.com/vesoft-inc/nebula/pull/5360) -- Refactor the GO planner. [#5369](https://github.com/vesoft-inc/nebula/pull/5369) -- Add some Graph performance options in the configuration file. [#5463](https://github.com/vesoft-inc/nebula/pull/5463) -- Add maximum connection number flag. [#5309](https://github.com/vesoft-inc/nebula/pull/5309) +- Support TTL in milliseconds. +- Enhance attribute trimming in aggregation functions. +- Improve the performance of traversal executor. +- Optimize FIND ALL PATH performance. +- Removes some Raft locks to improve performance. +- Optimize predicate function filtering for variable-length edges. +- Parallel traversal executor. +- MATCH supports ID collection. +- Refactor the GO planner. +- Add some Graph performance options in the configuration file. +- Add maximum connection number flag. +- Support variable when seeking vertex id or property index in match clause. ## Bug fixes -- Fix the defect where RocksDB data import invalidates the leader lease. [#5271](https://github.com/vesoft-inc/nebula/pull/5271) -- Fix the error message when `DESC USER` does not exist. [#5345](https://github.com/vesoft-inc/nebula/pull/5345) -- Fix the defect where `CREATE IF NOT EXIST` fails when SPACE exists. [#5375](https://github.com/vesoft-inc/nebula/pull/5375) -- Fix the incorrect edge direction in GetNeighbors plan. [#5386](https://github.com/vesoft-inc/nebula/pull/5386) -- Fix the client IP format in the `SHOW SESSIONS` command. [#5388](https://github.com/vesoft-inc/nebula/pull/5388) -- Fix the defect where attributes are pruned in USE and MATCH. [#5263](https://github.com/vesoft-inc/nebula/issues/5263) -- Fix the defect where the filter is not pushed down in some cases. [#5395](https://github.com/vesoft-inc/nebula/pull/5395) -- Fix the defect where the filter is incorrectly filtered in some cases. [#5422](https://github.com/vesoft-inc/nebula/pull/5422) -- Fix the incorrect handling of internal variables in pattern expressions. [#5424](https://github.com/vesoft-inc/nebula/pull/5424) -- Fix defects involving EMPTY comparisons. [#5433](https://github.com/vesoft-inc/nebula/pull/5433) -- Fix the defect where duplicate columns are returned when all columns are requested in MATCH. [#5443](https://github.com/vesoft-inc/nebula/pull/5443) -- Fix the error in comparing paths involving reflexive edges. [#5444](https://github.com/vesoft-inc/nebula/pull/5444) -- Fix the defect of redefining aliases in a MATCH path. [#5446](https://github.com/vesoft-inc/nebula/pull/5446) -- Fix the type check defect when inserting geographical location values. [#5460](https://github.com/vesoft-inc/nebula/pull/5460) -- Fix the crash in a shortest path. [#5472](https://github.com/vesoft-inc/nebula/pull/5472) -- Fix the crash in GEO. [#5475](https://github.com/vesoft-inc/nebula/pull/5475) -- Fix the bug that caused storage crash during logical expression evaluation. [#2500](https://github.com/vesoft-inc/nebula-ent/pull/2500) -- Fix the error in `MATCH...contains`. [#5485](https://github.com/vesoft-inc/nebula/pull/5485) -- Fix the bug of incorrect session count in concurrency. [#5496](https://github.com/vesoft-inc/nebula/pull/5496) -- Fix the defect of SUBGRAPH and PATH parameters. [#5500](https://github.com/vesoft-inc/nebula/pull/5500) -- Fix the defect in regular expressions. [#5507](https://github.com/vesoft-inc/nebula/pull/5507) -- Fix the issue with non-expression pushing down. [#2541](https://github.com/vesoft-inc/nebula-ent/pull/2541) - +- Fix the defect where RocksDB data import invalidates the leader lease. +- Fix the error message when `DESC USER` does not exist. +- Fix the defect where `CREATE IF NOT EXIST` fails when SPACE exists. +- Fix the incorrect edge direction in GetNeighbors plan. +- Fix the client IP format in the `SHOW SESSIONS` command. +- Fix the defect where attributes are pruned in USE and MATCH. +- Fix the defect where the filter is not pushed down in some cases. +- Fix the defect where the filter is incorrectly filtered in some cases. +- Fix the incorrect handling of internal variables in pattern expressions. +- Fix defects involving EMPTY comparisons. +- Fix the defect where duplicate columns are returned when all columns are requested in MATCH. +- Fix the error in comparing paths involving reflexive edges. +- Fix the defect of redefining aliases in a MATCH path. +- Fix the type check defect when inserting geographical location values. +- Fix the crash in a shortest path. +- Fix the crash in GEO. +- Fix the bug that caused storage crash during logical expression evaluation. +- Fix the error in `MATCH...contains`. +- Fix the bug of incorrect session count in concurrency. +- Fix the defect of SUBGRAPH and PATH parameters. +- Fix the defect in regular expressions. +- Fix the issue with non-expression pushing down. +- Fixed the bug of slaving cluster. ## Changes -- Disable `edge list join`, not supporting the use of edge list in multiple patterns. [#5268](https://github.com/vesoft-inc/nebula/pull/5268) -- Remove GLR parser, needs to change `YIELD 1–-1` to `YIELD 1– -1`. [#5290](https://github.com/vesoft-inc/nebula/pull/5290) +- Disable `edge list join`, not supporting the use of edge list in multiple patterns. +- Remove GLR parser, needs to change `YIELD 1–-1` to `YIELD 1– -1`. ## Legacy versions diff --git a/docs-2.0/nebula-explorer/workflow/1.prepare-resources.md b/docs-2.0/nebula-explorer/workflow/1.prepare-resources.md index 9367aeff5d1..c3777d67bef 100644 --- a/docs-2.0/nebula-explorer/workflow/1.prepare-resources.md +++ b/docs-2.0/nebula-explorer/workflow/1.prepare-resources.md @@ -41,6 +41,14 @@ You must prepare your environment for running a workflow, including NebulaGraph - Local data directory: Default is `~/analytics-data`. - ALGORITHM script path: Default is `~/nebula-analytics/scripts/run_algo.sh`. + - NFS configuration + + !!! note + + Users need to deploy the NFS Server on the Dag Controller machine and configure the shared directory by themselves, and then deploy the NFS client on all Analytics machines and mount the shared directory. + + Enabled by default, the results of the task will be saved locally. Each Analytics node needs to be configured with a local data directory for NFS. + - HDFS configuration (Optional) By default, NFS is used to save the graph computing results. If you need to use HDFS, please install the HDFS client on the machine where Analytics is located first. diff --git a/mkdocs.yml b/mkdocs.yml index 9240b47883d..a2c39e99147 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -464,8 +464,6 @@ nav: - Deploy a NebulaGraph cluster on multiple servers: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md - Deploy NebulaGraph Grpah with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - Deploy standalone NebulaGraph: 4.deployment-and-installation/standalone-deployment.md -#ent -#ent - Deploy licenses for NebulaGraph Enterprise Edition clusters: 4.deployment-and-installation/deploy-license.md - Manage Service: 4.deployment-and-installation/manage-service.md - Connect to Service: 4.deployment-and-installation/connect-to-nebula-graph.md - Manage Storage host: 4.deployment-and-installation/manage-storage-host.md @@ -487,15 +485,15 @@ nav: - Log management: - Runtime logs: 5.configurations-and-logs/2.log-management/logs.md #ent -#ent - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md + - Audit logs(Enterprise): 5.configurations-and-logs/2.log-management/audit-log.md - Monitor and metrics: - Query NebulaGraph metrics: 6.monitor-and-metrics/1.query-performance-metrics.md - RocksDB Statistics: 6.monitor-and-metrics/2.rocksdb-statistics.md #ent -#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 + - 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 - Data security: - Authentication and authorization: @@ -503,7 +501,7 @@ nav: - 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 - OpenLDAP authentication: 7.data-security/1.authentication/4.ldap.md + - OpenLDAP authentication: 7.data-security/1.authentication/4.ldap.md - SSL: 7.data-security/4.ssl.md - Backup & Restore: @@ -513,17 +511,17 @@ nav: - 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 -#ent - NebulaGraph BR (Enterprise Edition): -#ent - What is Backup & Restore (Enterprise Edition): 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 + - NebulaGraph BR (Enterprise Edition): + - What is Backup & Restore (Enterprise Edition): 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 - Synchronization & Migration: - Load balance: synchronization-and-migration/2.balance-syntax.md #ent -#ent - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md + - Synchronize between two clusters: synchronization-and-migration/replication-between-clusters.md - Practices: - Compaction: 8.service-tuning/compaction.md @@ -591,87 +589,87 @@ nav: - Use Dashboard: nebula-dashboard/4.use-dashboard.md - Monitoring metrics: nebula-dashboard/6.monitor-parameter.md -#ent - NebulaGraph Dashboard Enterprise Edition: -#ent - What is NebulaGraph Dashboard Enterprise Edition: nebula-dashboard-ent/1.what-is-dashboard-ent.md -#ent - Deploy Dashboard Enterprise Edition: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md -#ent - Connect to Dashboard: nebula-dashboard-ent/3.connect-dashboard.md -#ent - NebulaGraph Dashboard Enterprise Edition license: nebula-dashboard-ent/11.dashboard-ent-license.md -#ent - Create and import clusters: -#ent - Create clusters: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md -#ent - Import clusters: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md -#ent - Cluster management: -#ent - Cluster overview: nebula-dashboard-ent/4.cluster-operator/1.overview.md -#ent - Cluster monitoring: nebula-dashboard-ent/4.cluster-operator/2.monitor.md -#ent - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md -#ent - Information: -#ent - Information overview: nebula-dashboard-ent/4.cluster-operator/cluster-information/overview-info.md -#ent - Cluster diagnostics: nebula-dashboard-ent/4.cluster-operator/cluster-information/cluster-diagnosis.md -#ent - Job management: nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md -#ent - Audit log: nebula-dashboard-ent/4.cluster-operator/cluster-information/audit-log.md -#ent - Runtime log: nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md -#ent - Operation: -#ent - Node: nebula-dashboard-ent/4.cluster-operator/operator/node.md -#ent - Scale: nebula-dashboard-ent/4.cluster-operator/operator/scale.md -#ent - Service: nebula-dashboard-ent/4.cluster-operator/operator/service.md -#ent - Update config: nebula-dashboard-ent/4.cluster-operator/operator/update-config.md -#ent - Member management: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md -#ent - Version upgrade: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md -#ent - Backup and restore: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md -#ent - Operation records: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md -#ent - Other settings: nebula-dashboard-ent/4.cluster-operator/6.settings.md -#ent - Authority management: nebula-dashboard-ent/5.account-management.md -#ent - Task center: nebula-dashboard-ent/10.tasks.md -#ent - System settings: -#ent - System settings: nebula-dashboard-ent/system-settings/system-settings.md -#ent - Notification endpoint: nebula-dashboard-ent/system-settings/notification-endpoint.md -#ent - Single sign-on: nebula-dashboard-ent/system-settings/single-sign-on.md -#ent - Package management: nebula-dashboard-ent/system-settings/manage-package.md -#ent - Monitoring metrics: nebula-dashboard-ent/7.monitor-parameter.md -#ent - FAQ: nebula-dashboard-ent/8.faq.md - -#ent - NebulaGraph Explorer: -#ent - What is NebulaGraph Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md -#ent - Deploy and connect: -#ent - Deploy Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md -#ent - Connect to NebulaGraph: nebula-explorer/deploy-connect/ex-ug-connect.md -#ent - NebulaGraph Explorer License: nebula-explorer/deploy-connect/3.explorer-license.md -#ent - Page overview: nebula-explorer/ex-ug-page-overview.md -#ent - Database management: -#ent - Schema drafting: nebula-explorer/db-management/draft.md -#ent - Schema management: nebula-explorer/db-management/10.create-schema.md -#ent - Data import: nebula-explorer/db-management/11.import-data.md -#ent - Console: nebula-explorer/db-management/explorer-console.md -#ent - nGQL template: nebula-explorer/db-management/ngql-template.md -#ent - Database user management: nebula-explorer/db-management/dbuser_management.md -#ent - Graph explorer: -#ent - Choose graph space: nebula-explorer/graph-explorer/13.choose-graphspace.md -#ent - Start querying: nebula-explorer/graph-explorer/ex-ug-query-exploration.md -#ent - Vertex Filter: nebula-explorer/graph-explorer/node-filtering.md -#ent - Graph exploration: nebula-explorer/graph-explorer/ex-ug-graph-exploration.md -#ent - Graph computing: nebula-explorer/graph-explorer/graph-algorithm.md -#ent - Property calculation: nebula-explorer/graph-explorer/property-calculation.md -#ent - Visual query: nebula-explorer/12.query-visually.md -#ent - Canvas: -#ent - Canvas overview: nebula-explorer/canvas-operations/canvas-overview.md -#ent - Visualization modes: nebula-explorer/canvas-operations/visualization-mode.md -#ent - Canvas snapshots: nebula-explorer/canvas-operations/canvas-snapshot.md -#ent - Workflow: -#ent - Workflow overview: nebula-explorer/workflow/workflows.md -#ent - Resource preparations: nebula-explorer/workflow/1.prepare-resources.md -#ent - Workflow example: nebula-explorer/workflow/2.create-workflow.md -#ent - Workflow management: nebula-explorer/workflow/3.workflow-management.md -#ent - Job management: nebula-explorer/workflow/4.jobs-management.md -#ent - Workflow API: -#ent - API overview: nebula-explorer/workflow/workflow-api/workflow-api-overview.md -#ent - Add a new job: nebula-explorer/workflow/workflow-api/api-post-jobs.md -#ent - Get a list of all jobs: nebula-explorer/workflow/workflow-api/api-get-jobs.md -#ent - Get a list of jobs for a specified workflow: nebula-explorer/workflow/workflow-api/api-get-workflow-jobs.md -#ent - Query details for a specified job: nebula-explorer/workflow/workflow-api/api-desc-job.md -#ent - Cancel a running job: nebula-explorer/workflow/workflow-api/api-cancel-job.md -#ent - Get the result data of a specified task: nebula-explorer/workflow/workflow-api/api-desc-task.md -#ent - Inline frame: nebula-explorer/iframe.md -#ent - Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md -#ent - FAQ: nebula-explorer/faq.md + - NebulaGraph Dashboard Enterprise Edition: + - 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 + - NebulaGraph Dashboard Enterprise Edition license: nebula-dashboard-ent/11.dashboard-ent-license.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 + - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md + - Information: + - Information overview: nebula-dashboard-ent/4.cluster-operator/cluster-information/overview-info.md + - Cluster diagnostics: nebula-dashboard-ent/4.cluster-operator/cluster-information/cluster-diagnosis.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 + - 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 + - Update config: nebula-dashboard-ent/4.cluster-operator/operator/update-config.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 + - 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 + - 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 + + - NebulaGraph 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 + - NebulaGraph Explorer License: nebula-explorer/deploy-connect/3.explorer-license.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 + - Basic operations and shortcuts: nebula-explorer/ex-ug-shortcuts.md + - FAQ: nebula-explorer/faq.md - NebulaGraph Importer: - Use NebulaGraph Importer: nebula-importer/use-importer.md @@ -702,7 +700,7 @@ nav: - Import data from Kafka: nebula-exchange/use-exchange/ex-ug-import-from-kafka.md - Import data from JDBC: nebula-exchange/use-exchange/ex-ug-import-from-jdbc.md - Import data from SST files: nebula-exchange/use-exchange/ex-ug-import-from-sst.md -#ent - Export data from NebulaGraph: nebula-exchange/use-exchange/ex-ug-export-from-nebula.md + - Export data from NebulaGraph: nebula-exchange/use-exchange/ex-ug-export-from-nebula.md - Exchange FAQ: nebula-exchange/ex-ug-FAQ.md - NebulaGraph Operator: @@ -731,9 +729,9 @@ nav: - Algorithm overview: graph-computing/algorithm-description.md - NebulaGraph Algorithm: graph-computing/nebula-algorithm.md -#ent - NebulaGraph Analytics: graph-computing/nebula-analytics.md -#ent - NebulaGraph Analytics License: graph-computing/analytics-ent-license.md -#ent - NebulaGraph Explorer workflow: graph-computing/use-explorer.md + - NebulaGraph Analytics: graph-computing/nebula-analytics.md + - NebulaGraph Analytics License: graph-computing/analytics-ent-license.md + - NebulaGraph Explorer workflow: graph-computing/use-explorer.md - NebulaGraph Spark Connector: nebula-spark-connector.md @@ -745,11 +743,11 @@ nav: - Release Note: - NebulaGraph Community Edition: 20.appendix/release-notes/nebula-comm-release-note.md #ent -#ent - NebulaGraph Enterprise Edition: 20.appendix/release-notes/nebula-ent-release-note.md + - NebulaGraph Enterprise Edition: 20.appendix/release-notes/nebula-ent-release-note.md - NebulaGraph Studio: 20.appendix/release-notes/studio-release-note.md - NebulaGraph Dashboard Community Edition: 20.appendix/release-notes/dashboard-comm-release-note.md -#ent - NebulaGraph Dashboard Enterprise Edition: 20.appendix/release-notes/dashboard-ent-release-note.md -#ent - NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md + - NebulaGraph Dashboard Enterprise Edition: 20.appendix/release-notes/dashboard-ent-release-note.md + - NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md - Learning path: 20.appendix/learning-path.md - FAQ: 20.appendix/0.FAQ.md - Ecosystem tools: 20.appendix/6.eco-tool-version.md