Data Orchestration Platform with python

dop Design Concept DOP is designed to simplify the orchestration effort across many connected components using a configuration file without the need to write any code.We have a vision to make orchestration easier to manage and more accessible to a wider group of people. Here are some of the key design concept behind DOP, Built on top of Apache Airflow – Utilises it’s DAG capabilities with interactive GUI DAGs without code – YAML + SQL Native capabilities (SQL) – Materialisation, […]

Read more

Personal and work vim 8 configuration with submodules

vimfiles Windows Vim 8 configuration files based on the recommendations of Ruslan Osipov, Keep Your vimrc file clean and The musings of bluz71. :help vimrc recommends moving vimrc and gvimrc to vimfiles to make the setup more portable. Installation Several applications are assumed to be in the PATH, installgit-scm and selectUser Git and optional Unix tools from the Windows Command Prompt.See steps to add a local bin directory forthe other applications referenced in the vim configuration files. Install Vim on […]

Read more

A python module for configuration of block devices

blivet Blivet is a python module for system storage configuration. Installation From Fedora repositories Blivet is available in Fedora repositories. You can install it using # dnf install python3-blivet Daily builds (for Fedora) Daily builds of Blivet are available in @storage/blivet-daily Copr repository.You can enable it using # dnf copr enable @storage/blivet-daily Daily builds of libblockdev and libbytesize are also in this repo. OBS repository (for Ubuntu and Debian) Packages for Debian (testing and unstable) and Ubuntu (19.04 and newer) […]

Read more
1 2