Skip to content

Instantly share code, notes, and snippets.

@ryanfb
Created November 26, 2019 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfb/6501d394bdea7acd5e31367ee6a9180f to your computer and use it in GitHub Desktop.
Save ryanfb/6501d394bdea7acd5e31367ee6a9180f to your computer and use it in GitHub Desktop.
Fusion Tables Migration Alternatives
  • Datasette on Heroku
  • Heroku Postgres
  • Google Bigtable - $.65/hr
  • Google BigQuery - $5/TB of queried data, $.02/GB/mo stored
  • Google Cloud Datastore - 1GB free, .18GB/month above
  • Google Cloud Firestore - similar to Datastore
  • Google Sheets
  • Google Cloud SQL (MySQL/PostgreSQL)
  • AWS DynamoDB - NoSQL, 25GB free, $0.25/1M read request units
  • AWS Athena - costs per TB scanned, reads data from S3 buckets
  • AWS RDS for PostgreSQL
  • AWS Aurora - drop-in for MySQL/Postgres
  • CartoDB? GIS focused
  • nodegoat? No pricing info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment