issues
search
event-driven-io
/
emmett
Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reshaping event metadata with global position
#132
oskardudycz
opened
1 day ago
0
Added test reproducing issue with documentExists check
#131
oskardudycz
opened
4 days ago
0
Fixed the issue in Pongo projection that gets the empty object instead of null when document doesn't exist
#130
oskardudycz
closed
4 days ago
0
Added missing web-streams-pollyfil reference to the Emmett package
#129
oskardudycz
opened
5 days ago
0
Async subscriptions for PostgreSQL event store
#128
oskardudycz
opened
1 week ago
0
[MongoDB Event Store] Projection Registration & Helper for single stream projections
#127
alex-laycalvert
opened
1 week ago
3
MongoDB Event Store Implentation
#126
alex-laycalvert
closed
2 weeks ago
9
Fixed browser-only usage of Emmett package introduced in 0.20.0
#125
oskardudycz
closed
4 weeks ago
1
Browser Only
#124
dilgerma
closed
4 weeks ago
2
Fix `CommandHandler` type definition for `handleOptions`
#123
alex-laycalvert
closed
1 month ago
2
Fixed commonjs build
#122
oskardudycz
closed
4 weeks ago
0
Fixed Dockerfile configuration to use esmodules instead of common js
#121
oskardudycz
closed
1 month ago
0
Bumped pongo 0.16.1
#120
oskardudycz
closed
1 month ago
0
Command handling idempotency improvements
#119
oskardudycz
closed
1 month ago
0
Updated samples to Emmett 0.19.0 version
#118
oskardudycz
closed
1 month ago
0
Upgraded to Pongo to 0.15.0
#117
oskardudycz
closed
1 month ago
0
Initial Emmett CLI
#116
oskardudycz
closed
2 months ago
0
Bumped Pongo to 0.14.4
#115
oskardudycz
closed
2 months ago
0
Updated TS config to fix debugging
#114
oskardudycz
closed
2 months ago
0
Updated to Pongo 0.13.0 and other peer dependencies
#113
oskardudycz
closed
2 months ago
0
Fix the documentExist projection assertion helper that fails on PostgreSQL sample
#112
oskardudycz
opened
3 months ago
0
Added projections to PostgreSQL samples
#111
oskardudycz
closed
3 months ago
0
Added default implementation of event store session
#110
oskardudycz
closed
2 months ago
0
Added benchmark configuration to generate schema upfront
#109
oskardudycz
closed
3 months ago
0
Added basic benchmark for appends and reads
#108
oskardudycz
closed
3 months ago
0
Fix typing to not require passing projections for non-pooled connection
#107
oskardudycz
closed
1 month ago
2
Added idempotence check tests for PostgreSQL projections
#106
oskardudycz
closed
3 months ago
0
Added PostgreSQL and Pongo Projection specification for integration testing
#105
oskardudycz
closed
3 months ago
0
Refactored Postgres projections registrations
#104
oskardudycz
closed
3 months ago
1
Updated Pongo to 0.12.4
#103
oskardudycz
closed
3 months ago
0
Added raw sql projections to support raw SQL handling
#102
oskardudycz
closed
3 months ago
1
Refactored PostgreSQL event store to benefit from the latest Pongo and Dumbo improvements
#101
oskardudycz
closed
3 months ago
1
Added a basic example of projection handling to PostgreSQL samples
#100
oskardudycz
closed
3 months ago
0
Support for an async `decide` / `handle` function for `CommandHandler`
#99
alex-laycalvert
closed
1 month ago
3
Exposed missing pongo projection types and functions
#98
oskardudycz
closed
3 months ago
0
Add projection builder that takes handler with event and return sql statements
#97
oskardudycz
closed
3 months ago
1
Exposed custom projection builders and ProjectionDefinition types
#96
oskardudycz
closed
3 months ago
1
Postgres: Emmett does not respect schema property in db connection url
#95
jameswoodley
opened
3 months ago
2
Ensure compatibility with Vercel and provide documentaiton on how to use it
#94
oskardudycz
opened
3 months ago
0
Ensure compatibility with Supabase and provide tutorial on using Emmett with it
#93
oskardudycz
opened
3 months ago
0
Ensure that Emmett works well with Postgres row-level security.
#92
oskardudycz
opened
3 months ago
0
Enable possibility to use non-Pooled connection for Emmett Postgres projections
#91
oskardudycz
closed
3 months ago
0
Added a first experimental implementation of PostgreSQL inline projections
#90
oskardudycz
closed
4 months ago
0
Used code from Dumbo instead of duplicated one between Emmett and Pongo
#89
oskardudycz
closed
4 months ago
0
Fixed mapping of optimistic concurrency for PostgreSQL event store
#88
oskardudycz
closed
4 months ago
0
Added sample showing PostgreSQL event store
#87
oskardudycz
closed
4 months ago
0
Added initial implementation of Postgresql Event Store
#86
oskardudycz
closed
4 months ago
0
Updated missing link in getting-started.md
#85
d3spis3d
closed
4 months ago
0
Updated samples to show in memory message bus handling
#84
oskardudycz
closed
5 months ago
0
Fixed in-memory message bus declaration to correctly expose command and event processor methods
#83
oskardudycz
closed
5 months ago
0
Next