Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 903 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 903 Bytes

pto3-go

CircleCI

MAMI Path Transparency Observatory (PTO) version 3 API implementation in Go, backed by filesystem storage (for raw data) and PostgreSQL (for observation storage and query).

Installation and configuration instructions are available in PTOSRV.md.

Once the service is running, interact with it via its API. API documentation is here. There is also a (not yet well-documented) Python client for retrieving observations and queries in pto3-access.

Writing and running local analyzers and normalizers is covered in ANALYZER.md

INFOMODEL.md and OBSET.md cover the information model and observation set file format used in the API, respectively.