diff --git a/pages/projects/nolabase.md b/pages/projects/nolabase.md new file mode 100644 index 0000000..f278f50 --- /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, 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: | + 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). + +---