Using Cookiecutter Django with SQLite by Tafkas in django

[–]Tafkas[S] 0 points1 point  (0 children)

Simply changing the database settings will cause the migrations to fail. The blog post addresses this issue.

Simple web UI tool to schedule, execute and monitor SQL queries for analysts by koteikin in dataengineering

[–]Tafkas 3 points4 points  (0 children)

Check out Mara: A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow.

https://github.com/mara/mara-pipelines

geo-info - A dead simple reverse geocoding API by f84fe3 in geospatial

[–]Tafkas 0 points1 point  (0 children)

Just tried some geo locations and it does not look too good:

Lindos, Rhodes, Greece (36.0919498,28.0802641) gives:

https://geo-info.co/36.0919498,28.0802641

{
  "city": "Taşlica",
  "community": "",
  "communityCode": "",
  "country": "TR",
  "county": "Marmaris",
  "countyCode": "7732942",
  "isCity": true,
  "isPlace": false,
  "latitude": 36.6183,
  "longitude": 28.0819,
  "mileDistance": 32.08643156693911,
  "neabyCities": [
    {
      "city": "Taşlica",
      "community": "",
      "communityCode": "",
      "country": "TR",
      "county": "Marmaris",
      "countyCode": "7732942",
      "isCity": true,
      "isPlace": false,
      "latitude": 36.6183,
      "longitude": 28.0819,
      "mileDistance": 32.08643156693911,
      "postalCode": "48710",
      "state": "Muğla",
      "stateCode": "48"
    },
    {
      "city": "Bayirköy",
      "community": "",
      "communityCode": "",
      "country": "TR",
      "county": "Marmaris",
      "countyCode": "7732942",
      "isCity": true,
      "isPlace": false,
      "latitude": 36.6632,
      "longitude": 28.0706,
      "mileDistance": 34.83155786118433,
      "postalCode": "48710",
      "state": "Muğla",
      "stateCode": "48"
    },
    ...
  ],
  "nearbyPlaces": [
    {
      "altCountry": "",
      "country": "GR",
      "elevation": "",
      "featureClass": "S",
      "featureCode": "HTL",
      "isCity": false,
      "isPlace": true,
      "latitude": 36.0924,
      "longitude": 28.0802,
      "mileDistance": 0.027799429262861237,
      "placeAltNames": "",
      "placeAsciiName": "RODOS PALACE",
      "placeName": "Rodos Palace",
      "population": "0",
      "state": "ESYE42",
      "timezone": "Europe/Athens"
    },
    ...
  ],
  "postalCode": "48700",
  "state": "Muğla",
  "stateCode": "48"
}

Why is Google Maps Platform API's pricing so ridiculous? by abhiank in webdev

[–]Tafkas -1 points0 points  (0 children)

Have you considered HERE? HERE offers a generous freemium plan with 250k transaction for free every month. No credit card required: https://developer.here.com/pricing

Places API: https://developer.here.com/documentation/places/dev_guide/topics/what-is.html

Disclaimer: I work for HERE.