https://github.com/atislabs/easystream.jl
An extensible framework for data stream and concept drift in Julia
https://github.com/atislabs/easystream.jl
concept-drift julia stream
Last synced: over 1 year ago
JSON representation
An extensible framework for data stream and concept drift in Julia
- Host: GitHub
- URL: https://github.com/atislabs/easystream.jl
- Owner: ATISLabs
- License: mit
- Created: 2020-04-27T19:32:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T00:31:12.000Z (over 5 years ago)
- Last Synced: 2025-01-22T12:45:50.881Z (over 1 year ago)
- Topics: concept-drift, julia, stream
- Language: Julia
- Homepage: https://atislabs.github.io/EasyStream.jl/
- Size: 5.96 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[![][docs-dev-img]][docs-dev-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] [![][coverage-img]][coverage-url]
## About
EasyStream.jl aims to create a simple interface for working with streams, acting as an example in related problems such as the concept drift.
## 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 EasyStream
```
Or, equivalently, via the `Pkg` API:
```julia
julia> import Pkg; Pkg.add("EasyStream")
```
## Documentation
- **STABLE** — **most recently tagged version of the documentation.** (under construction)
- [**LATEST**][docs-dev-url] — *in-development version of the documentation.*
## Packages
Some important packages:
- **[StreamDatasets.jl](https://github.com/ATISLabs/StreamDatasets.jl)**: Package with synthetics datasets. (under construction)
- **[SyntheticDatasets.jl](https://github.com/ATISLabs/SyntheticDatasets.jl)**: Packages with stream datasets.
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://atislabs.github.io/EasyStream.jl/dev/
[travis-img]: https://travis-ci.com/ATISLabs/EasyStream.jl.svg?branch=master
[travis-url]: https://travis-ci.com/ATISLabs/EasyStream.jl
[codecov-img]: https://codecov.io/gh/ATISLabs/EasyStream.jl/branch/master/graph/badge.svg?token=13TrPsgakO
[codecov-url]: https://codecov.io/gh/ATISLabs/EasyStream.jl
[coverage-img]: https://coveralls.io/repos/github/ATISLabs/EasyStream.jl/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/ATISLabs/EasyStream.jl?branch=master