The Ingestion Module Implementation for the Videra Video Indexer Engine.
virtualenv --python=python3 venv
source ./venv/bin/activate
python main.py
make build
make run
The following will build the docker image, establish a network and like the container on to that network.
docker-compose up ingestion-engine