emilywoods / crate-csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrateDB CSV Importer

A plugin for importing CSV data into CrateDB.

The plugin allows you to import csv data to a table using the COPY FROM command

Prerequisites

You must be using CrateDB 0.55 or newer.

A JDK needs to be installed.

On OS X, we recommend using Oracle's Java. If you're using Linux, we recommend OpenJDK.

We recommend you use a recent Java 8 version.

Setup

Clone the project:

$ git clone git@github.com:emilywoods/crate-csv.git

Build the JAR file like so:

$ ./gradlew jar

Copy the JAR file to CrateDB's plugins directory:

cp build/libs/crate-csv-<version>.jar <CRATEDB_HOME>/plugins

Here, <CRATEDB_HOME> is the root of your CrateDB installation.

About


Languages

Language:CSS 62.8%Language:HTML 17.4%Language:JavaScript 9.7%Language:Java 6.1%Language:Shell 3.0%Language:Batchfile 1.1%