Skip to content

ATISLabs/StreamDatasets.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages