The StreamDatasets.jl package is a package with datasets for stream.
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")
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
List of package datasets:
Comming soon