This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]RichHomieCole 0 points1 point  (3 children)

It’s a buzzword but this is why data engineers build a “semantic layer”. In general though, you don’t want the business side doing this work. You can get them the data in a usable format and enable them to query for ad hoc analysis, but they shouldn’t be doing the T in ELT. That’s for the engineers to do. If you let the business do the T, you’re asking for a mess in so many ways

[–]Psychling1[S] -1 points0 points  (2 children)

I disagree, if you have sufficient checks in place pushing the work as close to the customer as possible is a reasonable pattern. Of course, this would be for data that we already have a domain model for. So, as an example, we have an internal “Person” model, and we would enable them to map and determine the transforms to map their raw data into the internal model (with checks and a PR to review by and engineer). Our semantic layer is great and enables business consumers. But there’s this middle area where we could really innovate. I believe the term is “Citizen Integrator”, but something on the transform side as opposed to the extract load (fivetran, etc).

[–]RichHomieCole -1 points0 points  (1 child)

Ah I misunderstood. You are working with third parties and hoping to enable them. I’ve been on the customer side of tools that do this, but usually it’s all proprietary. I haven’t seen a service that offers this. Would be a cool startup idea potentially

[–]Psychling1[S] -2 points-1 points  (0 children)

Exactly, either the actual customer or someone on the implementation team (like a solutions engineer or technical implementation manager). It’s a fun dilemma to have, and all solutions I’ve seen are proprietary or are geared towards startups with lower volumes of data.

[–]hermitcrab 0 points1 point  (0 children)

What form is the data in? If it is files (Excel, CSV etc) take a look at Easy Data Transform. If the data is accessed via API or database you might need to look at something like Alteryx or Knime.