GithubHelp home page GithubHelp logo

jameswenzel / heroku-buildpack-binary-download-with-aws-presigned-url-and-cache Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vodolaz095/heroku-buildpack-binary-download-with-cache

0.0 1.0 0.0 17 KB

Download and execute POSIX compatible binaries in Heroku apps

License: MIT License

Shell 100.00%

heroku-buildpack-binary-download-with-aws-presigned-url-and-cache's Introduction

Heroku Buildpack Binary Download With Cache

This is a Heroku Buildpack that can download a executable binary file from a remote URL (such as Amazon S3). Instead of heroku-buildpack-binary-download, my buildpack uses heroku cache to speed up building application.

Usage

This buildpack requires heroku-buildpack-awscli

Set up the Buildpack in your app:

heroku config:add BUILDPACK_URL=https://github.com/jameswenzel/heroku-buildpack-binary-download-with-aws-presigned-url-and-cache --app <app>

Then create a file called .release in the project root directory with 4 lines. Its important to have 4 lines here.

Something like this:

s3://bucket-name/binary-path
version_111
server
SERVER_EXECUTABLE_PATH

1st string is an s3 url, from which we can download our binary.

2nd string is version name, it will be used as cache key.

3rd string is output name, so, binary file binary-path will be renamed into executable called server, saved into Heroku build directory.

4th string is exported var name, so SERVER_EXECUTABLE_PATH will be set to the path to the executable and exported

See also

Licence

MIT license - Anatolij Ostroumov

Partially based on MIT licensed code at https://github.com/vodolaz095/heroku-buildpack-binary-download-with-cache

heroku-buildpack-binary-download-with-aws-presigned-url-and-cache's People

Contributors

emo-eth avatar h2non avatar vodolaz095 avatar

Watchers

 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.