Friday, June 12, 2020

JuliaDB



Built in support for distributed compute.  Combined with the other distributed features of Julia this may add to Julia's advantage.




https://juliadb.org/

It's not a full on SQL implementation like MemSQL but it does interface with Julia directly

We recognized the need for an all-Julia, end-to-end tool that can
  1. Load multi-dimensional datasets quickly and incrementally.
  2. Index the data and perform filter, aggregate, sort and join operations.
  3. Save results and load them efficiently later.
  4. Readily use Julia's built-in parallelism to fully utilize any machine or cluster.

No comments: