marketertechnologies / heroku-buildpack-ci-elasticsearch

A Heroku buildpack to provide Elasticsearch running inside CI dynos

Home Page:https://doctolib.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack for running Elasticsearch inside a dyno

This is a fork of the official Heroku buildpack for Java.

After the regular installation of Java performed by the original buildpack, it downloads Elasticsearch, installs it and starts it. This buildpack is useful for CI, especially when using Heroku CI Parallel Test Runs. It makes use of the buildpack cache.

The ELASTICSEARCH_URL environment variable is exported for use in your application.

License

Licensed under the MIT License. See LICENSE file.

About

A Heroku buildpack to provide Elasticsearch running inside CI dynos

https://doctolib.fr

License:MIT License


Languages

Language:Shell 55.7%Language:Ruby 44.3%