Categories
DevOps Others

How to detect clients country codes when using Cloudflare

When using Cloudflare, often people get anxious that analytics reports may get messed up because all traffic comes from Cloudflare CDN. It is especially true for reports relying on clients’ locations. Beyond analytics, some of the features that are specific for certain locations may also get messed up. But no need to panic at all. […]

Categories
Others

How to create a cluster in Kafka Manager using cURL

Kafka Manager is a great tool to check the status of Kafka topics. It’s created by Yahoo! and written in Scala. I found it quite handy and straightforward to utilize. Mainly, when I want to know about the lags, consumer groups, and message processing speed. In this post, I focus on how to create a […]

Categories
Others

DevOps fundamentals terminologies and tools

DevOps fundamentals terminologies and tools. This post is about DevOps basics which essentially consists of a compiled version of some of my notes and a bunch of my recent Toots in my Mastodon account, here. What’s DevOps DevOps is culture and practice that aims at unifying software development (Dev) and software operation (Ops). It’s initiated […]

Categories
Others

Getting started with MongoDB on OpenShift

I am fairly new to MongoDB, even though I have some knowledge about NoSQL databases concepts. In the last two days I was thinking to give a try to MongoDB and work with it in actual environment. To see how Mongo works with large data, I have targeted to import a SSV file contains 76,000 […]

Categories
Others

How to manage multiple Openshift accounts using rhc

Openshift is one of the best PaaS from my point of view. In comparison with Heroku, Openshift I believe has upper hand and much superiority, particularly in CLI tool, ssh facility, and most importantly huge numbers of offered frameworks. Therefore, it totally makes sense to have different account for different purposes. However, switching between account […]

Exit mobile version