This directory contains an example for the vertica-python library
To get an instance of vertica up and running run the following command:
$ docker-compose up -dTo install the Python dependencies into virtual environment:
$ virtualenv env
$ . ./env/bin/activate
$ pip install -r requirements.txtNote: you must have an agent running on your machine that will collect the traces created by the tracer! See https://docs.datadoghq.com/agent/ for more information about the agent. Make sure you install the trace agent!
Run:
$ ddtrace-run python vertica_example.py