InfluxDB 2.0 관련 레퍼런스

2021. 5. 12. 16:49서버 프로그래밍

기존에 사용하던 InfluxDB 1.x을 활용한 데이터 수집 시스템의 마이그레이션을 하면서 InfluxDB 2.0으로 업그레이드하였는데, 생각보다 차이가 있다.

이전에는 ID와 패스워드로 로그인하는 방식이었다면, 이번에는 Token과 org를 이용하여 로그인하는 방식이고, 관련 API 사용 방식도 조금 바뀌었다.

www.influxdata.com/blog/getting-started-with-python-and-influxdb-v2-0/

 

Getting Started with Python and InfluxDB v2.0 | Blog | InfluxData

With 200+ plugins, Telegraf has a wide variety of data collection applications. However, sometimes you need to collect custom data or maybe you want to integrate external tools into your time data analysis. In that case, it makes sense to take advantage of

www.influxdata.com

개인적으로는 콘솔에서 클라이언트를 실행시켜서 데이터 조회하는 것이 편한데, 2.0은 웹브라우저에서 UI를 이용하는 방식이 기본인듯. 아니면 내가 콘솔 클라이언트를 아직 못찾았거나. 

docs.influxdata.com/influxdb/cloud/query-data/execute-queries/data-explorer/#select-time-range

 

Query in Data Explorer | InfluxDB Cloud Documentation

Query in Data ExplorerBuild, execute, and visualize your queries in InfluxDB UI’s Data Explorer.Move seamlessly between using the Flux builder or templates and manually editing the query. Choose between visualization types for your query.Query data with

docs.influxdata.com

재미있는 것은 InfluxDB에서 제공하는 REST API를 이용하여 DB 사용이 가능하다는 점이다.

docs.influxdata.com/influxdb/v2.0/api/

 

InfluxDB v2.0 API documentation

 

docs.influxdata.com