/frames

V3IO data frame access (over HTTP stream)

Primary LanguageGoApache License 2.0Apache-2.0

frames

Build Status GoDoc License

Server and client library of streaming data from v3io

Components

  • Go server, both gRPC and HTTP protocols are supported
  • Go client
  • Python client

Development

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

Adding/Changing Dependencies

  • If you add Go dependencies run make update-go-deps
  • If you add Python dependencies, updates clients/py/Pipfile and run make update-py-deps

Docker Image

Build

make build-docker

Running

 docker run \
-v /path/to/config.yaml:/etc/framesd.yaml \
quay.io/v3io/frames

LICENSE

Apache 2