Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create nolabase.md #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions pages/projects/nolabase.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- email: not sharing for now -->
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).

---