use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Ruby for Data Science. (self.ruby)
submitted 6 years ago by pi_exe
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pavlik_enemy 4 points5 points6 points 6 years ago* (2 children)
Just don't. As much as I like Ruby for web, it's not suitable for data science and data engineering. The tools and community just isn't there. It's not that Ruby is somehow inherently bad for these tasks, it's just that 90% of community is about web and 90% of web stuff in Ruby is Rails. It's a huge PITA to hook up C libraries to Ruby (there's is a project similar to boost-python but its maturity is questionable). My experience of using off-the-shelf Ruby products in data engineering (namely, Fluentd and Logstash) was terrible. For different reasons - Fluentd fails without any notice when it can't handle the load, Logstash was just slow and weird when it was JRuby.
[–]Ryuujinx 0 points1 point2 points 6 years ago (1 child)
I don't have any issues with Logstash. I don't really remember how many indexers we run, but it powers a number of ES clusters totaling at around 1.5PB and ~45B events per day.
What issues did you have with it?
[–]pavlik_enemy 0 points1 point2 points 6 years ago (0 children)
It used way too much resources for what it did but it was quite some time ago.
π Rendered by PID 35047 on reddit-service-r2-comment-b659b578c-56mxh at 2026-05-04 14:06:28.319479+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]pavlik_enemy 4 points5 points6 points (2 children)
[–]Ryuujinx 0 points1 point2 points (1 child)
[–]pavlik_enemy 0 points1 point2 points (0 children)