Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totopolis/dataserver
Open source data warehouse around sql server mdf structure
https://github.com/totopolis/dataserver
Last synced: 20 days ago
JSON representation
Open source data warehouse around sql server mdf structure
- Host: GitHub
- URL: https://github.com/totopolis/dataserver
- Owner: Totopolis
- License: mit
- Created: 2015-11-24T10:56:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T12:36:26.000Z (about 1 year ago)
- Last Synced: 2024-11-13T12:11:37.257Z (2 months ago)
- Language: C++
- Size: 4.85 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Dataserver is open source data warehouse around sql server mdf structure
written in C++11/C++14.SUPPORTED PLATFORMS
===================Platforms:
* **Linux** [![Build Status](https://travis-ci.org/Totopolis/dataserver.svg?branch=master)](https://travis-ci.org/Totopolis/dataserver)
* **Windows** [![Build status](https://ci.appveyor.com/api/projects/status/r0xsqmreyx14xmbp?svg=true)](https://ci.appveyor.com/project/Totopolis/dataserver)
* **OS X** [![Build Status](https://travis-ci.org/Totopolis/dataserver.svg?branch=master)](https://travis-ci.org/Totopolis/dataserver)
* **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.6Compilation
-----------The application can be built using these four commands:
mkdir build
cd build
cmake ..
makeLICENSE
=======Dataserver is licensed under MIT license, see [LICENSE](LICENSE) file for
details.