Skip to content

vnpy/vnpy_influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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