Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 803 Bytes

quick-start.md

File metadata and controls

23 lines (16 loc) · 803 Bytes

Quick start

Prerequisites

  1. docker
  2. curl

Steps

  1. Put configuration file on your HDD:
    curl 'https://raw.githubusercontent.com/ozontech/file.d/master/testdata/config/welcome.yaml' > /tmp/welcome.yaml

  2. Put test data file on your HDD:
    curl 'https://raw.githubusercontent.com/ozontech/file.d/master/testdata/json/welcome.json' > /tmp/welcome.json

  3. Run file.d:
    docker run -v /tmp:/tmp ozonru/file.d:latest-linux-amd64 /file.d/file.d --config /tmp/welcome.yaml

  4. file.d will use data file as an input and your terminal as an output. So you'll see a welcome message.

What's next?

  1. Check out more complex examples
  2. Configure your own pipeline
  3. Helm-chart and examples for Minikube