GithubHelp home page GithubHelp logo

cgvarela / infinidb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from infinidb/infinidb

0.0 3.0 0.0 34.97 MB

InfiniDB Data Warehouse

License: GNU General Public License v2.0

Makefile 3.36% Batchfile 0.03% CMake 0.02% Shell 1.93% M4 0.07% C++ 70.11% Lex 0.02% Yacc 0.07% C 22.79% PLSQL 0.01% Perl 0.74% PLpgSQL 0.01% Objective-C 0.05% Roff 0.60% Assembly 0.01% OpenEdge ABL 0.01% Perl 6 0.11% XS 0.04% Python 0.04% HTML 0.01%

infinidb's Introduction

This is InfiniDB 4.6.2

Build prerequisites

To build InfiniDB from source you will need:

  • a CentOS/RHEL 5/6, debian 6/7 or Ubuntu 12/14 linux host configured for software development

Along with a working C++ compiler and GNU software development tools you will need the following extra packages:

  • expect
  • zlib-devel
  • ncurses-devel
  • libxml2-devel
  • readline-devel

Build steps

Build environment

mkdir infinidb-src
cd infinidb-src

InfiniDB MySQL

wget -Omysql-4.6.2-1.tar.gz https://github.com/infinidb/mysql/archive/4.6.2-1.tar.gz
tar -zxf mysql-4.6.2-1.tar.gz
ln -s mysql-4.6.2-1 mysql
cd mysql
./configure --prefix=$HOME/infinidb/mysql
make
make install

InfiniDB

cd ..
wget -Oinfinidb-4.6.2-1.tar.gz https://github.com/infinidb/infinidb/archive/4.6.2-1.tar.gz
tar -zxf infinidb-4.6.2-1.tar.gz
ln -s infinidb-4.6.2-1 infinidb
cd infinidb
./configure --prefix=$HOME/infinidb
make
make install

This will leave you with $HOME/infinidb as a binary tree. Follow the Binary Download instructions in the InfiniDB 4.6 Installation Guide (available on https://mariadb.com/services/infinidb-services). Also an InfiniDB Enterprise version is provided and supported by MariaDB. You can also get additional information here: https://mariadb.com/services/infinidb-services

How to Contribute

  • You may submit your contributions via GitHub pull requests.
  • The submission must be by the original author.
  • Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license and the InfiniDB Contributor Agreement (see InfiniDBContributorAgreement.pdf). Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.
  • The InfiniDB Project committee will review your pull request and shall decide when and whether to merge your request in the main InfiniDB project. The InfiniDB Project committee will inform you of any decision regarding your request.

infinidb's People

Contributors

arenzana avatar

Watchers

James Cloos avatar Carlos G. Varela 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.