Datasets
The datasets
object allows for registering datasets and used in streams.
It is useful when there are multiple streams in an Erie specification.
A datasets
object is an array of data
objects.
Each data
objects has the following properties.
Property |
type |
Description |
name |
String |
(Required) The name of a dataset. This is the index for the specified data. |
values |
Array[Object] |
A tidy data. |
url |
UrlString |
A URL to a dataset. It is retrieved using Fetch API. |
Usage pattern
JSON
JavaScript
© Hyeok Kim