Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
/ ClickHouse.jl Public archive

Julia client for ClickHouse with dataframes support.

License

Notifications You must be signed in to change notification settings

maxmouchet/ClickHouse.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages