Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plotdb/datum
https://github.com/plotdb/datum
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/datum
- Owner: plotdb
- Created: 2021-07-03T15:30:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T03:40:47.000Z (over 1 year ago)
- Last Synced: 2024-10-06T06:55:04.556Z (3 months ago)
- Language: JavaScript
- Size: 3.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @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:
Create a `datum` object:
var d = new datum( ... );
## License
MIT