From 7d3e7efbda246e1aad690f59ec2c3892f7cee5a5 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 14 May 2019 16:22:04 +0200 Subject: [PATCH] rename scdf-python-app to polyglot-python-app --- .../Dockerfile | 0 .../README.md | 0 .../barista_app.py | 0 .../requirements.txt | 0 .../scdf-barista-python-polyglot.png | Bin .../test.py | 0 .../util/__init__.py | 0 .../util/actuator.py | 0 .../util/arguments.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/Dockerfile (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/README.md (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/barista_app.py (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/requirements.txt (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/scdf-barista-python-polyglot.png (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/test.py (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/util/__init__.py (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/util/actuator.py (100%) rename dataflow-website/recipes/polyglot/{scdf-python-app => polyglot-python-app}/util/arguments.py (100%) diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/Dockerfile b/dataflow-website/recipes/polyglot/polyglot-python-app/Dockerfile similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/Dockerfile rename to dataflow-website/recipes/polyglot/polyglot-python-app/Dockerfile diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/README.md b/dataflow-website/recipes/polyglot/polyglot-python-app/README.md similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/README.md rename to dataflow-website/recipes/polyglot/polyglot-python-app/README.md diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/barista_app.py b/dataflow-website/recipes/polyglot/polyglot-python-app/barista_app.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/barista_app.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/barista_app.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/requirements.txt b/dataflow-website/recipes/polyglot/polyglot-python-app/requirements.txt similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/requirements.txt rename to dataflow-website/recipes/polyglot/polyglot-python-app/requirements.txt diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/scdf-barista-python-polyglot.png b/dataflow-website/recipes/polyglot/polyglot-python-app/scdf-barista-python-polyglot.png similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/scdf-barista-python-polyglot.png rename to dataflow-website/recipes/polyglot/polyglot-python-app/scdf-barista-python-polyglot.png diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/test.py b/dataflow-website/recipes/polyglot/polyglot-python-app/test.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/test.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/test.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/__init__.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/__init__.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/__init__.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/__init__.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/actuator.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/actuator.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/actuator.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/actuator.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/arguments.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/arguments.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/arguments.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/arguments.py