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 --> HugeGraph has built-in methods to notify about add, delete, or update operations on a graph. The `SpaceMetaManager` class provides methods such as `notifyGraphSpaceAdd`, `notifyGraphSpaceRemove`, and `notifyGraphSpaceUpdate` to handle these notifications. Additionally, you can implement custom logic by using methods like `listenGraphSpaceAdd`, `listenGraphSpaceRemove`, and `listenGraphSpaceUpdate` to listen for these events and execute your desired actions when they occur <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers/SpaceMetaManager.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/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/495731b7-d8d3-43b8-aec3-06c88c9bdaf4?feedback_type=other)</sup> GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2738#discussioncomment-12308112 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org