4.2.2 • Published 1 year ago

dataship-beam v4.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

beam

Download collimate'd files for use in a Frame.

install

For use from the command-line:

npm install -g dataship-beam

For use as a library:

npm install --no-optional dataship-beam

This will exclude the argument parsing library for a smaller install.

command line usage

beam http://somedomain.com/data/somedataset/

where somedataset serves an index.json file in a suitable format.

usage

First, create a data set with collimate.

var beam = require('dataship-beam'),
	Frame = require('dataship-frame');

beam.read("path/to/data/set/", function(err, data){

	var columns = data.columns;
	var keys = data.keys;

	var frame = new Frame(columns, keys);
});
4.2.2

1 year ago

4.2.1

1 year ago

4.2.0

1 year ago

4.1.3

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.0

8 years ago

2.0.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago