0.1.4 • Published 2 years ago

@plotdb/datum v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@plotdb/datum

Data manipulation library.

To manipulate data, we have following concepts:

  • dataset - set of data in specific format.
  • type - data type of a dataset column.
  • dimension definition - defining what is needed (such as data type) for certain purpose.
  • binding - define the binding between dataset and dimension.

For dataset, see doc/dataset.md for more information. For the reset ( type, dimension and binding ), see binding.md for more information.

Installation

Install via npm:

npm install --save @plotdb/datum

and include the js file:

<script src="path/to/datum/index.min.js"></script>

Create a datum object:

var d = new datum( ... );

License

MIT

0.1.4

2 years ago

0.1.0

3 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago