Code Monkey home page Code Monkey logo

ViyaDB

Build Status

Coverage

ViyaDB is in-memory columnar analytical data store, featuring:

  • Fast ad-hoc analytical queries
  • Random access update pattern
  • Built-in cardinality protection
  • Real-time query compilation to machine code
  • Dynamic period based rollup
  • REST API interface with intuitive JSON-based language
  • Basic SQL (DML) support

Quickstart

For more information please visit the official Website: http://viyadb.com

Building

In order to pull all third party dependencies, either clone ViyaDB sources using --recursive flag, or run this command afterwards:

git submodule update --init --recursive

The easiest way to build ViyaDB is using viyadb/devenv Docker image:

docker run --rm -v $(pwd):/viyadb viyadb/devenv:latest /viyadb/scripts/travis-build.sh

If for some reason you'd like to use your own system tools, please read on.

Prerequisites

The following components are required for building ViyaDB:

  • CMake >= 3.10
  • Boost >= 1.65.1
  • Flex >= 2.6.1
  • Bison >= 2:3.0.4
  • g++ >= 8.3

Additional third party dependencies are included into the project as Git submodules.

Building

To build the project, run:

mkdir build/
cd build/
cmake ..
make -j4

Testing

Unit tests are built as part of the main build process. To invoke all unit tests, run:

GLOG_logtostderr=1 ./test/unit_tests

ViyaDB's Projects

devenv icon devenv

Docker image for ViyaDB development and build environment

viyadb icon viyadb

ViyaDB in-memory columnar analytical data store

viyadb-spark icon viyadb-spark

Data processing ang ingestion backend for ViyaDB based on Spark streaming

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.