Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
/ v3io-go Public archive
forked from v3io/v3io-go

Go client for v3io

Notifications You must be signed in to change notification settings

eyalsol/v3io-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: v3io-go

Description:

v3io-go is an interface to V3IO API for Golang

Prerequisites:

  1. Captain proto compiler

Dependencies:

  1. go-capnproto2
    • git clone git@github.com:iguazio/go-capnproto2.git

Running the tests

  1. Define the following environment variables:
    • V3IO_DATAPLANE_URL=http://:8081
    • V3IO_DATAPLANE_USERNAME=
    • V3IO_DATAPLANE_ACCESS_KEY=
    • V3IO_CONTROLPLANE_URL=http://:8001
    • V3IO_CONTROLPLANE_USERNAME=
    • V3IO_CONTROLPLANE_PASSWORD=
  2. Run make test
  3. Alternatively you can pass environment variables inline as you can see in the following example:
    V3IO_DATAPLANE_URL=http://<app-node>:8081 \
    V3IO_DATAPLANE_USERNAME=<username> \
    V3IO_DATAPLANE_ACCESS_KEY=<access-key> \
    V3IO_CONTROLPLANE_URL=http://<data-node>:8001 \
    V3IO_CONTROLPLANE_USERNAME=<admin-username> \
    V3IO_CONTROLPLANE_PASSWORD=<admin-password> \
    make test
    

About

Go client for v3io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.9%
  • Cap'n Proto 3.4%
  • Other 1.7%