TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: SQL Generator for Segment/RudderStack Event Data

2 点作者 cpard将近 5 年前

1 comment

cpard将近 5 年前
Hey HN, I&#x27;m reposting this as I completely messed up the previous submission with the repo permissions.<p>As we are working a lot with event data at RudderStack, we realized that exploring and working with them has some special challenges, mainly around understanding their schema.<p>A lot of the information that you need to know is not usually captured on the database schema. For example, the different values your event attributes or even the event names are important information that you need to understand your data.<p>For this reason we built a small visual SQL Generator. What it does is quite simple, it allows you to browse your event data and visually define queries based on the event data and attributes that can be aggregated on your database.<p>At the end, a SQL query will be generated that you can use to interact with the data using any tool you like.<p>Currently Snowflake is supported but as we use the tool internally the rest of the cloud warehouses will be supported soon.<p>I hope you find it useful. In any case, constructive criticism is more than welcome.