GitHub user dosubot[bot] added a comment to the discussion: Get a notify every time some add/delete/update operation is performed on graph.
<!-- Answer --> Yes, it is possible in HugeGraph to assign a name to a graph and add all vertices inside it, allowing for multiple graphs within a single HugeGraph database. This is similar to having multiple tables in the same RDBMS database. The `MultiGraphsTest` class demonstrates the ability to create and manage multiple graphs with different names within the same HugeGraph instance. The `openGraphs` method is used to open multiple graphs by their names, and the `testCreateMultiGraphs` test case shows the initialization and clearing of these graphs. Additionally, the `testCreateGraphsWithDifferentNameDifferentBackends` test case illustrates how to create graphs with different names and backends <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/cf988feb-8972-4bed-93e7-d93b32ed446c?feedback_type=other)</sup> GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2738#discussioncomment-12308748 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org