I've found that a lot of applications can be structured to run
extremely well on App Engine's datastore. The hard part is generally
visualizing your problem in a way that fits well with the datastore.
Many of the financial applications I deal with would actually work
extremely well with the key-value model for reporting. The hard part
might be processing, but without knowing details of what you're
doing... who knows.
Some tips: a-z) do not think in terms of SQL, 1) don't be afraid to
denormalize, 2) think in terms of how you need to access your data, 3)
optimize for the common operations.
Robert
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>