Slashdot Mirror


Google Apps Engine Gets SQL

oker writes "Google has finally added SQL to its cloud platform offering, Apps Engine. Until now, developers had to use the Datastore service, which provides a vendor lock-in threat and isn't supported by most existing software and libraries. The SQL service should definitely improve Apps Engine adoption. It is currently in limited preview mode."

4 of 66 comments (clear)

  1. Re:Why Google Apps Engine over Amazon or Azure? by BitZtream · · Score: 3, Interesting

    Yea, its really screwing people over when you start charging them for shit that you told them we're going to give away free for a while, then when we think its production ready we're going to charge for it ...

    This is standard business practice for pretty much ANY business, if you didn't see this coming, you aren't qualified to make a statement about it because you simple don't know anything about running a business.

    Also in the agreement that stated the price changes in the future was the part that said you'd have notice and given X amount of time when a service was going to be discontinued. If I recall correctly, the amount of time was 2 years, its not like they're just going to drop you into nothingness.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  2. Re:Why Google Apps Engine over Amazon or Azure? by somersault · · Score: 3, Interesting

    Could you guys give the Google hating circlejerk a rest for a while? I know you're getting paid for it obviously, but it's getting kind of boring. Couldn't you find a job that doesn't involve trying to brainwash people?

    Some of us value the integrity that Google has displayed over what Microsoft does. I view Amazon in the same light as Google. I'd be happy to use either of their services.

    What products has Google discontinued recently? I remember they discontinued some really unpopular ones a good few years ago, and then they got rid of Wave recently.

    *googles to check what happened to Wave*

    Google Wave is no longer being developed as a standalone product
    You can still log in, edit and export your waves, and wave.google.com will remain in service until there is another way to access your data.

    Those bastards! I see why you hate them now! Oh wait, no I don't..

    --
    which is totally what she said
  3. Re:Why Google Apps Engine over Amazon or Azure? by somersault · · Score: 4, Informative

    PS MS are hardly known for keeping services going indefinitely. Even when that means essentially a whole bunch of devices. You shills use some pretty bizarre arguments..

    From what I've seen, if Google discontinue something, it's because 1) nobody is using it, or 2) they're consolidating the functionality into another product.

    --
    which is totally what she said
  4. Re:Why Google Apps Engine over Amazon or Azure? by dolmant_php · · Score: 3, Informative

    I disagree that app engine offers nothing more than the other services. The offerings are different types of services. As proof: app engine comes with the following basic services: blobstore, memcache, database, auto-scaling. Amazon web services has options for all of these, yes, but they are all separate services: S3 (blobstore), memcache (elasticache), simple db (database), auto-scaling (cloud watch). In AWS, I have to configure all of these systems independently of the others, and pay for them, too. I have to worry about upgrades, operating systems, etc. In google app engine, all of this is bundled in already. AWS does have all of the functionality, but it requires lots more setup. After all is said and done, GAE is actually priced very competitively, and even cheaper than, its competitors.