...
...
On a scale from 1 to 10 how good are your data warehousing skills? Want to go above 7/10? This article is for you then.
How good is your SQL? Want to get ready for a job interview asap? This blog post explains the most intricate data warehouse SQL techniques in high detail. I will use BigQuery standard SQL dialect to scribble down a few thoughts on this.
All of these diagrams are dynamically rendered during html display by Github, the images generated from text inside the Github-Flavored Markdown. None are static images. Mermaid support was released for Github on 2022-02-14
Pros & Cons:
Notes:
B-->C[fa:fa-ban forbidden]
, hyperlink and tooltips) are supported by Github.We will use the maifest way of installing Kubeflow -https://github.com/kubeflow/manifests
Create a Kind cluster with Service Account Signing key for API Server for Kubeflow to work (Istio Needs it) like below
cat <<EOF | kind create cluster --name=kubeflow --kubeconfig /home/alexpunnen/kindclusters/mycluster.yaml --config=-
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
Name: ansible-collection-netbox_community-ansible_modules | |
Version: 0.1.6 | |
Release: 1%{?dist} | |
Summary: Miscellaneous modules for Ansible Playbooks | |
# note: The netbox collection has inconsistent licensing! There's an MIT | |
# license file but the headers to all of the source code say GPLv3+. So it's | |
# probably all GPLv3+ (unless the author has permission to get all of the code | |
# relicensed) | |
License: MIT and GPLv3+ |
from neobase import NeoBase | |
N = NeoBase() | |
for key in N: | |
N.set(key, city_codes=set(N.get(key, "city_code_list"))) | |
for key in sorted(N): | |
if "A" not in N.get(key, "location_type"): | |
continue |
See https://livy.apache.org/docs/latest/rest-api.html
Let app.json
be the JSON payload that represents the application:
{
"file": "hdfs:///user/user/apps/hello-spark-0.0.1.jar",
"className": "acme.hello_spark.Grep",
"args": ["input/1.txt", "[Mm]agic"],
def draw_graph3(networkx_graph,notebook=True,output_filename='graph.html',show_buttons=True,only_physics_buttons=False): | |
""" | |
This function accepts a networkx graph object, | |
converts it to a pyvis network object preserving its node and edge attributes, | |
and both returns and saves a dynamic network visualization. | |
Valid node attributes include: | |
"size", "value", "title", "x", "y", "label", "color". | |
(For more info: https://pyvis.readthedocs.io/en/latest/documentation.html#pyvis.network.Network.add_node) |
#!/bin/bash | |
git_repo="containernetworking/plugins" | |
os="linux" | |
arch="amd64" | |
pack="tgz" | |
if [ -z "$1" -o "$1" = "-h" -o "$1" = "--help" ] | |
then | |
echo |