Skip to content
Brian Greig edited this page Nov 11, 2017 · 4 revisions

jschema.js is a pet project of mine to cleanly work with datasets in JavaScript and Node without having to pull in large frameworks. Currently, the library supports grouping, sorting, filtering, updating, joining, and adding tables.

Dependencies

  • jshint for linting
  • bable for transpiling
  • uglify for minimizing
  • mocha for testing

Upcoming Features

  • select multiple dimensions / metrics for aggregation
  • support for strong typing. Currently, there is no typing. Planning to add in the ability to specify the types of values so that the library can make some decisions about dimensions vs. measures.
  • auto-generate unique primary keys.
  • generate foreign keys
  • Further modularization of functions
Clone this wiki locally