RavenDB: Debugging and Troubleshooting
Given that this is something new and an open source project you may find yourself searching for help and more guidelines.
Summarized:
- Use RavenDB REST interface with curl
- RavenDB operations are logged on the console app
- RavenDB indexing is a background process so there is a gap between a write and index update
- RavenDB can run in embedded mode
I bet Ayende has more tricks up his sleeves so hopefully he’ll jump in to share.
Original title and link: RavenDB: Debugging and Troubleshooting (©myNoSQL)
via: http://activeengine.wordpress.com/2011/12/15/approvaflow-a-quick-primer-on-ravendb/