An open API service indexing awesome lists of open source software.

https://github.com/vnpy/vnpy_influxdb

VeighNa框架的InfluxDB数据库接口
https://github.com/vnpy/vnpy_influxdb

database influxdb veighna vnpy

Last synced: about 1 year ago
JSON representation

VeighNa框架的InfluxDB数据库接口

Awesome Lists containing this project

README

          

# VeighNa框架的InfluxDB数据库接口







## 说明

基于influxdb-client开发的InfluxDB数据库接口,支持2.0以上版本的InfluxDB。

## 使用

在VeighNa中使用InfluxDB时,需要在全局配置中填写以下字段信息:

|名称|含义|必填|举例|
|---------|----|---|---|
|database.name|名称|是|influxdb|
|database.host|地址|是|localhost|
|database.port|端口|是|8086|
|database.database|Bucket|是|vnpy|
|database.user|Organization|是|root|
|database.password|API Token|是|12345678|