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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Does your index fund flight climate change?

3 点作者 emckay将近 6 年前

1 comment

emckay将近 6 年前
Creator here. Please let me know if you have any questions! This was a lot of fun to build.<p>I scraped SEC filings to track how 500+ mutual funds voted on proposals related to climate change. The raw data is 376mb, which I parse and filter down to 2.5mb of JSON files. Gatsby creates a GraphQL interface with that data, and I query that to create 1600+ pages of static content. The build is pretty fast: 40s locally, 90s on Netlify&#x27;s free-tier build server. I&#x27;d definitely recommend Gatsby and Netlify for anyone considering a similar project!