Server and client library of streaming data from v3io
- Go server, both gRPC and HTTP protocols are supported
- Go client
- Python client
Core is written in Go, we work on development
branch
and release to `master.
- To run the Go tests run
make test
. - To run the Python tests run
make test-python
- If you add Go dependencies run
make update-go-deps
- If you add Python dependencies, updates
clients/py/Pipfile
and runmake update-py-deps
make build-docker
docker run \
-v /path/to/config.yaml:/etc/framesd.yaml \
quay.io/v3io/frames