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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do companies still do ETL/BigData in house?

3 点作者 diceduckmonk超过 1 年前
I remember a time when pure tech and traditional companies alike were hiring to expand their data engineering teams.<p>This was during the Hadoop and Spark era when people would implement data transformation and business logic in code.<p>Have low-code&#x2F;3rd party SaaS since replaced this space or have most companies realized they aren’t getting much value out of data science and abandoned these BigData initiatives completely?

3 条评论

VirusNewbie超过 1 年前
You can do quite a lot with cloud. A lot of regular company data engineering is not steady state load, it&#x27;s bursty with having to churn through ancient data on occasion for financial reasons, audit reasons, migration to new systems, etc.<p>My previous company did a lot of work to move to BigQuery, which really does work quite well for data we needed to regularly access, and for things that were more rare we&#x27;d just store in GCS.<p>We used Apache Beam&#x2F;Dataflow to do the imports&#x2F;exports and the occasional custom script for data munging when necessary.<p>At one point we needed hundreds of nodes to do some data transformation from on prem to cloud, but on average we only needed a handful of nodes running much smaller jobs.
ensemblehq超过 1 年前
Neither. Although less hyped, at the enterprise level, there are still plenty of Hadoop&#x2F;Spark implementations. Organizations are just trying to decide on whether to move these implementations to the cloud, retain some form of on-prem to retain control, or migrate to other platforms like Snowflake.
hnthrowaway0315超过 1 年前
I think it&#x27;s less hyped but still widely used. There are new tools such as flink as well.<p>For analytic transformation Snowflake, BigQuery and other modern column based DB are fitting the bills too so that&#x27;s probably why they are the new hype.