.Net friendly, local, key-value pair, replicatable datastore

Posted by Brad Mathews on Stack Overflow See other posts from Stack Overflow or by Brad Mathews
Published on 2010-05-24T23:45:16Z Indexed on 2010/05/24 23:51 UTC
Read the original article Hit count: 356

I am looking for a key/value type datastore with very specific requirements. Anyone know anything that will work?

  1. Needs to be a component of some sort. No additional installation needed.
  2. The datastore needs to be on the local hard drive.
  3. I am using VB.Net for a desktop app running Windows XP through 7 so it needs to callable by that environment.
  4. It needs to replicatable. If I have four copies of my app running on the network, each local copy of the datastore needs to replicate with the others. As close to real time as possible.

The first three are easy, I can do that with ADO.Net out of the box. The last one, replication, is the one I do not have answer to.

Does such an animal exist?

Thanks, Brad

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net