Updated RavenDB demo site
Last week we pushed an update to our public demo site, this is intended to walk you through using RavenDB, show code samples and provide detailed guidance into using RavenDB from your application.
Here is an example screen shot:
We spent a lot of time and effort on it, and I would appreciate you taking a peek and providing feedback on how useful that is for you to learn RavenDB and how to use it.
Comments
Looks very thorough. The code walk-through for query states : Note: The query optimizer only searches for a matching index within the existing auto-indexes, not the static ones. What is the reason for this?
Peter, We chose to do it this way because it simplify the implementation. Static indexes are managed by the user, dynamic indexes by the cluster.
Looks good! It will definitely help.
This looks really fantastic - great work guys!
Comment preview