Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/crossfilter
Fast n-dimensional filtering and grouping of records.
https://github.com/square/crossfilter
Last synced: 21 days ago
JSON representation
Fast n-dimensional filtering and grouping of records.
- Host: GitHub
- URL: https://github.com/square/crossfilter
- Owner: square
- License: other
- Created: 2012-03-02T02:10:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T23:13:40.000Z (over 1 year ago)
- Last Synced: 2024-05-22T22:32:27.246Z (5 months ago)
- Language: JavaScript
- Homepage: https://square.github.com/crossfilter/
- Size: 1.77 MB
- Stars: 6,221
- Watchers: 224
- Forks: 1,306
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-data-science-viz - Crossfilter
- awesome-starred - square/crossfilter - Fast n-dimensional filtering and grouping of records. (others)
README
Newly created [Crossfilter Organization](https://github.com/crossfilter) now actively maintains [a fork of this repo.](https://github.com/crossfilter/crossfilter). See below for details.
# Crossfilter
[![license](https://img.shields.io/badge/license-apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/square/crossfilter/master/LICENSE)
[![build](https://travis-ci.org/square/crossfilter.svg?branch=master)](https://travis-ci.org/square/crossfilter)**Crossfilter** is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly.
Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch. Crossfilter uses sorted indexes (and a few bit-twiddling hacks) to make this possible, dramatically increasing the performance of live histograms and top-K lists. Crossfilter is available under the [Apache License](/LICENSE).
Want to learn more? [See the wiki.](https://github.com/square/crossfilter/wiki)
## Status
Crossfilter is **not under active development, maintenance or support by Square**, or its original author Mike Bostock, or the current contributors (Jason Davies, Tom Carden). We still welcome genuine bug-fixes and PRs but consider the current API and feature-set (~1.3.12) essentially complete.
A new [Crossfilter Organization](https://github.com/crossfilter) has been created on Github and is home to an [actively maintained fork of Crossfilter](https://github.com/crossfilter/crossfilter). This version is already used by popular library [DC.js](https://dc-js.github.io/dc.js/) and the contributors are working on improved APIs and performance improvements for current Javascript VMs. There are no plans to merge or publish new versions under the original Square repository or npm package.