TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any company that need inexpensive CDP to intergrate with.
There may be more then one event validation per event. For example I have an event coming from git-hub that is raised when the issue is changed. It has an action field that may contain the following values: "assigned", "created", "deleted", etc. Depending on this field different data is send. I would like to validate it depending on the condition, the same way we do it in event reshape. Now I can assign only one validation per event. So id does not solve my problem with the github events. I need to be able to assign many event validation per one event.
To Be Done
Save event validation in separate index with event_type field. This way we will be able to create many event validations and filter it by the event_type field.
Describe the bug
There may be more then one event validation per event. For example I have an event coming from git-hub that is raised when the issue is changed. It has an action field that may contain the following values: "assigned", "created", "deleted", etc. Depending on this field different data is send. I would like to validate it depending on the condition, the same way we do it in event reshape. Now I can assign only one validation per event. So id does not solve my problem with the github events. I need to be able to assign many event validation per one event.
To Be Done