Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
/ tfk-search-index Public archive

Scrape webpage and index result in elasticsearch

License

Notifications You must be signed in to change notification settings

telemark/tfk-search-index

Repository files navigation

Build Status Coverage Status js-standard-style

tfk-search-index

Scrape webpage and index result in elasticsearch

Docker

To run this module as a service use the docker image.

Change the docker.env to match your environment

Build

$ docker build -t tfk-search-index .

or use the prebuilt image from hub.docker.com

$ docker pull telemark/tfk-search-index

Run a container

$ docker run --env-file=docker.env --rm tfk-search-index

This will spin up a container. Do the job. Shut it down and remove it.

License

MIT