Giter Site home page Giter Site logo

indigophox / warpdrive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dremio/warpdrive

0.0 0.0 0.0 1.09 MB

License: Other

Shell 0.51% Ruby 0.01% C++ 79.63% C 9.34% PowerShell 2.61% CMake 7.45% PLpgSQL 0.16% Batchfile 0.16% Dockerfile 0.13%

warpdrive's Introduction

Warpdrive

Developing with Docker

Warpdrive for Linux currently builds only on CentOS 7. There is a Dockerfile based on CentOS 7 image containing all the dependencies needed for building and developing Warpdrive.

  1. First you need to build the Dockerfile:
docker build -t warpdrive .
  1. Then you can start a container binding volumes for warpdrive, flightsql-odbc and arrow repos:
docker run -it \
  -v /PATH_TO_LOCAL_WARPDRIVE_REPO:/opt/warpdrive \
  -v /PATH_TO_LOCAL_FLIGHTSQL_ODBC_REPO:/opt/flightsql-odbc \
  -v /PATH_TO_LOCAL_ARROW_REPO:/opt/arrow \
  --rm --name warpdrive \
  --add-host=host.docker.internal:host-gateway \
  warpdrive:latest bash

NOTE: Be sure to replace PATH_TO_LOCAL_..._REPO to the actual paths on your computer.

  1. To build Warpdrive inside of this container, simply run ./build.sh.

The build will generate a binary /opt/warpdrive/_build/release/libarrow-odbc.so. which is the driver to be loaded on ODBC tools such as odbcinst and iodbc.

  1. To run the ODBC Integration tests (in the container)
export DSN=FlightSQL

./_build/release/warpdrive_tests > tests.log

warpdrive's People

Contributors

jduo avatar jvictorhuguenin avatar mcraealex-bq avatar jhmannok avatar jcralmeida avatar escobargabriel avatar laurentgo avatar rafael-telles avatar joyc-bq 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.