Sökning: "CQRS"

Hittade 5 uppsatser innehållade ordet CQRS.

  1. 1. Comparison between CRUD and CQRS in an event driven system

    M1-uppsats, KTH/Hälsoinformatik och logistik

    Författare :Rasmus Jansson; [2024]
    Nyckelord :CQRS; CRUD; Event Driven Architecture; Event Sourcing; EventStoreDB; Kafka; CQRS; CRUD; Händelsedriven Arkitektur; Händelsekällor; EventStoreDB; Kafka;

    Sammanfattning : In todays digitalised society, effective solutions to manage huge amount of data is needed. An established design pattern that are used in many systems are CRUD. To handle data in events have become more popular over the years, but CRUD is not optimised for it. A possible replacement is CQRS, it is designed with events in mind. LÄS MER

  2. 2. A new programming model for enterprise software : Allowing for rapid adaption and supporting maintainability at scale

    Master-uppsats, KTH/Elkraftteknik

    Författare :Marc Höffl; [2017]
    Nyckelord :Enterprise Software; Microservices; Event Sourcing; Command Query Responsibility Segregation CQRS ; Distributed Systems; Process Systems; Enterprise Resource Planning ERP ; Business Process Re-engineering BPR ; Transparency; Adaptability; Testability; Reparability; Seneca.js; Hemera.js; Enterprise Software Patterns; Pattern Matching; Transport Independence; Additivity;

    Sammanfattning : Companies are under constant pressure to adapt and improve their processes to staycompetitive. Since most of their processes are handled by software, it also needs toconstantly change. Those improvements and changes add up over time and increase thecomplexity of the system, which in turn prevents the company from further adaption. LÄS MER

  3. 3. An Evaluation on Using Coarse-grained Events in an Event Sourcing Context and its Effects Compared to Fine-grained Events

    Master-uppsats, KTH/Skolan för datavetenskap och kommunikation (CSC)

    Författare :Brian Ye; [2017]
    Nyckelord :Event sourcing; CQRS; Granularity; Event;

    Sammanfattning : Introducing event sourcing to a system that is based on a model following Create, Read, Update and Delete (CRUD) operations can be a challenging task and requires an extensive rework of the current system. By introducing coarse-grained events it is possible to persist the structure of the data in a CRUD model and still gain the benefits of event sourcing, avoiding an extensive rework of the system. LÄS MER

  4. 4. Practitioners’ view on command query responsibility segregation

    Magister-uppsats, Lunds universitet/Institutionen för informatik

    Författare :Martin Nilsson; Nazife Korkmaz; [2014]
    Nyckelord :Business and Economics;

    Sammanfattning : Relational database management systems (RDBMS) have long been a predominant technology in information systems (IS). Today, however, the ever-changing technology landscape seems to be the proving grounds for many alternative approaches. For instance, alternative databases are currently used in many cloud services that affect everyday life. LÄS MER

  5. 5. CQRS och Event Sourcing som mjukvaruarkitektur

    M1-uppsats, Institutionen för datavetenskap, fysik och matematik, DFM

    Författare :Andreas Larsson; [2012]
    Nyckelord :;

    Sammanfattning : I den här rapporten undersöks Command Query Responsibility Segregation (CQRS),Event Sourcing och Task Based User Interface (händelsebaserat gränssnitt) somtillsammans bildar en annorlunda arkitektorisk uppbyggnad av system. Tanken bakomarkitekturen är att kunna spåra vad, när och hur data förändras i ett system samtmöjlighet att återskapa tidigare tillstånd, jämfört med traditionella system som endastlagrar, hanterar och presenterar data i dess nuvarande tillstånd. LÄS MER