RavenDB: Delving Into Documents With Data Subscriptions [Video]
You can utilize data subscriptions in RavenDB to help make sure that any document processing jobs don't negatively affect your users' experience.
Join the DZone community and get the full member experience.
Join For FreeIn this talk from the RavenDB conference, Kijana Woodard is talking about using subscriptions to process data reliably. You've got documents coming in fast. There's long running processing that needs to happen, but you don't want users to have to wait when they submit data. Don't worry! Data subscriptions provide a way to reliably process documents asynchronously from the rest of your application. In this talk, we'll cover the basics of data subscriptions to get your processing jobs running quickly and efficiently.
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Real-Time Made Easy: An Introduction to SignalR
-
How to Handle Secrets in Kubernetes
-
Implementing RBAC in Quarkus
-
HashMap Performance Improvements in Java 8
Comments