goes icon indicating copy to clipboard operation
goes copied to clipboard

[MongoDB] Change field type of event data to `Object`

Open bounoable opened this issue 2 years ago • 1 comments

The data field of events is currently Binary. This is slightly annoying when viewing at the data within MongoDB Compass: BinData(0, "ey...."). Need to change the field type to String to be able to view the data.

I want to change the field type to Object, so the event data can be viewed and navigated in Compass.

Should be able to implement this backwards-compatible, so no migration of the event store is needed.

bounoable avatar Mar 28 '23 22:03 bounoable

This will make #31 obsolete.

bounoable avatar Mar 28 '23 22:03 bounoable