GithubHelp home page GithubHelp logo

Projections about aggregates.net HOT 1 CLOSED

charlessolar avatar charlessolar commented on July 27, 2024
Projections

from aggregates.net.

Comments (1)

charlessolar avatar charlessolar commented on July 27, 2024

Thanks -
Configuring projections is a future feature I may or may not implement. The best way to setup projects in EventStore is via javascript. I believe there is a C# way to customize projections but I am not familiar with it at all and to my knowledge projections in general are not production ready.

Because we have NSB at our disposal in this project, I went for their way of event sourcing aggregate objects using DDD concepts. DDD and event sourcing work very well together, you can see an example of building view models in the example project here: https://github.com/volak/DDD.Enterprise.Example/tree/master/Application/ServiceStack/ServiceStack.Accounting/Account/Handlers

Events are raised from aggregates on the domain project, and application type projects subscribe to EventStore and receive events which they use to build their own specialized view models. In the example above I build 2 view models, a GET type and an INDEX type. INDEX is a specialized minimal version of the GET information for speedy grid type results

from aggregates.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.