DataFrameDBs.jl

The DateFrameDBs is the prototype of persistent, space efficient columnar database on pure Julia
Author waralex
Popularity
37 Stars
Updated Last
1 Year Ago
Started In
March 2020

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