Skip to content

mieweb/datavis-ace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,459 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

DataVis ACE (Acquisition + Computation Engine)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.5%
  • HTML 15.7%
  • CSS 2.8%
  • Python 0.9%
  • Makefile 0.5%
  • Shell 0.3%
  • Other 0.3%