Skip to content

Heptazhou/JLdb.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaDB logo

Docs latest CI status codecov.io

JuliaDB is a package for working with large persistent data sets

We recognized the need for an all-Julia, end-to-end tool that can

  • Load multi-dimensional datasets quickly and incrementally.
  • Index the data and perform filter, aggregate, sort, and join operations.
  • Save results and load them efficiently later.
  • Use Julia's built-in parallelism to fully utilize any machine or cluster.

We built JuliaDB to fill this void.

Get Started

Introduce yourself to JuliaDB's features at juliadb.org or jump into the documentation here!

julia> ]add https://github.com/Heptazhou/jldb.jl#stable

julia> using JuliaDB
help?> JuliaDB

About

Parallel analytical database in pure Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%