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.

Introducing Arquero, a JavaScript library for processing data tables

4 pointsby jashkenasover 4 years ago

2 comments

RobinLover 4 years ago
This looks fantastic. In the past I&#x27;ve often used bits and pieces from lodash and d3 to do these sort of data manipulations.<p>Anyone know if there are any performance comparisons anywhere? I know that in the past Mike Bostock has suggested array processing may be a lot faster[0], and on the Github [1] it mentions it&#x27;s designed to be fast.<p>I really think this, in combination with other parts of the ecosystem like vega can be a game changers for how people use open data. One obstacle to get government to start publishing high quality machine readable open data has been that relatively few users want it - most seem stuck in the world of Excel.<p>With tools like this and Observable, the task of loading it in and charting it become a few simple commands that work even with large datasets. This in turn makes the case for publishing it much stronger. I talk about this a little more here [2].<p>[0] <a href="https:&#x2F;&#x2F;observablehq.com&#x2F;@mbostock&#x2F;manipulating-flat-arrays" rel="nofollow">https:&#x2F;&#x2F;observablehq.com&#x2F;@mbostock&#x2F;manipulating-flat-arrays</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;uwdata&#x2F;arquero" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;uwdata&#x2F;arquero</a> [2] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@robin.linacre&#x2F;first-impressions-of-the-onss-new-beta-data-services-9e52ace1b141" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@robin.linacre&#x2F;first-impressions-of-the-o...</a>
mindcrimeover 4 years ago
The Github repo, for anyone who&#x27;s interested:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;uwdata&#x2F;arquero" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;uwdata&#x2F;arquero</a>