문제

I'm looking for a NoSQL that has .NET API (key-value or document db) that can raise an event in my aplication when a document/entity has been changed (created, updated or deleted).

Is there something like this?

도움이 되었습니까?

해결책

RavenDB has a Changes API, which can inform you about document changes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top