back

by teleforce·6y ago·view on hn ↗
Can someone explain the difference between JuliaDB and Apache Arrow? The latter has just reached stable 1.0 version last month.
1 comments
Arrow is a file format, albeit one designed to allow easy interoperation of different analytical frameworks, but it doesn't provide any computation functionality itself.

JuliaDB is more like Dask, or DataFrames.jl - it provides that computation functionality.