Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkitektio-apps/gucker
gucker is a simple gui app to watch folders and stream them to a connected arkitekt instance
https://github.com/arkitektio-apps/gucker
actor-model filewatcher pyqt5 reactive-streams
Last synced: about 1 month ago
JSON representation
gucker is a simple gui app to watch folders and stream them to a connected arkitekt instance
- Host: GitHub
- URL: https://github.com/arkitektio-apps/gucker
- Owner: arkitektio-apps
- Created: 2021-12-01T11:51:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T16:59:37.000Z (11 months ago)
- Last Synced: 2024-05-01T12:51:15.237Z (9 months ago)
- Topics: actor-model, filewatcher, pyqt5, reactive-streams
- Language: Python
- Homepage: https://arkitekt.live
- Size: 826 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gucker
[![codecov](https://codecov.io/gh/arkitektio-apps/gucker/branch/master/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/jhnnsrs/gucker)
[![PyPI version](https://badge.fury.io/py/gucker.svg)](https://pypi.org/project/gucker/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://pypi.org/project/gucker/)
![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/gucker.svg)](https://pypi.python.org/pypi/gucker/)
[![PyPI status](https://img.shields.io/pypi/status/gucker.svg)](https://pypi.python.org/pypi/gucker/)gucker stream your files to the mikro/arkitekt platform
## Idea
This is a simple desktop app that helps yuo to stream files from and to the arkitekt platform. Simply install
this app and point it to the directory you want to stream. Once connected to arkitekt, you can now
stream these files through your analysis pipeline.## Install Packages
Please install the software via the prebuilt binaries. You can find the latest release [here](
https://github.com/arkitektio-apps/gucker/releases/latest
)## Install
If you prefer to install the software via pip, you can do so by running the following command:
```bash
pip install gucker
```## Usage
To use the software, simply start the downloaded binary or run the following command,
if working with the pip package (and running in the same environment as the package is installed in)```bash
gucker
```