[][src]Module cortex::backend

All aggregate operations over the CorTeX PostgresQL store are accessed through the connection of a Backend object.

Structs

Backend

Provides an interface to the Postgres task store

RerunOptions

Options container for relevant fields in requesting a (corpus, service) rerun

TaskReportOptions

An options object describing a CorTeX report request

Constants

DEFAULT_DB_ADDRESS

The production database postgresql address, set from the .env configuration file

TEST_DB_ADDRESS

The test database postgresql address, set from the .env configuration file

Functions

connection_at

Constructs a new Task store representation from a Postgres DB address

from_address

Constructs a Backend at a given address

testdb

Constructs the default Backend struct for testing