Hacker News new | ask | show | jobs
by axman6 3569 days ago
I'm confused, is this just Structure of Arrays as a service for columnar data? It's not clear to me what this actually does.
1 comments

It's not really a service at all, it is a in-memory data format intended to be shareable between processes. The project also includes libraries for C++, Java and Python.

This post explains the intention better than the project webpage:

http://blog.cloudera.com/blog/2016/02/introducing-apache-arr...