maxmouchet / ClickHouse.jl

Julia client for ClickHouse with dataframes support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickHouse.jl

Julia client for ClickHouse.

Documentation Build Status

Status

This package is not maintained anymore, and does not seems to work with recent CSV.jl versions.
Please use another package, such as JuliaDatabases/ClickHouse.jl.

Introduction

Julia client for the ClickHouse column-oriented database.
Query results are returned as DataFrames.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> registry add https://github.com/maxmouchet/JuliaRegistry.git
pkg> add ClickHouse

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVELdocumentation of the in-development version.

Project Status

The package is tested against Julia 1.0 and the nightly builds of the Julia master branch on Linux.

Questions and Contributions

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.

About

Julia client for ClickHouse with dataframes support.

License:MIT License


Languages

Language:Julia 100.0%