Is it possible to host RavenDB from within my own process? I do not want to use a separate IIS s开发者_运维技巧ite or run a separate server .exe.
If I were to create a basic personal accounting system (because I\'m like that - it\'s a hobby project about a domain I\'m familiar enough with to avoid getting bogged-down in requirements), would a N
I have an index that works great when I query it using the .Net client API with a server based RavenDb.
Can 开发者_如何学编程any one help me in setting up Raven DB Replication? Tried a lot of ways a lot of time but no success.
sssI currently have an index called SchoolMetrics that aggregates several fields on the School field as the key and produces documents like this:
In my unit tests I am setting up each test to have a totally empty IDocumentSession. I do it like this:
I have quite simple model: public class PhraseMeta: { public 开发者_运维百科int Id { get; set; }
开发者_StackOverflow社区What\'s the current best practice for storing file data with RavenDB? (CDN or RavenDB Attachments)
I\'m interested in switching over our application (or parts of it) to use RavenDB from SQL server with NHibernate.
I have documents collection \"Messages\" in my base (RavenDB) Document definition like: class Message { string Content;