From ee44aae2b4d6dc1060e6a66721c66896febb2747 Mon Sep 17 00:00:00 2001 From: Samantha Sunne Date: Fri, 11 Mar 2022 07:55:30 +0600 Subject: [PATCH 1/2] Create nolabase.md --- pages/projects/nolabase.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/projects/nolabase.md diff --git a/pages/projects/nolabase.md b/pages/projects/nolabase.md new file mode 100644 index 0000000..f4a63bf --- /dev/null +++ b/pages/projects/nolabase.md @@ -0,0 +1,32 @@ +--- + layout: code_for_new_orleans_project + title: Nolabase + category: project + project: + announce: Want to contribute to this project? Join the [#nolabase channel](https://nolabase.codeforneworleans.org/docs/getting-started) on Slack! + champion: + name: [Benjamin Eckel](https://github.com/bhelx) + + people: + - + name: Benjamin Eckel + title: Founder + - + name: Ryan Henry + title: Contributor + - + name: Samantha Sunne + title: Contributor + goals: + - Make public New Orleans data more easily accessible via Postgres + - Compile some of the most popular New Oleans datasets in one place + skills_needed: + - Postgres + why: | + The [Nola open data portal](https://datadriven.nola.gov/home/) provides a lot of useful datasets but they are often dirty or incomplete, or missing popular datasets like the Orleans Parish Assessor property records. Nolabase is an attempt to collect some of these popular datasets in one place and make them query-able via clients like SQL, QGIS, Excel and PowerBI. + where: | + Nolabase is ready to use at [nolabase.codeforneworleans.org](https://nolabase.codeforneworleans.org/). + + You can read about Nolabase on its [blog page](https://nolabase.codeforneworleans.org/blog/hello-world/) and the code is [on Github](https://github.com/codefornola/nolabase). + +--- From a4c13189a55fe390cbfabdd0fd95c470a51f444c Mon Sep 17 00:00:00 2001 From: Samantha Sunne Date: Fri, 11 Mar 2022 08:05:20 +0600 Subject: [PATCH 2/2] add excel and powerbi to skills needed bc we need people to try them and write tutorials on them --- pages/projects/nolabase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/projects/nolabase.md b/pages/projects/nolabase.md index f4a63bf..f278f50 100644 --- a/pages/projects/nolabase.md +++ b/pages/projects/nolabase.md @@ -21,7 +21,7 @@ - Make public New Orleans data more easily accessible via Postgres - Compile some of the most popular New Oleans datasets in one place skills_needed: - - Postgres + - Postgres, React, Excel, PowerBI why: | The [Nola open data portal](https://datadriven.nola.gov/home/) provides a lot of useful datasets but they are often dirty or incomplete, or missing popular datasets like the Orleans Parish Assessor property records. Nolabase is an attempt to collect some of these popular datasets in one place and make them query-able via clients like SQL, QGIS, Excel and PowerBI. where: |