event-store

    1熱度

    1回答

    我工作的一個原型CQRS實現,並試圖用喬納森·奧利弗的事件存儲與MS SQL服務器: _store = Wireup.Init() .UsingSqlPersistence("EventStore") .InitializeDatabaseSchema() .UsingJsonSerialization() .Build(); 我在ap

    3熱度

    1回答

    如何在EventStore中訪問全部存儲的事件以重建我的讀取模型? 在問題J Oliver EventStore V2.0 questions中提到了一個名爲GetFrom的方法,但在從Wireup返回的接口「IStoreEvents」中找不到此方法。