TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Does your index fund flight climate change?

3 pointsby emckayalmost 6 years ago

1 comment

emckayalmost 6 years ago
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!