Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawn-cake/oikotie
Stats from oikotie
https://github.com/prawn-cake/oikotie
finland helsinki jupyter-notebook python realestate
Last synced: 20 days ago
JSON representation
Stats from oikotie
- Host: GitHub
- URL: https://github.com/prawn-cake/oikotie
- Owner: prawn-cake
- Created: 2018-09-18T06:12:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T12:55:23.000Z (about 6 years ago)
- Last Synced: 2024-10-07T17:01:16.313Z (about 1 month ago)
- Topics: finland, helsinki, jupyter-notebook, python, realestate
- Language: Jupyter Notebook
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oikotie
Stats and core data
## Upload data to ElasticSearch
Using amazing jq
cat es_all.json | jq -c '.[] | {"index": {"_index": "oikotie", "_type": "doc", "_id": .id}}, .' | curl -s -H'Content-Type: application/json' -XPOST localhost:9200/oikotie/doc/_bulk?pretty --data-binary @-