Skip to content
forked from v3io/frames

V3IO data frame access (over HTTP stream)

License

Notifications You must be signed in to change notification settings

talIguaz/frames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

V3IO data frame access (over HTTP stream)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 73.5%
  • Python 24.5%
  • Makefile 1.3%
  • Other 0.7%