Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
qishipengqsp authored May 13, 2024
2 parents 4c0098e + f63722e commit 4924904
Showing 59 changed files with 3,412 additions and 251 deletions.
23 changes: 23 additions & 0 deletions docs/en-US/source/14.faq.md
Original file line number Diff line number Diff line change
@@ -3,33 +3,56 @@
During the use of TuGraph, if you encounter problems, you can first check [User Documentation](https://github.com/TuGraph-db/tugraph-db/tree/master/doc/zh-CN). Second, check to see if the FAQ list below matches your question.

1. **[Kernel Engine QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/113#discussion-4575385)**

1.1 [Does the edge of TuGraph support index? ](https://github.com/TuGraph-db/tugraph-db/discussions/113#discussioncomment-4165379)

1.2 [What is the QPS of a single TuGraph machine? ](https://github.com/TuGraph-db/tugraph-db/discussions/113#discussioncomment-4165388)
2. **[TuGraph Browser QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/111#discussion-4575381)**

2.1 [How to update the tugraph service after the visualization file is built? ](https://github.com/TuGraph-db/tugraph-db/discussions/111#discussioncomment-4165364)

2.2 [How to connect the existing tugraph service through npm run dev? ](https://github.com/TuGraph-db/tugraph-db/discussions/111#discussioncomment-4165366)

2.3 [TuGraph Browser version 3.3.0 failed to delete node label? ](https://github.com/TuGraph-db/tugraph-db/discussions/82#discussion-4465791)
3. **[Client QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/109#discussion-4575378)**

3.1 [What programming languages ​​does the client currently have, and does it support node js? ](https://github.com/TuGraph-db/tugraph-db/discussions/109#discussioncomment-4165351)

3.2 [Does the python client support pip install? Where is the client referenced? ](https://github.com/TuGraph-db/tugraph-db/discussions/109#discussioncomment-4165353)
4. **[Data Import QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/107#discussion-4575373)**

4.1 [Which common databases can TuGraph connect to? ](https://github.com/TuGraph-db/tugraph-db/discussions/107#discussioncomment-4165335)

4.2 [How to import data? ](https://github.com/TuGraph-db/tugraph-db/discussions/107#discussioncomment-4165336)
5. **[Stored Procedure QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/105#discussion-4575369)**

5.1 [How to load stored procedure or algorithm package? ](https://github.com/TuGraph-db/tugraph-db/discussions/105#discussioncomment-4165313)

5.2 [How to call or execute the stored procedure? ](https://github.com/TuGraph-db/tugraph-db/discussions/105#discussioncomment-4165317)

5.3 [Where is the open source built-in algorithm package? ](https://github.com/TuGraph-db/tugraph-db/discussions/105#discussioncomment-4165322)
6. **[Installation and deployment QA summary](https://github.com/TuGraph-db/tugraph-db/discussions/103#discussion-4575364)**

6.1 [How to install using docker image? ](https://github.com/TuGraph-db/tugraph-db/discussions/103#discussioncomment-4165287)

6.2 [After the rpm package and deb package are installed, start the lgraph_server service. Prompt missing 'liblgraph.so' error? ](https://github.com/TuGraph-db/tugraph-db/discussions/103#discussioncomment-4165289)

6.3 [How to compile TuGraph on Mac's M1 chip? ](https://github.com/TuGraph-db/tugraph-db/discussions/47#discussion-4393165)

6.4 [How to Handle Error: 'jemalloc: Unsupported system page size'? ](https://github.com/TuGraph-family/tugraph-db/issues/477)
7. **[Cypher QA Summary](https://github.com/TuGraph-db/tugraph-db/discussions/102#discussion-4575018)**

7.1 [Does it support conditional query of indefinite length? ](https://github.com/TuGraph-db/tugraph-db/discussions/102#discussioncomment-4165252)

7.2 [How to query the shortest path, how to use the shortestPath function? ](https://github.com/TuGraph-db/tugraph-db/discussions/102#discussioncomment-4165256)

7.3 [Using and after the query statement Where to splice the query speed is slow, how should the statement be optimized and improved? ](https://github.com/TuGraph-db/tugraph-db/discussions/102#discussioncomment-4165260)

7.4 [How to query the edge of any jump? ](https://github.com/TuGraph-db/tugraph-db/discussions/102#discussioncomment-4165262)

7.5 [Is there a date() function in Cypher? ](https://github.com/TuGraph-db/tugraph-db/discussions/91#discussion-4482858)
8. **[Jwt Token QA Summay](https://github.com/TuGraph-family/tugraph-db/discussions/282#discussion-5574402)**

8.1 [What should I do after the error "User has reached the maximum number of tokens" is reported? ](https://github.com/TuGraph-family/tugraph-db/discussions/282#discussioncomment-6861785)

If the problem is still not resolved, we recommend you follow up or create a new thread describing your problem. At the same time, the TuGraph QA summary will be updated regularly based on the posts initiated by everyone in the discussion area.
Loading

0 comments on commit 4924904

Please sign in to comment.