A picture of Yuchen Liu.

Yuchen Liu

I am currently a postgraduate student at Carnegie Mellon University. I developed Clojask as an RA at the University of Hong Kong under the supervision of Dr. Matthias Buehlmaier. I am extremely interested in designing and building big data management systems. I have developed in Clojure for three years and it has become one of my favorite languages.

https://liuyuchen.website

Clojask: Inviting Data Scientists to Distributed Computing

Clojask is a distributed dataframe with a focus on usability and scalability. On one hand, Clojask is simple to use so that data scientists without any distributed systems experience can use Clojask immediately. The API design is inspired by R's data.table and SQL, so the learning curve is flat. On the other hand, Clojask is optimized for larger-than-memory datasets. Memory overflow will not be a problem even for tasks with massive datasets. Both technical considerations are determined to attract and benefit users with prior data science experience to Clojure. In our session, we would like to cover topics such as a functionality walkthrough (with reference to R data.table and SQL), comparisons with Dask (in Python) and Spark as well as what Clojask can bring to the Clojure data science community.