Hi Jan,
Well, there is the datastore:
http://code.google.com/appengine/docs/python/datastore/
If you don't want to write something to load and parse the csv in to
entities yourself, you can use the bulkloader.
http://code.google.com/appengine/docs/python/tools/uploadingdata.html
You have really provided any details about what you're doing, so it
is hard to offer any more specific ideas.
Robert
On Thu, Feb 23, 2012 at 05:47, Jan <[email protected]> wrote:
> Hi,
>
> i want to read some data out of .csv files -> so i have rows of data.
> First i thought i store this in a sql database. Problem here: To use
> the google cloud sql, you have to request access for that. I guess
> this takes some time.
>
> Is there any alternative way to store this data and query it
> performant.
>
> Thanks a lot!
> Jan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.