Skip to content

mezorian/DBInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBInterface

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="DBInterface"
repoURL="https://github.com/mezorian/DBInterface.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 a influx-database

Resources

Stars

Watchers

Forks

Packages

No packages published