Search code examples
frameworksgoogle-cloud-platformgoogle-cloud-spanner

Is there a Cloud Spanner framework forthcoming?


I started looking at Google's Cloud Spanner and it certainly looks interesting.

Since ruby has rails, MongoDB has Meteor, and RethinkDB has Horizon, is there any talk about Cloud Spanner having some sort of dedicated framework, or is any existing framework adapting to Cloud Spanner?

Or is Cloud Spanner much too new to even consider this yet?


Solution

  • It appears that feathersJs will be the first framework to support spanner:

    https://github.com/perimetral/feathers-spanner-connector

    Feathers already supports just about every database i know of, since it already supports many ORM's (waterline, sequelize, knex, etc) in addition to mongodb & rethink.