crossfilter

WebJar for crossfilter

License

License

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

crossfilter
Last Version

Last Version

1.3.12
Release Date

Release Date

Type

Type

jar
Description

Description

crossfilter
WebJar for crossfilter
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/square/crossfilter

Download crossfilter

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/crossfilter/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>crossfilter</artifactId>
    <version>1.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/crossfilter/
implementation 'org.webjars.bower:crossfilter:1.3.12'
// https://jarcasting.com/artifacts/org.webjars.bower/crossfilter/
implementation ("org.webjars.bower:crossfilter:1.3.12")
'org.webjars.bower:crossfilter:jar:1.3.12'
<dependency org="org.webjars.bower" name="crossfilter" rev="1.3.12">
  <artifact name="crossfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='crossfilter', version='1.3.12')
)
libraryDependencies += "org.webjars.bower" % "crossfilter" % "1.3.12"
[org.webjars.bower/crossfilter "1.3.12"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Newly created Crossfilter Organization now actively maintains a fork of this repo.. See below for details.

Crossfilter

license build

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.

Want to learn more? See the 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 has been created on Github and is home to an actively maintained fork of Crossfilter. This version is already used by popular library 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.

org.webjars.bower

Square

Versions

Version
1.3.12
1.3.11