You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
<!--intro-start-->
17
17
## Introduction
18
-
**TuGraph Analytics** (alias: GeaFlow) is a distributed graph compute engine developed by Ant Group. It supports core capabilities such as trillion-level graph storage, hybrid graph and table processing, real-time graph computation, and interactive graph analysis. Currently, it is widely used in scenarios such as data warehousing acceleration, financial risk control, knowledge graph, and social networks.
18
+
GeaFlow is a distributed graph compute engine developed by Ant Group. It supports core capabilities such as trillion-level graph storage, hybrid graph and table processing, real-time graph computation, and interactive graph analysis. Currently, it is widely used in scenarios such as data warehousing acceleration, financial risk control, knowledge graph, and social networks.
19
19
20
20
For more information about GeaFlow: [GeaFlow Introduction](docs/docs-en/source/2.introduction.md)
21
21
@@ -38,7 +38,7 @@ For GeaFlow design paper: [GeaFlow: A Graph Extended and Accelerated Dataflow Sy
38
38
Step 1: Package the JAR and submit the Quick Start task
@@ -217,4 +217,4 @@ Document address: [Running By kubernetes operator](../7.deploy/2.quick_start_ope
217
217
218
218
## Visualization of flow graph computation jobs using G6VP
219
219
220
-
G6VP is an extensible visual analysis platform, including data source management, composition, personalized configuration of graphic elements, visual analysis and other functional modules. Using G6VP, it is easy to visualize the results of Geaflow calculations. Document address: [Document](../7.deploy/4.collaborate_with_g6vp.md)
220
+
G6VP is an extensible visual analysis platform, including data source management, composition, personalized configuration of graphic elements, visual analysis and other functional modules. Using G6VP, it is easy to visualize the results of Geaflow calculations. Document address: [Document](../7.deploy/4.collaborate_with_g6vp.md)
Copy file name to clipboardExpand all lines: geaflow/geaflow-analytics-service/geaflow-analytics-service-client/src/main/java/com/antgroup/geaflow/analytics/service/client/jdbc/AnalyticsConnection.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-analytics-service/geaflow-analytics-service-client/src/main/java/com/antgroup/geaflow/analytics/service/client/utils/JDBCUtils.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-analytics-service/geaflow-analytics-service-client/src/test/java/com/antgroup/geaflow/analytics/service/client/jdbc/AnalyticsDriverURITest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public class AnalyticsDriverURITest {
30
30
31
31
@Test
32
32
publicvoidtestInvalidURI() {
33
-
assertInvalid("jdbc:tugraph://localhost/", "No port number specified:");
33
+
assertInvalid("jdbc:geaflow://localhost/", "No port number specified:");
0 commit comments