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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Matrices – Explore, visualize, and share large datasets

8 点作者 calvinfo超过 1 年前
Hey HN, I&#x27;m excited to share a new side project I&#x27;ve been working on.<p>The product is called Matrices. You can check it out here: <a href="https:&#x2F;&#x2F;matrices.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;matrices.com&#x2F;</a>.<p>With Matrices, you can explore, visualize, and share large (100k rows) datasets–all without code. Filter data down to just what you want, visualize it with built-in charts, and share your results with one click.<p>You can use it today (no login or waitlist or anything). Just copy and paste your data from a google sheet or CSV file.<p>It&#x27;s hard to describe the feeling of &quot;gliding over data&quot; you get with Matrices, so I&#x27;d rather _show_ you how it works instead. This 75s video will give you a sense of how it works: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Rrh9_I3Ux8E" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Rrh9_I3Ux8E</a>.<p>Data is stored locally in your browser until you publish it, though small sample does go to the OpenAI APIs for AI-assisted features.<p>I started building Matrices because I wanted a tool that made it easy to explore new datasets. When I&#x27;m first trying to dig into data, I&#x27;ll have one question... that leads to another... that will invariably lead to five more questions. It&#x27;s sort of a fractal process, and I couldn&#x27;t find many good options that were fast, responsive, and visual.<p>I figured this crowd would be interested in tech stack as well, it&#x27;s using arquero [1] bindings over apache arrow for in-memory analytics, and visx [2] for visualizations. I&#x27;d like to add duckdb-wasm support at some point to open up a wider set of databases. Data is serialized as parquet to save a bit on bandwidth + storage.<p>Give it a spin, and let me know what you think. This is my first &#x27;serious frontend project&#x27; so I appreciate any and all feedback and bug reports. Feel free to comment here (I&#x27;ll be around most of the day), or shoot me a note: hi@matrices.com<p>[1]: <a href="https:&#x2F;&#x2F;uwdata.github.io&#x2F;arquero&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;uwdata.github.io&#x2F;arquero&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;airbnb.io&#x2F;visx&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;airbnb.io&#x2F;visx&#x2F;</a>

3 条评论

willium超过 1 年前
This is cool! (how’d you get that domain?) Kind of like gist for data exploration.<p>Super refreshing to be able jump right in — it feels like every tool is behind a “talk to sales” CTA these days.<p>What are you using for the charts? 100k points on a scatter is pretty impressive with SVG.
评论 #38557689 未加载
bake超过 1 年前
This is impressive -- Google sheets stalls out for me all the time with data sets that are pretty small, all things considered. What was your trick for making it so much faster inside the same browser? Anything design decision that stands out?
评论 #38559103 未加载
cdr_fyi超过 1 年前
This is wicked fast - one of the biggest problems with Google sheets is dealing with large datasets