• Deploying a Kubernetes cluster on Oracle Cloud Infrastructure

    Introduction Architecture Provisioning the infrastructure on OCI Creating a compartment. Creating a virtual cloud network (VCN) Creating the virtual machines Creating the control-plane Installing kubeadm, kebeles and kubectl (ALL NODES) Installing a Container Runtime Interface (CRI) (ALL NODES) Forwarding IPv4 and letting iptables see bridged traffic Installing containerd Installing runc...


  • Network text analysis - Getting a Social Network

    Introduction The previous post was about using the software to get normalized or canonical entities. As we have extracted the elements we have been looking for, it is time to build the actual social network using the normalized entities gathered on the previous post. However, before showing how to use...


  • Network text analysis - Entities' Normalization

    Introduction The previous post was about using the software to fix the clustering process. As the clustering process has been finished, it is time to generate normal entities to represent each cluster, this is a process, which selects the largest entity (based on the number of characters) to represent the...


  • Network text analysis - Fixing the clustering process

    Introduction The previous post was about using the software to generate clusters composed by similar instances. As the clustering process is not perfect, a module to fix its errors has been created. The module offers two options to fix clustering problems, the generation of new clusters and the movement of...


  • Network text analysis - Entities Clustering

    Introduction Before getting into this post I want to say that for me programming is an art, it is a beautiful form to make real the things I can imagine, it is a way to release my dreams and my creativity and this is why I cannot work as a...