Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```