Exporting Data from RavenDB, the new way

time to read 1 min | 96 words

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:

image

I am pretty happy about that. We have stuff that streams all the way from the ravendb to the end client.