Cloud World

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 29 August 2008

Our favorite recipes for App Engine, all in one place

Posted on 16:28 by Unknown

Do you have a really great code snippet you'd love to share with App Engine developers? Have you figured out how to program a small task for your app and want to tell the world? Share your elite coding skills with the world by posting your recipe to our Google App Engine Cookbook. There's no such thing as too many cooks in this kitchen!



The App Engine Cookbook allows you to share, rate, and comment on App Engine recipes and was written by Google Engineer Amaltas Bohra. We've added some of our favorites, now we can't wait to see what's cookin' in the App Engine developer community!



Posted by Marzia Niccolai, App Engine Team

Read More
Posted in | No comments

Friday, 22 August 2008

A couple datastore updates

Posted on 15:53 by Unknown

We've updated other parts of the system before, so it's time for the datastore to ante up with its own improvements. There may not be any big surprises, but we still hope you'll enjoy the new features we've included!



First up is batch writes. You can now include entities in different entity groups in a single db.put() or db.delete() call. Entity modifications are only atomic within each entity group, but a single call that spans entity groups will be more efficient than a call for each group, which was required before.



Also, in our next upcoming release, indexes with a single repeated property will be supported. For example:



Kind: Post
properties:
- name: tag
- name: tag


These indexes can be useful in a few different cases; see Queries and Indexes for more discussion.



As usual, be sure to update your SDK and check the release notes for a full list of changes. If you have feedback or questions, feel free to mention them on the group!



Posted by Ryan Barrett, App Engine Team

Read More
Posted in 1.1.2, batch, datastore, delete, entity group, index, put | No comments

Wednesday, 20 August 2008

New third-party party tool for monitoring App Engine cluster status

Posted on 07:21 by Unknown
This morning Hyperic released support for Google App Engine monitoring on CloudStatus, Hyperic's
web-based performance monitoring application. CloudStatus gives you an
independent, real-time view into the health and performance of App
Engine.




We're excited about what the CloudStatus team has put together, and look forward to seeing other 3rd party tools and services for App Engine developers.


So go check out CloudStatus and let them know
what you think, or discuss right here on our Google Group.



 Posted by Paul McDonald, App Engine Team
Read More
Posted in | No comments

Monday, 18 August 2008

Take it with you, the whole kit-and-caboodle

Posted on 14:51 by Unknown
Posted by Jeff Scudder, Google App Engine Team



One of my favorite things about the SDK is the fact that it works offline. When I'm without Internet access on a train, bus, or plane, I can still develop and test my application. I usually work with my browser open, one tab pointed squarely at localhost:8080 and another open to the App Engine documentation. Until recently, the documentation presented a bit of a challenge when I was without network connectivity. But now, we've released the App Engine documentation as a downloadable zip file.



On a related note, our documentation is now licensed under the Creative Commons Attribution 2.5 License (except as otherwise noted). For full details on licensing see http://code.google.com/policies.html. As Dan Sanderson explains on the discussion group,



"These licenses permit you to re-distribute the documentation, and to 
distribute derivative works. For example, you can translate the
documentation into another language, and distribute the translation.
You can also convert the documentation to a different format (such as
PDF), and distribute the new format. "


We're also planning to bundle the documentation with future versions of the SDK.

Read More
Posted in | No comments

Monday, 11 August 2008

App Engine Hack-a-thon: Seattle

Posted on 12:28 by Unknown
Posted by Marzia Niccolai, Google App Engine Team



Please join us on August 28th for a Google App Engine Hack-a-thon in the Emerald City.



Learn about Google App Engine

The events will include training on the major features of Google App Engine, including data modeling, the App Engine APIs, some aspects of Django, and how to mashup App Engine with other web services. Google Engineers will be on hand to help and to answer questions throughout the day.


For a better idea of what goes on at our hack-a-thons, see our previous posts about the New York, San Francisco, and Chicago hack-a-thons.



Build With Us, or Build Your Own

Throughout the day, we will be building a complete App Engine application, and sharing the code with you so you can code along with us. If, on the other hand, you already have a great idea for what to build, bring that idea along. If you already have a great idea for what to build, bring it along and go for it! Even better, prepare sketches, designs, web page mock-ups, etc. ahead of time, and use the hack-a-thon to develop your idea into a working application that you can share with the world.


At the end of the day, we'll invite you to share your App Engine applications with the group.



What Do I Need?

We will provide facilities, power, refreshments and experts to help you learn to use Google App Engine and write your application. Just bring your laptops, ideas and enthusiasm to complete the mix.



When and Where?

The Seattle hack-a-thon will take place Thursday August 28, 2008 from 10AM-6PM. It will be held in Google's Seattle Office at 651 N. 34th St.



Space is limited so Sign Up now.

Read More
Posted in | No comments

Wednesday, 6 August 2008

The Deep Dish on the App Engine Developer Community

Posted on 16:08 by Unknown
Posted by Marzia Niccolai, Google App Engine Team



I've returned from the App Engine hack-a-thon in Chicago a Superfan of
the App Engine community. We had lots of fun meeting App Engine developers, but why let me tell you about it? A couple of attendees wrote great summaries of the day: A Ruby on Rails developer giving Python a whirl, and a developer who worked on testing with App Engine. We saw people working on iPhone apps, OpenSocial and App Engine, and even a chat application! See the pictures below:





While I was away I kept up with all the App Engine goings on with a little help from a spy, and it's nice to know that I can exclaim my whereabouts while I'm gone using Harper Reed's and Aaron Salmon's excellent app!



