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

Modify events that have been already sent to the eventData bus with incorrect metadata format in subj and obj. #54

Open
1 task
kjgarza opened this issue Mar 26, 2019 · 1 comment

Comments

@kjgarza
Copy link
Contributor

kjgarza commented Mar 26, 2019

when re-adding event data Bus push #51 we included the subj item but in the new default camelCase format. We need to change that.

We started sending this events since

Actions

@kjgarza kjgarza self-assigned this Mar 26, 2019
@kjgarza
Copy link
Contributor Author

kjgarza commented Apr 10, 2019

How to edit events in EventData Bus.

Currently we do not have a place to edit Events in the EventDataBus. Levriero has an interface to create events in the Bus but not for updating them. Updating Events requires the event UUID which we/datacite do not have know.

Proposal:

Implement functionality to update events in levriero.

  • Create new update function in Leveriro.
  • Create a rake task to get all the events created by datacite from EventDataBus.
  • Use the UUID and the information events obtained in the rake task to update the events.
  • The rake would query for events and then updated them.
  • Adv: we can use this function in the future for other changes.

@kjgarza kjgarza removed their assignment Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants