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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why don't many platform data products offer self hosted?

4 点作者 arshbot11 个月前
Leading a new team to unify a lot of our data sources at my company, and searching for vendors&#x2F;tools from BI to data exploration (through means of a data catalogue) to data ingestion.<p>A hard requirement is we need to be own our data because data leaks for us are incredibly detrimental to our customers (in ways where even email leaks can allow our custs to be targeted by phishing, scams for years to come).<p>But looking around, so often the industry leaders like atlan or rudderstack or whatever don&#x27;t offer a method to self host. To be clear, we do not care about paying, we have a high budget.<p>We just need to take ownership of our data because a breach can kill our company, but not necessarily true for a dedicated data platform (see snowflake).

2 条评论

pradeepchhetri11 个月前
I would recommend to look at ClickHouse[0] which is Apache-License and is completely open-source. You can self-host it and it is one of the fastest growing OLAP database. It has good integrations with BI tools and it can be used for wide varieties of use cases. It is widely adopted[1]. I would recommend you to give it a try and validate it for your use-case.<p>I work for ClickHouse and available for any queries or help you need.<p>[0]: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;</a> [1]: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;docs&#x2F;en&#x2F;about-us&#x2F;adopters" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;docs&#x2F;en&#x2F;about-us&#x2F;adopters</a>
评论 #40770012 未加载
evantahler11 个月前
On the data moving &#x2F; ETL&#x2F;ELT space - check out Airbyte. You can self host!