Giter VIP home page Giter VIP logo

wssql's Introduction

HPCC SYSTEMS software Copyright (C) 2014 HPCC Systems.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

http://hpccsystems.com

#wssql

##SQL interface to HPCC engines

###Install packages and documentation can be downloaded from the hpccsystems.com portal

Steps for building in Linux:

  • Check out source hpcc-systems/wssql
  • Run git submodules --init --recursive to pull all necessary sources
  • Setup Antlr and Antlr3c - Downloads available from ANTLR's github page https://github.com/antlr/website-antlr3/tree/gh-pages/download
    • "antlr-${ANTLR_VER}-complete.jar" and "antlr-runtime-${ANTLR_VER}.jar" are required.
    • Build process looks for these files here: /usr/local/ANTLR/${ANTLR_VER} where ANTLR_VER = 3.4
    • "antlr-${ANTLR_VER}-complete.jar" is a build time dep
    • "antlr-runtime-${ANTLR_VER}.jar" is also a build time dep (extract its contents in /usr/local/ANTLR/${ANTLR_VER})
    • If building a distributable package, make sure to include ANTLR's license file: https://raw2.github.com/antlr/antlr4/master/LICENSE.txt in the ANTLR folder and abide by their license.
  • Create a build directory - preferably at the same level as the two source dirs "wssql and HPCC-Platform"
  • cd to the build directory
  • Create the CMAKE project
    • To create makefiles to build native release version for local machine, run: cmake ~/wssql
    • To create makefiles to build native debug version, run: cmake -DCMAKE_BUILD_TYPE=Debug ~/wssql
  • To build the makefiles just created above, run: make
  • To create a build package, run: make package

If a user wishes to do a parallel build:

  • Check out pre-req source hpcc-systems/HPCC-Platform
    • check ~/wssql/platform-version-prereq.cmake for minimum version required

wssql's People

Contributors

michael-gardner avatar richardkchapman avatar rpastrana avatar xwang2713 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.