Dataserver is open source data warehouse around sql server mdf structure written in C++11/C++14.
Platforms:
- C++ compiler with good C++11 support. Compilers which are tested to have everything needed are Clang >= 3.7 and MSVC 2015.
- CMake >= 2.6
The application can be built using these four commands:
mkdir build
cd build
cmake ..
make
Dataserver is licensed under MIT license, see LICENSE file for details.