Exporting Data from RavenDB, the New Way
Join the DZone community and get the full member experience.
Join For Free
in ravendb 2.5, we provide an easy way to grab all the data from the database, regardless of the usual paging limit.
i had the chance to experiment with that recently during a course. here is the code we wrote. for fun, we made it use the async api:
i am pretty happy about that. we have stuff that streams all the way from the ravendb to the end client.
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Transactional Outbox Patterns Step by Step With Spring and Kotlin
-
What Is Envoy Proxy?
-
Breaking Down the Monolith
-
From On-Prem to SaaS
Comments