WIFI & Password

WIFI: event0212

Password: 74TR;79HV;83ZB

Slack Workspace

Invite Link

Spotify Playlist

spotify:user:1256148492:playlist:0lVAvjWj2zjFj55Y1lubP0

Problem Statements (for inspiration)

Click here to download

Data Resources

Some info on Homelessness and Housing:
We strongly recommend going to this website that would provide more insights into the problem, current existing solutions, and policies - https://endhomelessness.org/

Specific Pages on the Site
Causal Factors for Homelessness:https://endhomelessness.org/homelessness-in-america/what-causes-homelessness/Broad Solutions to End Homelessness:https://endhomelessness.org/ending-homelessness/solutions/Datasets and Graphics about Homelessness and Housing: https://endhomelessness.org/resources/?fwp_content_filter=data-and-graphicshttps://catalog.data.gov/dataset?tags=homeless
List of Government Datasets:
Try and use the various filters to find exactly what dataset you want https://catalog.data.gov/dataset
Washington State Geolocation Datasets:http://geo.wa.gov/Example: Here is an API you can use to query the location of all Nursing homes.
You can either download the dataset using the download button on the right or use the APIs (GeoService).

Database for all Washington state datasets: https://data.wa.govDatabase for all Seattle datasets: https://data.seattle.gov
On a Socrata data set (like those above), which is defined by an endpoint for the dataset you want, you can perform queries over the network and use the results of those queries directly in your app.

We can run through an example for clarity:
- Suppose you want to create a very small app that helps you navigate to the nearest place with a meal plan.
- You find a dataset on data.seattle.gov that serves the days of meal programs that serve free meals to low-income and homeless people in Seattle (here).
- You see that the API endpoint as provided is https://data.seattle.gov/resource/33kz-ixgy.json. The first thing you need to do is create an App-Token.
- Do this by clicking on the "Sign Up for An App Token" button (get this by clicking the link in step 2). Once you fill out the form, click on the App-Tokens button on the left of the page. You’ll now have the app token that you need to use.
- Once you have that, you’re ready to make queries.
- A simple GET request to the endpoint in step 3 with the header X-App-Token: YOUR-TOKEN will return you the list of all the meal plans, you can now perform queries on this endpoint and modify your result using SODA (instructions below)

These steps are common to any of the Socrata Datasets you find online (a lot of APIs/Datasets from non-profits/governments are Socrata).

Using SODA (Socrata Datasets): https://dev.socrata.com/docs/queries/
Miscellaneous helpful technical React.js Docs (Front end framework)https://reactjs.org/docs/getting-started.html
List of thousands of free miscellaneous APIshttps://rapidapi.com/
Google maps APIhttps://developers.google.com/maps/documentation/
If you want to take a look at other datasets, https://kaggle.com is a good place to be looking for them.

Finding other open data APIs/Datasets (Socrata)
The Open Data Network, a global search engine that allows you to search across tens of thousands of datasets from hundreds of open data catalog: https://dev.socrata.com/data/