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

Parallel analytical database in pure Julia

Results 104 JuliaDB.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `Dagger` package from `0.8,0.9,0.10,0.11` to `0.8,0.9,0.10,0.11, 0.16`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `MemPool` package from `0.2,0.3` to `0.2,0.3, 0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `Dagger` package from `0.8,0.9,0.10,0.11` to `0.8,0.9,0.10,0.11, 0.15`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Fix bug (https://github.com/JuliaData/JuliaDB.jl/issues/408) that causes loading from a bin directory to fail due to deprecated type mutability check. Changes: - Update `IO.jl` to use `ismutabletype()` - Change Julia compat bound...

bug

If JuliaDB is an abandoned project (it appears to be, due to the lack of development in the past few years, and the exceedingly old dependency versions), what is the...

I am trying to load a dataset from a bin directory for some out-of-core processing. However, when I run `bintbl = load("bin")`, I get: ``` ERROR: LoadError: type DataType has...

The consensus seems to be to use Parquet.jl The package can only read Parquet files now, we will need to implement writing. Noting that we can use Julia serialization for...

enhancement

thanks for this awesome package! It looks like JuliaDB can well be put into work over a distributed cluster of computation units, and is not limited to a single machine...

When trying to add JuliaDB to my local environment (1.7), the following happens, hindering all packages installed: ``` (@v1.7) pkg> add JuliaDB Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving...

hi, im using JuliaDB in conjunction with [examples](https://github.com/SciML/DiffEqFlux.jl/tree/master/docs/src/examples) from [email protected] julia 1.6.4 (MyProject) pkg> st Status `~/MyProject/Project.toml` [7d9fca2a] Arpack v0.5.3 [aae7a2af] DiffEqFlux v1.44.0 [0c46a032] DifferentialEquations v6.20.0 [587475ba] Flux v0.12.8 After...