sourced-repo-typeorm VS fmodel-ts

Compare sourced-repo-typeorm vs fmodel-ts and see what are their differences.

sourced-repo-typeorm

A sourced repo that uses TypeORM to persist events. This allows for passing different connection options, and thus, allows for different databases for the persistence layers. (by CloudNativeEntrepreneur)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
sourced-repo-typeorm fmodel-ts
1 1
5 97
- -
5.4 9.3
17 days ago 1 day ago
TypeScript TypeScript
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sourced-repo-typeorm

Posts with mentions or reviews of sourced-repo-typeorm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-08.
  • Problem with Repository Design Pattern
    4 projects | /r/Backend | 8 Sep 2021
    This is an event sourcing library in Typescript that also relies on the repository pattern: https://github.com/cloudnativeentrepreneur/sourced. Using the same models you could use a server side repo, such as https://github.com/CloudNativeEntrepreneur/sourced-repo-typeorm to persist to sql dbs, or the mongo repo implementation: https://github.com/mateodelnorte/sourced-repo-mongo, or even use localstorage if you were working in a browser: https://github.com/CloudNativeEntrepreneur/sourced-repo-svelte-local-storage-store all without changing the model the repository serves.

fmodel-ts

Posts with mentions or reviews of fmodel-ts. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing sourced-repo-typeorm and fmodel-ts you can also consider the following projects:

sourced-repo-mongo - mongo data store and repository for sourced-style event sourcing models

purista - A typescript framework for building backend services and api in modern, modular and scalable way with event-driven patterns

sourced-repo-svelte-local-storage-store - Build event sourced svelte applications and use localstorage backed svelte stores for persistence.

ddd-hexagonal-cqrs-es-eda - Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^

sourced - Tiny framework for building models with the event sourcing pattern (events and snapshots).

evtstore - Event Sourcing and CQRS with Node.js and TypeScript

EventSourcing.NodeJS - Examples and Tutorials of Event Sourcing in NodeJS

booster - Software development framework specialized in building highly scalable microservices with CQRS and Event-Sourcing. It uses the semantics of the code to build a fully working GraphQL API that supports real-time subscriptions.

fullstack-starter - Node.JS with TypeScript, CQRS + Event Sourcing and React