Skip to content

πŸ‘©πŸ»β€πŸ”¬πŸ“Š Lightweight data analysis in your browser

License

Notifications You must be signed in to change notification settings

thoughtspile/hippotable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 blog.thoughtspile.tech/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.

Running locally

Clone this repository, then:

npm run ci
npm run dev

License

GPLv3 License

Built in 2023 by Vladimir Klepov