Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weegigs/wee-events
A light weight CQRS system for typescript
https://github.com/weegigs/wee-events
cqrs event-sourcing typescript
Last synced: 3 months ago
JSON representation
A light weight CQRS system for typescript
- Host: GitHub
- URL: https://github.com/weegigs/wee-events
- Owner: weegigs
- License: mit
- Created: 2017-10-16T02:27:36.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T22:40:59.000Z (over 1 year ago)
- Last Synced: 2024-10-19T21:28:02.373Z (3 months ago)
- Topics: cqrs, event-sourcing, typescript
- Language: TypeScript
- Homepage:
- Size: 5.1 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - weegigs/wee-events - A light weight CQRS system for typescript (TypeScript)
README
# Wee Events
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/518416c1092549ab858b18800ccef0e1)](https://www.codacy.com/gh/weegigs/wee-events/dashboard?utm_source=github.com&utm_medium=referral&utm_content=weegigs/wee-events&utm_campaign=Badge_Grade)
## Building `Wee Events`
### Prerequisites
The repository includes a nix file which includes system dependencies other than docker. If it's
useful for you "huzzah". Otherwise you'll need to ensure that the following are installed.- Nodejs version 16.x
- PNPM
- Lerna
- Docker (for testing) https://www.testcontainers.org/supported_docker_environment/### Building
Make sure you
```sh
pnpm install
pnpm build
```