Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.14 KB

StreamDatasets - Collection of Stream Datasets

Build Status Coverage Coverage

The StreamDatasets.jl package is a package with datasets for stream.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add StreamDatasets

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("StreamDatasets")

Examples

A set of pluto notebooks and codes demonstrating the project's current functionality is available in the examples folder.

Here are a few examples to show the Package capabilities:

using StreamDatasets, EasyStream

# comming soon

Datasets

List of package datasets:

Comming soon