Viewing profile — ahmedNarrator
ahmedNarrator
HN member- Joined
- Thu, Aug 27, 2020, 6:33 PM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ahmedNarrator
No profile information was provided.
Recent public activity
-
comment
Comment #24641285
Yeah DynamoDB is very much aligned with a single table. We do it in the customers warehouse so they have access to all their data. The real magic is how do you assemble the data in…
-
comment
Comment #24641257
We would love that but Narrator works on any warehouse. To support that we built a query abstraction later that compiles to the flavor of SQL used by the customers warehouse. (We w…
-
comment
Comment #24641167
This is so great! You see exactly what we see and clearly you have shared similar experiences with dashboards not matching because of wrong table. (The good old "spent 3 weeks debu…
-
comment
Comment #24641052
Activity, Customer, Time, Activity, 3 features, Revenue impact. source and source_id (for identity resolution) and a couple of meta data columns. You can see some example transform…
-
comment
Comment #24641035
Yeah, Entity modeling was one of the big inspirations to our approach. The main difference is how do you reassemble the single time-series table to create any table. This was quite…