From a2a50394ba524ed270081201b477b0bba1efc96b Mon Sep 17 00:00:00 2001 From: Benita Diop Date: Sat, 29 Feb 2020 23:17:09 +0000 Subject: [PATCH 1/3] Add gitpod config this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click. --- .gitpod.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..b68f4d4 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +tasks: + - init: echo "Replace me with a build script for the project." + command: echo "Replace me with omething that should run on every start, or just + remove me entirely." diff --git a/README.md b/README.md index 2ecbe0e..d5a15c0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/BenitaDiop/ParkingViolations) + # ParkingViolations Accessing Open Parking and Camera Violation API to analyze the parking violations issued in fiscal year 2020. In this project a Docker container will be created, the data will be loaded to an ElasticSearch instance and then visualized with Kibana. From a2387bb6918d93a47bc80bebe0a155aedf354d27 Mon Sep 17 00:00:00 2001 From: Benita Diop <45861503+BenitaDiop@users.noreply.github.com> Date: Mon, 9 Mar 2020 01:09:16 -0700 Subject: [PATCH 2/3] Delete README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d5a15c0..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/BenitaDiop/ParkingViolations) - -# ParkingViolations -Accessing Open Parking and Camera Violation API to analyze the parking violations issued in fiscal year 2020. In this project a Docker container will be created, the data will be loaded to an ElasticSearch instance and then visualized with Kibana. From 3ec54a0a5e42e2ff49d9c2df8791126b25fa24d8 Mon Sep 17 00:00:00 2001 From: Benita Diop <45861503+BenitaDiop@users.noreply.github.com> Date: Mon, 9 Mar 2020 01:09:28 -0700 Subject: [PATCH 3/3] Delete .gitpod.yml --- .gitpod.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index b68f4d4..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,4 +0,0 @@ -tasks: - - init: echo "Replace me with a build script for the project." - command: echo "Replace me with omething that should run on every start, or just - remove me entirely."