HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

google database api

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
databaseapigoogle

Problem

I would like to use my google account to store so data (time series)

Is there an easy way to do it?

I use R and if possible would like to create/use and API to send and receive data from/to R and from/to my google account

EDIT: I want to have an online database available from everywhere. I have thought of installing a sql server on a ftp, but that is long and a bit difficult. I want to know if there is a way to use a google account to have a database accessible from everywhere? So that I can send/receive time series from this account using standard ODBC connection for instance.

Solution

Both Microsoft and Amazon offer SQL databases in the cloud. GAE isn't an RDBMS, it's NoSQL in the cloud. If you just need an object data store, well someone has probably written a wrapper in the language you want, otherwise there's Python and Java.

If you need an RDBMS, I suggest you check out either Microsoft's SQL Azure or Amazon's Amazon RDS.

Context

StackExchange Database Administrators Q#1016, answer score: 2

Revisions (0)

No revisions yet.