Giter Club home page Giter Club logo

metabase-dynamodb-driver's Introduction

metabase-dynamodb-driver

A metabase driver for Amazon DynamoDB

Forked from kawasima/metabase-dynamodb-driver

Updated to work with Metabase 0.48.0

Pre-requisites for building the driver

  • Install Clojure CLI
  • Clone Metabase core repo git clone https://github.com/metabase/metabase

Building the driver

# switch to the local checkout of the Metabase repo
cd /path/to/metabase/repo

# get absolute path to this driver directory
DRIVER_PATH=`readlink -f ~/dev/metabase-plugins/metabase-dynamodb-driver`

# Build driver. See explanation below
clojure \
  -Sdeps "{:aliases {:dynamodb {:extra-deps {com.metabase/dynamodb-driver {:local/root \"$DRIVER_PATH\"}}}}}"  \
  -X:build:dynamodb \
  build-drivers.build-driver/build-driver! \
  "{:driver :dynamodb, :project-dir \"$DRIVER_PATH\", :target-dir \"$DRIVER_PATH/target\"}"

These build steps have been copied from the Sample Metabase Driver: Sudoku. Check the build section of the REAMDE for more details.

metabase-dynamodb-driver's People

Contributors

mr-black-8 avatar venkat-balachandran avatar kawasima avatar

Watchers

 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.