Many developers are finding PyDev + Eclipse a great way to develop on App
Engine, and IBM's developerWorks has a great article on creating mashups doing just that.



Submissions for our Open Source page continue apace, with the newest contributions for fans of REST, microblogging, and reCAPTCHAs.



Enjoy the heat!

Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Bridging Mobile Backend as a Service to Enterprise Systems with Google App Engine and Kinvey
    The following post was contributed by Ivan Stoyanov , VP of Engineering for Kinvey, a mobile Backend as a Service provider and Google Cloud ...
  • Tutorial: Adding a cloud backend to your application with Android Studio
    Android Studio lets you easily add a cloud backend to your application, right from your IDE. A backend allows you to implement functionality...
  • JPA/JDO Java Persistence Tips - The Year In Review
    If you’re developing a Java application on App Engine you probably already know that you can use JPA and JDO, both standard Java persistence...
  • Google App Engine + Google Data APIs: A Match Made on the Web
    Posted by Marzia Niccolai, Google App Engine Team Don't you think it'd be cool if you could blog about a party, add it to your calen...
  • 2013 Year in review: topping 100,000 requests-per-second
    2013 was a busy year for Google Cloud Platform. Watch this space: each day, a different Googler who works on Cloud Platform will be sharing ...
  • Easy Performance Profiling with Appstats
    Since App Engine debuted 2 years ago, we’ve written extensively about best practices for writing scalable apps on App Engine. We make writ...
  • New in Google Cloud Storage: auto-delete, regional buckets and faster uploads
    We’ve launched new features in Google Cloud Storage that make it easier to manage objects, and faster to access and upload data. With a tiny...
  • TweetDeck and Google App Engine: A Match Made in the Cloud
    I'm Reza and work in London, UK for a startup called TweetDeck . Our vision is to develop the best tools to manage and filter real time ...
  • Python SDK version 1.2.4 released.
    We're psyched to release version 1.2.4 of the App Engine SDK for Python. Some highlights of what you'll find in this release: Remote...
  • Scaling with the Kindle Fire
    Today’s blog post comes to us from Greg Bayer of Pulse , a popular news reading application for iPhone, iPad and Android devices. Pulse has ...

Categories

  • 1.1.2
  • agile
  • android
  • Announcements
  • api
  • app engine
  • appengine
  • batch
  • bicycle
  • bigquery
  • canoe
  • casestudy
  • cloud
  • Cloud Datastore
  • cloud endpoints
  • cloud sql
  • cloud storage
  • cloud-storage
  • community
  • Compute Engine
  • conferences
  • customer
  • datastore
  • delete
  • developer days
  • developer-insights
  • devfests
  • django
  • email
  • entity group
  • events
  • getting started
  • google
  • googlenew
  • gps
  • green
  • Guest Blog
  • hadoop
  • html5
  • index
  • io2010
  • IO2013
  • java
  • kaazing
  • location
  • mapreduce
  • norex
  • open source
  • partner
  • payment
  • paypal
  • pipeline
  • put
  • python
  • rental
  • research project
  • solutions
  • support
  • sustainability
  • taskqueue
  • technical
  • toolkit
  • twilio
  • video
  • websockets
  • workflows

Blog Archive

  • ►  2013 (143)
    • ►  December (33)
    • ►  November (15)
    • ►  October (17)
    • ►  September (13)
    • ►  August (4)
    • ►  July (15)
    • ►  June (12)
    • ►  May (15)
    • ►  April (4)
    • ►  March (4)
    • ►  February (9)
    • ►  January (2)
  • ►  2012 (43)
    • ►  December (2)
    • ►  November (2)
    • ►  October (8)
    • ►  September (2)
    • ►  August (3)
    • ►  July (4)
    • ►  June (2)
    • ►  May (3)
    • ►  April (4)
    • ►  March (5)
    • ►  February (3)
    • ►  January (5)
  • ►  2011 (46)
    • ►  December (3)
    • ►  November (4)
    • ►  October (4)
    • ►  September (5)
    • ►  August (3)
    • ►  July (4)
    • ►  June (3)
    • ►  May (8)
    • ►  April (2)
    • ►  March (5)
    • ►  February (3)
    • ►  January (2)
  • ►  2010 (38)
    • ►  December (2)
    • ►  October (2)
    • ►  September (1)
    • ►  August (5)
    • ►  July (5)
    • ►  June (6)
    • ►  May (3)
    • ►  April (5)
    • ►  March (5)
    • ►  February (2)
    • ►  January (2)
  • ►  2009 (47)
    • ►  December (4)
    • ►  November (3)
    • ►  October (6)
    • ►  September (5)
    • ►  August (3)
    • ►  July (3)
    • ►  June (4)
    • ►  May (3)
    • ►  April (5)
    • ►  March (3)
    • ►  February (7)
    • ►  January (1)
  • ▼  2008 (46)
    • ►  December (4)
    • ►  November (3)
    • ►  October (10)
    • ►  September (5)
    • ▼  August (6)
      • Our favorite recipes for App Engine, all in one place
      • A couple datastore updates
      • New third-party party tool for monitoring App Engi...
      • Take it with you, the whole kit-and-caboodle
      • App Engine Hack-a-thon: Seattle
      • The Deep Dish on the App Engine Developer Community
    • ►  July (4)
    • ►  June (2)
    • ►  May (5)
    • ►  April (7)
Powered by Blogger.

About Me

Unknown
View my complete profile