GithubHelp home page GithubHelp logo

mirakl / http2back Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nmaupu/http2back

0.0 12.0 0.0 36 KB

Push or get via HTTP(S) to different backends

License: The Unlicense

Makefile 4.60% Go 92.28% Dockerfile 3.13%

http2back's Introduction

What is http2back

http2back provides a HTTP server to upload files to various backends :

  • Filesystem
  • FTP
  • AWS S3
  • Dropbox

Building

Requirements :

  • Go lang > 1.5
  • glide
git clone https://github.com/mirakl/http2back
cd http2back
glide install && make

Usage

Once configured (see next section), just run the server :

./http2back filesystem --dest=/tmp
2017/10/11 11:30:44 Starting http server on 127.0.0.1:8080 using provider Filesystem (tmp)

Send something using the client of your choice :

curl -X PUT -F [email protected] http://127.0.0.1:8080/

Configuration

Configuration is done using command arguments :

./http2back [--bind=<binding-address>] [--port=<server-port>] COMMAND [OPTS]

Each command corresponds to one provider, pop help using :

./http2back COMMAND help

Dependencies

The following dependencies have been used :

http2back's People

Contributors

nmaupu avatar tbeaugrand avatar ndionisi avatar obourgain avatar jawher avatar

Watchers

Matthieu Mouminoux avatar James Cloos avatar Antoine Rouaze avatar  avatar Mirakl Admin avatar Jérôme Guillot avatar Mathieu Agar avatar Cyril Combe avatar  avatar  avatar Fabien Chebel 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.