How can I make my Compose database realtime and ensure that it updates in real-time as new data is added or updated?

I am currently working on a project that requires real-time updates for a Compose database. While I have experience with databases and their various features, I am not familiar with how to make a Compose database real-time. My project requires that the database updates in real-time as new data is added or updated. I am interested in exploring different options and techniques that can be used to achieve this functionality. Can someone please provide guidance on how to make a Compose database real-time and ensure that it updates in real-time?

Hey @0x1EDAFE36Fb88eE4683 . Can you tell me a little bit more about your use case? In general, with ComposeDB, you should be able to query the graph right after the new streams are added or existing ones updates.