InfluxDatabase is up and running with Docker.

Learner, Love to make things simple, Full Stack Developer, StackOverflower, Passionate about using machine learning, deep learning and AI
InfluxDB is an open-source time-series database for recording metrics, events, and analytics.
InfluxDB is a time-series database built from the ground up to handle high write and query loads. InfluxDB is meant to be used as a backing store for any use case involving large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.

Please watch a video to get the details:
Step 1: Pull the docker image
docker pull influxdb:latest
verify the image is available local using
docker images
create container
docker run --name influxdb -d -p 8086:8086 influxdb:latest
then hit http://localhost:8086/ --> to setup influxdb
More such articles:
https://www.youtube.com/channel/UCiTaHm1AYqMS4F4L9zyO7qA
==========================**=========================
If this article adds any value for you then please clap and comment.
Let’s connect on Stackoverflow, LinkedIn, & Twitter.


