Giter Site home page Giter Site logo

metalcamel / metabase-informix-driver-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gruenntx/metabase-informix-driver

0.0 0.0 0.0 23 KB

Driver for connecting IBM Informix DB to metabase

License: GNU General Public License v3.0

Clojure 100.00%

metabase-informix-driver-1's Introduction

metabase-informix-driver

Driver for connecting IBM Informix DB to metabase

Works with IBM Informix Version 12.10.UC2

IMPORTANT!

Works with metabase Versions OLDER than v0.37

Metabase v037newer versions of Metabase break the driver, because of src/metabase/driver/sql_jdbc/sync/common.clj:

 (defn simple-select-probe-query
  "Simple (ie. cheap) SELECT on a given table to test for access and get column metadata. By default doesn't return
  anything useful (only used to check whether we can execute a SELECT query) but you can override this by passing
  `clause-overrides`.
SELECT true FROM table WHERE 1 <> 1 LIMIT 0

Informix breaks on "LIMIT 0"

Unfortunately I couldn't yet fix this...

issue: Mega sync performance improvements #13746
metabase/metabase#13746

IMPORTANT 2

this is a work in progress; testing is not completed, so errors may occur when querying an Informix DB in metabase. Feedback is welcome.

HOW TO BUILD:

Prereqs: Install Metabase locally, compiled for building drivers

cd /path/to/metabase/source
lein install-for-building-drivers

Build it

lein clean
DEBUG=1 LEIN_SNAPSHOTS_IN_RELEASE=true lein uberjar

Copy it to your plugins dir and restart Metabase

cp target/uberjar/informix.metabase-driver.jar /path/to/metabase/plugins/
jar -jar /path/to/metabase/metabase.jar

metabase-informix-driver-1's People

Contributors

gruenntx 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.