Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 669 Bytes

File metadata and controls

27 lines (16 loc) · 669 Bytes

InfluxDB

Since testcontainers-python :material-tag: v4.6.0

Introduction

The Testcontainers module for InfluxDB.

Adding this module to your project dependencies

Please run the following command to add the InfluxDB module to your python dependencies:

# For InfluxDB 1.x
pip install testcontainers[influxdb] influxdb

# For InfluxDB 2.x
pip install testcontainers[influxdb] influxdb-client

Usage example

Creating an InfluxDB container