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
- Host: GitHub
- URL: https://github.com/atislabs/streamdatasets.jl
- Owner: ATISLabs
- License: mit
- Created: 2020-10-02T18:30:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T00:46:05.000Z (over 5 years ago)
- Last Synced: 2025-01-22T12:45:52.204Z (over 1 year ago)
- Topics: datasets, easystream, julia, stream
- Language: Julia
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StreamDatasets - Collection of Stream Datasets
[](https://travis-ci.com/ATISLabs/StreamDatasets.jl)
[](https://codecov.io/gh/ATISLabs/StreamDatasets.jl)
[](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