0

I just found out about the Unhosted Movement.

I understand the points being made about the advantages over the classical web app approaches including a database being a sql or non-sql database.

From my point of view there are concerns regarding security and privacy. I believe the disadvantages outweigh the advantages. Especially if sensitive Data is involved.

I would love to hear about more pros/cons and experiences from you guys. Personally I would rather use Laravel/RoR or a similar Framework with scaffolding etc.

1 Answers1

1

I'm about to try that. As far as security/privacy is concerned, you can grant limited access to tables and use ssl. Google still knows everything of course.

But fusion tables isn't a full blown database after all. Its sql is highly limited, you have no joins in SELECT, no GROUP BY in views and only left outer joins, no subqueries, no EXISTS clause, no users/transactions/locking/isolation levels etc, what might be the reason to use a database in the first place. It is also not meant to be that. There are also no standard connectors I'm aware of, so you'll have to use the API. The last post asking for a JDBC driver is some years old, and there still isn't any.

Curiosa Globunznik
  • 3,129
  • 1
  • 16
  • 24