Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 @-