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

Data Scraper Poc #45

Open
mkalish opened this issue Feb 9, 2017 · 1 comment
Open

Data Scraper Poc #45

mkalish opened this issue Feb 9, 2017 · 1 comment
Labels

Comments

@mkalish
Copy link
Member

mkalish commented Feb 9, 2017

As an alternative to directly uploading data to the portal, data can be loaded via the ckan api. Combining that with AWS lambda, we can write scapers to continuously push new data.

Note: AWS Lambda currently supports Python, Javascript and Java

Tasks

  • Write an ETL script to pull your chosen dataset here and convert into a csv that can be uploaded to csv
  • Use the CKAN API to create a new dataset
  • Use the CKAN API in combination with ETL script to push new resources to the newly created dataset
  • Once the process had been sanity checked, commit the complete script (scraping and pushing the data to CKAN) and work with @mkalish to get it deployed to AWS Lambda
@mkalish
Copy link
Member Author

mkalish commented Mar 7, 2017

This would be a good choice to get started as a dataset that could be scraped. Its just HTML and I have personal interest in it being available.

http://dccouncil.us/calendar.

I would be interested in grabbing the following fields:

  • Date and Time
  • Room Number
  • Meeting Title
  • Meeting Description

@mkalish mkalish changed the title ETL Poc Data Scraper Poc Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant