Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Data.js ================== Data.js is a data manipulation and persistence framework for Javascript. It's being developed in the context of Substance, a data-driven document authoring engine. For documentation, usage, and examples, see: http://substance.io/#michael/data-js For the annotated source code, see: http://quasipartikel.at/data-js Features ------------------ * Data.Hash (A sortable Hash data-structure) * Data.Graph (A data abstraction for all kinds of linked data) * Data.Collection (A simplified interface for tabular data that uses a Data.Graph internally) * Persistence Layer for Data.Graphs In The Wild ------------------ Substance (http://substance.io) A web-based document authoring and publication platform that relies on Data.js for object persistence. Déjàvis (http://beta.dejavis.org) A tool for analyzing and visualizing data. It uses Data.js for filtering and aggregating data