Hevo ingests your data from sources, applies transformations on it and brings it to Schema Mapper. In Schema Mapper you can define how your data will be stored in your destination warehouse.
You can use Hevo's Schema Mapper to do the following:
- Map an incoming event type to a destination table. All the data for that event type will be stored in the mapped destination table.
- Omit unwanted fields from storing in the destination table. This is especially useful to hide sensitive information like your user's personal details and financial information. You can also use it to omit large text fields like descriptions, summaries, and comments.
- Flatten your nested objects into a de-normalized destination table. Mapper automatically suggests a denormalized flat structure for your incoming nested objects.
Apart from giving you the above functionalities, Schema Mapper can also do the following for you:
- Create tables with compatible and optimal data types in your destination warehouse.
- Park all incompatible incoming events to Replay Queue for investigation.
- Notify you of any changes in your incoming schema and on detection of new event types.
Comments
0 comments
Please sign in to leave a comment.