Top 12 TypeScript Cqr Projects
-
Project mention: Selector Returning Entire State Rather Than State Slice | reddit.com/r/NGXS | 2022-03-22
// In doing this refactoring I noticed that there is a 'bug' where the // application state is returned instead of this state slice. // This has worked this way since the beginning see: // https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts // This needs to be fixed, but is a 'breaking' change. // I will do this fix in a subsequent PR and we can decide how to handle it.
-
testing-nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
To echo the other's here, Nx has been an amazing dev experience for me! I use it for ogma, for nest-commander, testing-nestjs, and for nest-samples and @nest-lab/, all using pnpm as a package manager.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
ultimate-backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Project mention: Does anybody want to learn Computer Science?? | reddit.com/r/learnprogramming | 2023-01-04 -
Another option, with a clearly-functional style, is https://github.com/reimagined/resolve .
-
Project mention: Add a level of abstraction over CQRS AggregateRoot | reddit.com/r/Nestjs_framework | 2022-07-31
So I'm following the CQRS pattern and using the CQRS module. The code is something like this:
-
Project mention: Remesh: A DDD framework for large and complex TypeScript/JavaScript applications | reddit.com/r/reactjs | 2022-07-30
-
nest-clean-architecture
🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming.
Project mention: Template: Clean Architecture, Functional Programming, Test strategy | reddit.com/r/Nestjs_framework | 2022-05-26 -
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
Queries: https://github.com/kamilmysliwiec/nest-cqrs-example/blob/master/src/heroes/queries/handlers/get-heroes.handler.ts
-
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.
The Booster version 0.24.0 is capable of creating Multi Provider Rockets. Multi-provider Rockets could include implementations for different vendors in the same npm package.
-
-
Project mention: Straightforward Event Sourcing with TypeScript and NodeJS | reddit.com/r/node | 2022-08-03
This is cool to see! I haven't really seen other uses of non-OO event sourcing in NodeJS. My library (evtstore) looks very similar to this, but it uses other popular databases (postgres, mysql, mongodb, ...) as a backend instead.
-
sourced
Tiny framework for building models with the event sourcing pattern (events and snapshots). (by CloudNativeEntrepreneur)
TypeScript Cqrs related posts
Index
What are some of the best open-source Cqr projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | store | 3,339 |
2 | testing-nestjs | 2,219 |
3 | ultimate-backend | 2,104 |
4 | resolve | 712 |
5 | cqrs | 679 |
6 | remesh | 510 |
7 | nest-clean-architecture | 427 |
8 | nest-cqrs-example | 416 |
9 | booster | 312 |
10 | microservice-template | 144 |
11 | evtstore | 44 |
12 | sourced | 12 |