Page 1 of 1

EventStore

Posted: Sun 28 Apr 2013 19:49
by delarou
We use EventStore (https://github.com/joliver/EventStore) inside our project and until now we used SQL Server but we have to migrate to Oracle.
From the description it's planned to have an Oracle implementation, are there any plans for a Devart implementation and/or somebody else already did the exercise?

Re: EventStore

Posted: Mon 29 Apr 2013 13:17
by Shalex
We will investigate the possibility of supporting EventStore and post here about the result.

Re: EventStore

Posted: Tue 04 Jun 2013 09:24
by marijnrutten
Hi,

For our project we also need an integration of EventStore in Devart. What is the status on this subject.

Thanks a lot!

Re: EventStore

Posted: Tue 04 Jun 2013 12:24
by Shalex
Currently there is no timeframe for implementing this feature.

Re: EventStore

Posted: Wed 12 Jun 2013 07:57
by valeriob
I made that implementation and i can tell that i've tested it with Oracle.ManagedDataAccess.Client (it is on nuget now).
This is the new repository https://github.com/NEventStore/ and you just need to specify the provider name on the connection string.

<add name="EventStore" providerName="Oracle.ManagedDataAccess.Client" connectionString="" />