castore icon indicating copy to clipboard operation
castore copied to clipboard

Making Event Sourcing easy 😎

Results 25 castore issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

# Description đŸĻĢ [EventStore](https://castore-dev.github.io/castore/docs/event-sourcing/event-stores/) documentation indicates that the constructor is able to receive onEventPushed as an argument in the constructor but the base code doesn't support it In the company...

Hey, We're currently preparing to add snapshots to our projects, it's not implemented yet in Castore. We are planning on implementing something similar to: ```typescript public async getAggregate(id: string): Promise...

Currently, the documentation that [EventStore](https://castore-dev.github.io/castore/docs/event-sourcing/event-stores/ ) class can receive onEventPushed function in the constructor but actually it doesn't The specific part of the documentation that says that is the reference...

**Describe the bug** A clear and concise description of what the bug is. We are caching the events before sending them to the eventStore.pushGroupEvent Our Encapsulation of Castore ```typescript import...

# Description đŸĻĢ In some circumstances, it is necessary to use a DynamoDB table for multiple purposes. In those scenarios, it is often not possible to control the names of...

**Is your feature request related to a problem? Please describe.** I'm working on a POC for my organization and am starting to try and introduce query models. I'm wondering if...

# Description đŸĻĢ Add optional validation of an event input, and implement input validation for ZodEventTypes ## Type of change 📝 Please delete options that are not relevant. - [...

minor

# Description đŸĻĢ Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this...

minor

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...