Skip to content

Using fmodel to build ES/CQRS apps #164

Answered by idugalic
cloudcompute asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cloudcompute ,

a. It is not a complete solution. FModel is a set of libraries that can be used to accelerate the solution on your end. It only proposes generic infrastructure interfaces on the application module, but the implementation of these interfaces is on you/your team. For example. Please, check the demo application(s) for more

b. Mongo and Postgres can be used as an event stores. First, It is important for the storage technology to support concurrency control so your event streams are totally ordered. Second, it is valuable if your event store can stream events to your Views/Query side (think of concurrent consumers on the Query side!). Unfortunately, SQL/Document Databases ar…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
5 replies
@cloudcompute
Comment options

@idugalic
Comment options

@cloudcompute
Comment options

@matthewadams
Comment options

@idugalic
Comment options

Answer selected by cloudcompute
Comment options

You must be logged in to vote
7 replies
@idugalic
Comment options

@idugalic
Comment options

@bruth
Comment options

@idugalic
Comment options

@DylanSale
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants