-
One step further: MongoDB Backend for our data
Intro I mentioned I meant to use a database at some point for my logs and with R. Well, I will explain a (tiny) bit about that today. But first, what data can I possibly put into my upcoming “NoSQL” database? Well, I now have lots of data. I’ll use the DNS records from my…
-
Functional Programming tests on domain names
Intro This week’s post is a bit short but trying to point towards some great coding concepts about R. In summary, let’s just say that in R, everything is an object. So are functions. And one can have a function return an object, including… A function. Why is that cool? Because it might just help…
-
Some basic “Home Lab” Server Maintenance
Yes, I’m stepping away from pure coding concepts once again (sorry, I know the name of the Blog can be misleading sometimes… Think of all these sysadmin entries as prepping a working environment for our future data analysis exercises ;)) This bit is more about general thoughts & concepts on maintaining a running environment as…