Hacker News new | ask | show | jobs
by thibaut_barrere 3772 days ago
I'm currently working at implementing all types of ETL & data extraction processes with Elixir, and so far I must say I like this (although I cannot share numbers are the moment, just yet).

My own impression (as the author of http://www.kiba-etl.org which is a Ruby ETL framework) is that Elixir is going to be a great fit for high-quality, decent throughput data processing of all kinds (streaming, batching, or other such as websocket-api-endpoint types).

The immutable data + lightweight processes + ability to go distributed + concise code (testable, composable etc) is truly appealing in my opinion.

I will share more stuff online (at http://thibautbarrere.com) when I can, but I can only say this is so far very promising.

1 comments

Great, thanks for your reply!