Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MongoDB] Change field type of event data to Object #112

Open
bounoable opened this issue Mar 28, 2023 · 1 comment
Open

[MongoDB] Change field type of event data to Object #112

bounoable opened this issue Mar 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bounoable
Copy link
Contributor

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 bounoable added the enhancement New feature or request label Mar 28, 2023
@bounoable
Copy link
Contributor Author

This will make #31 obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant