We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Pattern to allow the database to push/notify changes being subscribed is becoming more and more popular as it's simplifying app dev in a good way.
Databases like firebase and middleware tools like https://debezium.io are offering such abilities.
These requirements are being requested/queried for some time.
Describe the solution you'd like
Provide interfaces to allow subscriptions on a certain scope of graph data changes.
Underlying it could be listener-based.
The notification layer could be https://debezium.io or equivalent.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
@MuYiYong this is the requirement on pubsub /data watch and notify/ event-driven capability :)
Sorry, something went wrong.
is there any progress on this?
As I recall, @zhaojunnana is working on a CDC for NebulaGraph :D Any exciting plan/progress could be shared, please?
No branches or pull requests
Is your feature request related to a problem? Please describe.
Pattern to allow the database to push/notify changes being subscribed is becoming more and more popular as it's simplifying app dev in a good way.
Databases like firebase and middleware tools like https://debezium.io are offering such abilities.
These requirements are being requested/queried for some time.
Describe the solution you'd like
Provide interfaces to allow subscriptions on a certain scope of graph data changes.
Underlying it could be listener-based.
The notification layer could be https://debezium.io or equivalent.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: