Daily Archives: November 8, 2018

pip installation

https://pip.pypa.io/en/stable/installing/ Do I need to install pip? pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created... Read More | Share it now!

Schema Registry in Trucking IoT on HDF

INTRODUCTION Schema Registry is a centralized repository for schemas and metadata. In this tutorial, we cover exactly what that means, and what Schema Registry provides a data pipeline in order to make it more resilient to different shapes and formats... Read More | Share it now!

Docker 安装 MySQL

http://www.runoob.com/docker/docker-install-mysql.html 方法一、docker pull mysql 查找Docker Hub上的mysql镜像 runoob@runoob:/mysql$ docker search mysql NAME DESCRIPTION STARS ... Read More | Share it now!

How To Install MySQL on Ubuntu 16.04

Introduction MySQL is an open-source database management system, commonly installed as part of the popular LAMP(Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. The... Read More | Share it now!