Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 590 Bytes

Open Traffic Query API

Open Traffic API was a part of OTv2. It was a temporary replacement for OTv1's Data Pool and the back-end API portions of the Traffic Engine Application. This code was deprecated and replaced with the OTv2 Datastore, which runs batch jobs against files, rather than using a relational database or a "powered" web service as an API.

Docker build

sudo docker build -t opentraffic/api:latest .

Docker Compose

DATAPATH=. sudo -E docker-compose up