InfluxDBLocation#

class lsst.rsp.InfluxDBLocation(url, database, schema_registry)#

Bases: object

Location information for an InfluxDB database.

Parameters:
  • url (str)

  • database (str)

  • schema_registry (str)

Attributes Summary

database

Name of the InfluxDB database.

schema_registry

URL to the Schema Registry corresponding to that database.

url

URL to the InfluxDB database.

Attributes Documentation

database: str = <dataclasses._MISSING_TYPE object>#

Name of the InfluxDB database.

schema_registry: str = <dataclasses._MISSING_TYPE object>#

URL to the Schema Registry corresponding to that database.

url: str = <dataclasses._MISSING_TYPE object>#

URL to the InfluxDB database.