Giter VIP home page Giter VIP logo

blobproxy's Introduction

gRPC BlobProxy Server

This solution contains the gRPC Server implemented in Go.

There is also a node.js package that can be installed run a node server and client (but is not referenced below).

How To Run

BlobProxy Server on Docker Container

The Dockerfile in the /go directory will create a golang image with:

  • Environment variables set appropriately for Azure
  • Latest version of Go, a copy of the BlobProxy source code, and an installation of the BlobProxy
  • Server port exposed and set to launch on container startup
  1. Create the image from Dockerfile: 'docker install -t server_image'
  2. Next, start the server container: 'docker run -it -p 1337:1337 --name Server server_image'
  3. Run the command: "docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' Server" (We will use this to connect the client container)

BlobProxy Client on Docker Container

Similar to above, but start with the Dockerfile in /go/client

  1. Create the image from Dockerfile: 'docker install -t client_image'
  2. Next, start the server container: 'docker run -it -P client_image <blob.key> '

You should see the results of the blob data printed to the screen.

Node.js Client

The node.js client can quickly be used to test the server by running: 'node client <blob.key>'

Running Test Cases

Go makes it very easy to compile and test our project. In the github.com/weichel/BlobProxy directory, run the command: "go test -v ."

blobproxy's People

Contributors

weichel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.