• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language
    Clojure
  • Created about 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A CSV metabase driver

csv-metabase-driver

A CSV metabase driver based on incredible csvjdbc driver. I've been modified it to work with metabase.

Installation

Put this file on your metabase/plugins directory and restart Metabase. You'll see a CSV driver option on database creation.

You could see this video too.

How to configure it

Check how to load a CSV file by filesystem and how to load a CSV file by HTTP for more information.

If your data contains date values check this video.

Maybe you want to see this one about data types.

If you need built it

with ansible

follow these instructions

by hand

read and understand steps below

steps for install clojure

steps for compile driver