datavis-ace
v4.1.0
Published
DataVis ACE (Acquisition + Computation Engine)
Maintainers
Readme
DataVis ACE
DataVis is a system for exploring, manipulating, and visualizing data. It consists of multiple components in multiple layers, each responsible for different elements of a complete system. This layer, DataVis ACE, is responsible for the acquisition and computation of data. This includes:
- Importing data — including via HTTP (using XML, JSON, or CSV), from a local file, or from a JS variable (e.g. one in a web page).
- Datatype-aware filtering, grouping and pivotting (including support for custom binning via “group functions”), and extensible aggregation.
ACE = Acquisition + Computation Engine
How to Use
This will be expanded upon in the future.
How to Develop
This will be expanded upon in the future.
History
The original DataVis project consisted of both the data processing and interactive UI functions. It has now been split into two projects: DataVis ACE (this project) and DataVis GLIDE (an intuitive but complete user interface to explore the data).
