Re: Revenj - a DDD friendly framework
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAC9RQti4ZEoaiSLv1zdJ5HSOHVEWDjGXaJ6-y2f-RdMK3Bi3Wg@mail.gmail.com> |
After reading through I have a ton of questions on the event sourcing implementation here. The largest is how do you replay a set of events to a projection? The second is how do you order events since they are in different tables? On Wed, Aug 27, 2014 at 1:59 PM, [email protected] [domaindrivendesign] < [email protected]> wrote: > > > Hi all, > > > we've released a .NET backend framework we've been using for years. > > It supports rich models (even has some support for unstructured ones) on > top of Postgres (and Oracle) so it allows for seamless DDD while avoiding > the JSON DB route. > > It's BSD licensed and is available on: https://github.com/ngs-doo/revenj > > > It contains some distinguishing features (with https://dsl-platform.com/ > integration): > > * advanced object-oriented LINQ driver > > * no ORM issues since it utilizes objects in the DB [so it might have OOM > issues ;)] > > * integration with modeling language based on DDD for describing the > domain > > * automatic SQL migration based on modeling language diff > > * removal of various boilerplate (repositories, DTOs, etc...) > > * works on Mono > > > If you have questions or comments, please let me know. > > > Thanks, > > Rikard > > > -- Studying for the Turing test