Totopolis / dataserver

Open source data warehouse around sql server mdf structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataserver is open source data warehouse around sql server mdf structure written in C++11/C++14.

SUPPORTED PLATFORMS

Platforms:

  • Linux Build Status
  • Windows Build status
  • OS X Build Status
  • FreeBSD
  • Ubuntu

INSTALLATION

Minimal dependencies

  • 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

Compilation

The application can be built using these four commands:

mkdir build
cd build
cmake .. 
make

LICENSE

Dataserver is licensed under MIT license, see LICENSE file for details.

About

Open source data warehouse around sql server mdf structure

License:MIT License


Languages

Language:C++ 98.7%Language:CMake 0.8%Language:Batchfile 0.2%Language:Shell 0.1%Language:Python 0.1%Language:Roff 0.0%Language:C 0.0%