-
How do we feel about this?
-
Resource link: https://juliadb.org/
- [ ] Structure data to txt or CSV files
- [ ] Query data from DB instead of dummy data in API
-
JuliaDB is more-or-less in maintenance mode, and has received very little in the way of bugfixes and performance improvements. While it might be hasty for me to say "don't depend on JuliaDB", I think …
-
So I'm just trying to get Gadfly to plot an IndexedTable I've produced with the JuliaDB.table function.
The IterableTables documentation claims to support JuliaDB tables as data sources and Gadfly …
-
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 alternative that the community is …
-
Not sure if this is related with https://github.com/JuliaData/JuliaDB.jl/issues/374 . Either way, this should be fixed.
```
(@v1.5) pkg> add JuliaDB
Updating registry at `~/.julia/registries/Ge…
-
Any thoughts on supporting juliadb's table and ndsparse?
-
I am not sure who in JuliaData is maintaining JuliaDB, but it requires a release as the current release holds back PooledArrays.jl to a very old version.
-
-
Here are the minimal steps that can be used to reproduce this issue on Windows
- Execute following code and copy the path of variable `n`
```
using JuliaDB
t = table([1,2,3,4], [1,2,3,4], chunks…