https://github.com/juliadata/juliadb.jl
Parallel analytical database in pure Julia
https://github.com/juliadata/juliadb.jl
julia juliadb parallelism
Last synced: about 2 months ago
JSON representation
Parallel analytical database in pure Julia
- Host: GitHub
- URL: https://github.com/juliadata/juliadb.jl
- Owner: JuliaData
- License: other
- Created: 2017-02-01T17:35:53.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T00:14:52.000Z (over 1 year ago)
- Last Synced: 2025-05-13T20:41:52.959Z (about 2 months ago)
- Topics: julia, juliadb, parallelism
- Language: Julia
- Homepage: http://juliadb.org/
- Size: 1.31 MB
- Stars: 768
- Watchers: 36
- Forks: 62
- Open Issues: 134
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## JuliaDB is unmaintained. Please consider using [DataFrames](https://github.com/JuliaData/DataFrames.jl) or [DTables](https://github.com/JuliaParallel/DTables.jl)
### 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](https://juliadb.org) or jump into the documentation [here](https://juliadata.github.io/JuliaDB.jl/latest/)!