Install InfluxDB 3 Core
InfluxDB 3 Core is in Public Alpha
InfluxDB 3 Core is in public alpha and available for testing and feedback, but is not meant for production use. Both the product and this documentation are works in progress. We welcome and encourage your input about your experience with the alpha and invite you to join our public channels for updates and to share feedback.
System Requirements
Operating system
InfluxDB 3 Core runs on Linux, macOS, and Windows.
Object storage
A key feature of InfluxDB 3 is its use of object storage to store time series data in Apache Parquet format. You can choose to store these files on your local file system, however, we recommend using an object store for the best overall performance. InfluxDB 3 Core natively supports Amazon S3, Azure Blob Storage, and Google Cloud Storage. You can also use many local object storage implementations that provide an S3-compatible API, such as Minio.
Quick install
Use the InfluxDB 3 quick install script to install InfluxDB 3 Core on Linux and macOS.
If using Windows, download the InfluxDB 3 Core Windows binary.
Use the following command to download and install the appropriate InfluxDB 3 Core package on your local machine:
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh
Ensure installation completed successfully:
influxdb3 --version
influxdb3 not found
If it your system can’t locate your influxdb3
binary, source
your
current shell configuration file (.bashrc
, .zshrc
, etc.).
Download InfluxDB 3 Core binaries
macOS Intel builds are coming soon.
Docker image
Use the InfluxDB 3 Core Docker image to deploy InfluxDB 3 Core in a Docker container.
docker pull quay.io/influxdb/influxdb3-core:latest
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Core and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.