9 Advanced capabilities
This chapter covers
- Getting more of your queries
- Documents metadata
- Being notified from the client when data changes on the server
- Streaming unlimited number of documents from RavenDB
- Server-side updates via commands and scripts
We are about to wrap-up our journey learning RavenDB. By now you should have everything you need to start building pretty much any type of application with RavenDB as its backing store.
There are only two bits remaining. The first is a discussion on how to deploy and manage a RavenDB server instance. This is our topic for the next chapter, the last one in the book.
The other thing that we still have to look at is a collection of functionalities and capabilities of RavenDB we haven’t had the place or time to look at yet. This is what we are going to do in this chapter.
Each individual topic discussed here can be discussed in great length, much more than this chapter can allow for. So instead of dropping those topics completely I chose to discuss them in short, and group them in one “garage” chapter.
9.1 Advanced querying
In previous chapters we talked about RavenDB indexes at length. We saw how they operate on data, and how they use Lucene and Map/Reduce functions to map document properties and results of aggregation operations into searchable indices.