An open API service indexing awesome lists of open source software.

https://github.com/atislabs/streamdatasets.jl

Collection of Stream Datasets
https://github.com/atislabs/streamdatasets.jl

datasets easystream julia stream

Last synced: over 1 year ago
JSON representation

Collection of Stream Datasets

Awesome Lists containing this project

README

          

# StreamDatasets - Collection of Stream Datasets

[![Build Status](https://travis-ci.com/ATISLabs/StreamDatasets.jl.svg?branch=master)](https://travis-ci.com/ATISLabs/StreamDatasets.jl)
[![Coverage](https://codecov.io/gh/ATISLabs/StreamDatasets.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ATISLabs/StreamDatasets.jl)
[![Coverage](https://coveralls.io/repos/github/ATISLabs/StreamDatasets.jl/badge.svg?branch=master)](https://coveralls.io/github/ATISLabs/StreamDatasets.jl?branch=master)

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
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](examples/).

Here are a few examples to show the Package capabilities:
```julia
using StreamDatasets, EasyStream

# comming soon
```

## Datasets

List of package datasets:

Comming soon