Are GraphQL subscriptions supported by ComposeDB?

GraphQL servers frequently support subscriptions which allow receiving changes in real time.

Does the ComposeDB server support these?

Hey @dysbulic. As of now, subscriptions are not supported, but it’s something that we plan to add in the future.

1 Like

Hey @dysbulic,

As a workaround, I use PostgreSQL CDC, Kafka Connect, and Apache Kafka to achieve a form of pub/sub functionality. Then I handle my subscription logic separately.

I believe tasks like these will become easier once the Ceramic API is released.

3 Likes

Could you perhaps add this to the public roadmap on GitHub? :slight_smile:

Hey @m0ar. Will definitely share some updates on the updated roadmap soon. Will make sure we add an update about the subscriptions there too.