https://github.com/k-phoen/flatrise
Quick and dirty data analysis pipeline, built to help me search for a flat in cities I know almost nothing about.
https://github.com/k-phoen/flatrise
Last synced: 26 days ago
JSON representation
Quick and dirty data analysis pipeline, built to help me search for a flat in cities I know almost nothing about.
- Host: GitHub
- URL: https://github.com/k-phoen/flatrise
- Owner: K-Phoen
- License: mit
- Created: 2018-11-21T23:07:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T15:43:45.000Z (about 6 years ago)
- Last Synced: 2024-05-01T20:12:56.920Z (12 months ago)
- Language: Go
- Homepage:
- Size: 3.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Flatrise
========Quick and dirty data analysis pipeline, built to help me search for a flat in
cities I know almost nothing about.The idea is to crawl the main classified ads websites and aggregate their data
somewhere I can visualize it to get an idea of the prices, to look for nice
neighbourhoods, …In order to do that, each worker/crawler (one per website) will send data to a
RabbitMq instance, which will be relayed into a Kibana instance through
Logstash.Please keep in mind that this really is a quick and dirty project, more intended
to help me look for a flat and play with cool stuff than to be production-ready.