Skip to content

open-pete/CPP2InfluxDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP2InfluxDB

C++ Implementation of database interface for an influx-database

Build Status Coverage Status

Requirements

  1. Installation of qt
  2. Installation of python3-pip and gitpython

Setup / Clone & Compile

# set variables
repoName="CPP2InfluxDB"
repoURL="https://github.com/open-pete/CPP2InfluxDB.git"
branch="master"
manifest="default.xml"

# clone this repository
git clone ${repoURL}
cd ${repoName}

# download all depency repos
git clone https://github.com/mezorian/EasyDepend.git
cp EasyDepend/*.py .
python3 example.py

# build
source /opt/qt55/bin/qt55-env.sh
/opt/qt55/bin/qmake
make clean
make

# run
./untitled

About

C++ implementation of an database interface for an influxdb-database

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors