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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Eve Evolved: The Future of EVE's API

3 点作者 teroshan3 个月前

1 comment

jauntywundrkind3 个月前
For the market data export, it&#x27;d be lovely to have a couple times a day static export of everything, dumped into a storage provider with a consumer-pays option (like AWS S3).<p>This has always been a core interest for players. Before the official APIs, there was Eve Market Data Relay (EMDR), a zeromq powered service players would run on their machines, which would watch the client updating local caches of market data &amp; send it up to the relay. It was an incredible project. Makes me a little sad that market data is still so rationed-out&#x2F;rate-limited by the official service, after years of players having kind of built something that was crude but worked. <a href="https:&#x2F;&#x2F;eve-market-data-relay.readthedocs.io&#x2F;en&#x2F;latest&#x2F;overview.html" rel="nofollow">https:&#x2F;&#x2F;eve-market-data-relay.readthedocs.io&#x2F;en&#x2F;latest&#x2F;overv...</a><p>One huge EMDR caveat was that market data was only as live as the last time any client quieried in-game! Its so good that the official API is live.<p>I wish more games would have APIs, would encourage read and especially read-write access to their sandboxes.