Hippotable is a simple tool to work with data in the browser. Your data is never sent to a third-party server, protecting your privacy and saving bandwidth. All processing happens in-memory to ensure great performance and real-time feedback. Try it now at thoughtspile.github.io/hippotable
Features:
- π¦ Open CSV files β tested with datasets up to 100 Mb.
- π Clean and efficient UI lets you scroll though thousands of rows.
- π Filter and sort your data without delay.
- π©βπ¬ Aggregate / groupby data to gain deeper insights.
- ποΈ Build powerful data pipelines with multiple filter / aggrefate steps.
- πΎ Share results with CSV export.
- π― Free and open-source.
Clone this repository, then:
npm ci
npm run dev
See CONTRIBUTING.md
Arquero provides the solid dataframe foundation β thanks to Jeffrey Heer and all the contributors!
SolidJS gives us the good developer experience with the performance of vanilla DOM β great work by Ryan Carniato and the team.
Last but not least, TanStack virtual by Tanner Linsley gives us powerful table virtualization β and is one of the few projects that support SolidJS.
Finos perspective, especially its datagrid component was a big influence on hippotable. Perspective has a more integrated design, while hippotable goes with a more modular setup, leveraging other open-source projects under the hood. Hippotable is also designed with multi-layer analysis (aggregate-filter-aggregate) in mind, and should eventually support operations spanning multiple tables.
Built in 2023 by Vladimir Klepov