Kubernetes & Julia Language

I’m coming up on my 3rd anniversary at H2O.ai and we’ve embarked on an interesting pivot of sorts. Our new product is based on Kubernetes. At first I thought Kubernetes is just another buzz word and a way for the Cloud providers to extract more money from users, but I’ve come to realize that it’s not. Of course, there are pros and cons with Kuberentes, it’s new and isn’t widely adopted by organizations as of yet, but it’s neat from a container isolation and scalablity standpoint. You build you container, attach an instance, and your off to the races. You might ask, “doesn’t Docker do that too?” That answer is sort of, both are open source but Kubernetes scales across clusters. Docker runs on a single node. ...

Mashing Up Julia Language with RapidMiner

If you want to execute any Python in RapidMiner, you have to use the Execute Python operator. This operator makes things so simple that people use the hell out o fit. However, it wasn’t so simple in the “old days.” It could still be done but it required more effort, and that’s what I did with the Julia Language. I mashed up the Julia Language with RapidMiner with only a few extra steps. ...

Thomas Ott