Skip to content

Instantly share code, notes, and snippets.

View joerg84's full-sized avatar

Joerg Schad joerg84

  • ArangoDB
  • San Francisco/Berlin
View GitHub Profile
{
"id": "/simplepod",
"containers": [
{
"name": "startupcontainer",
"resources": {
"cpus": 1,
"mem": 1000,
},
"exec": {

Keybase proof

I hereby claim:

  • I am joerg84 on github.
  • I am joerg84 (https://keybase.io/joerg84) on keybase.
  • I have a public key ASBZILbzaOXnOchpYRcaoeCkZH2vSk2WswT_v8A9kpCmzAo

To claim this, I am signing this object:

PRUNE

https://www.arangodb.com/graphcourse_demodata_arangodb-2/

Import Statements: airports: arangoimport --file "airports.csv" --type csv --collection "airports" --create-collection true

flights: arangoimport --file "flights.csv" --type csv --collection "flights" --create-collection true --create-collection-type edge

@joerg84
joerg84 / kafka.yaml
Last active November 14, 2019 09:42
apiVersion: kudo.dev/v1beta1
name: "kafka"
url: https://kafka.apache.org/
tasks:
- name: deploy
kind: Apply
spec:
resources:
- service.yaml
...