The Management Studio
The RavenDB Management Studio is a lightweight Silverlight client to let you easily manage the data in a RavenDB server instance. Using the Studio you can view, create, edit or delete documents, manage indexes, issue queries, view the errors log, import / export, and more.
The Studio is accessible from any RavenDB server, regardless of how it is deployed. However, it does require the user to authenticate against the server, most commonly using his Windows credentials.
// TODO: Studio screenshot
Basic navigation
At the top left of the page there are the navigation tabs, a link for each of the screens in the Studio:
Some database-wide statistics are shown at the bottom of the screen:
There you will also find the Licensing status and the build number:
The Summary Screen
The summary screen is the default screen shown whenever you access the RavenDB Management Studio, showing the latest documents updated (or created) in the database.
When accessing an empty database (or tenant) the page will look like this:
Clicking on "Create sample data" will add some dummy MvcMusicStore data and indexes to the database. This is usually helpful to jumpstart the RavenDB learning process.
can u provide samples or links describing about how to write simple quries (get the data from collection,insert data through ravendb studio ) advance queries and how to use indexes in ravendb studio.
it will definitely help a lot. please try it and give result soon.
All of that is already documented in this chapter (although inserting data in the studio is done point-and-click style, not through commands)