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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the best way to expose random CSV/.xlsx files for future queries

5 点作者 mtr大约 1 年前
What&#x27;s the best way to expose random CSV&#x2F;.xlsx files that I can query in the future? We&#x27;re house hunting and it would be nice have a local db to keep track of price changes, asking prices, photos, etc.<p>And look up (local) municipal OpenData for an address and grab the lot size, zoning, etc.<p>I&#x27;m using Airtable and sometimes Excel, but it would be nice to have a home (hobby) setup for storing queryable data. Could be cloud hosted but &quot;affordable&quot;.<p>I&#x27;m very comfortable in Excel (Pivot Tables, but don&#x27;t speak SQL. Reasonably comfortable with PowerBI. But that&#x27;s about it.

4 条评论

oulipo大约 1 年前
perhaps using datasette? <a href="https:&#x2F;&#x2F;datasette.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datasette.io&#x2F;</a>
solardev大约 1 年前
Gsheets? You can easily get it out as a JSON <a href="https:&#x2F;&#x2F;www.freecodecamp.org&#x2F;news&#x2F;cjn-google-sheets-as-json-endpoint&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freecodecamp.org&#x2F;news&#x2F;cjn-google-sheets-as-json-...</a><p>You can also script it to do integrated geo lookups with Apps Script
akerl_大约 1 年前
What are you planning to query them with? What makes the native CSV&#x2F;XLSX files not viable?
评论 #39859619 未加载
mkranjec大约 1 年前
You can query CSV with DuckDB