DataFrameDBs.jl icon indicating copy to clipboard operation
DataFrameDBs.jl copied to clipboard

The DateFrameDBs is the prototype of persistent, space efficient columnar database on pure Julia

Coverage Status Build Status

The DateFrameDBs is the persistent, space efficient columnar database, inspired by DataFrames and columnar databases like ClickHouse. It allows you to work with large amounts of data without loading them completely into memory.

See docs for more details