[google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all,
How import datas to BigTable from my local mysql ?

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all.
How import datas to BigTable from my local mysql ?

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread Robert Kluin
You've got a few good options.  Check out:
http://code.google.com/appengine/docs/python/tools/uploadingdata.html


Although, I generally find it easier to write my own 'services' for
importing data.



Robert






On Mon, Nov 15, 2010 at 22:31, YF CAO  wrote:
> hi all,
> How import datas to BigTable from my local mysql ?
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-16 Thread YF CAO
thanks.
after close IDE, all test datas disappeared.
is it in memory?
how to create local BigTable ?



2010/11/16 Robert Kluin 

> You've got a few good options.  Check out:
> http://code.google.com/appengine/docs/python/tools/uploadingdata.html
>
>
> Although, I generally find it easier to write my own 'services' for
> importing data.
>
>
>
> Robert
>
>
>
>
>
>
> On Mon, Nov 15, 2010 at 22:31, YF CAO  wrote:
> > hi all,
> > How import datas to BigTable from my local mysql ?
> >
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com
> .
> > 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 google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-16 Thread Robert Kluin
No, it should be kept in a file.  The location depends on whether you
are using Python or Java.
  
http://code.google.com/appengine/docs/python/tools/devserver.html#Using_the_Datastore
  
http://code.google.com/appengine/docs/java/tools/devserver.html#Using_the_Datastore


Sounds like your IDE might be clearing the file out.



Robert





On Tue, Nov 16, 2010 at 21:42, YF CAO  wrote:
> thanks.
> after close IDE, all test datas disappeared.
> is it in memory?
> how to create local BigTable ?
>
>
> 2010/11/16 Robert Kluin 
>>
>> You've got a few good options.  Check out:
>> http://code.google.com/appengine/docs/python/tools/uploadingdata.html
>>
>>
>> Although, I generally find it easier to write my own 'services' for
>> importing data.
>>
>>
>>
>> Robert
>>
>>
>>
>>
>>
>>
>> On Mon, Nov 15, 2010 at 22:31, YF CAO  wrote:
>> > hi all,
>> > How import datas to BigTable from my local mysql ?
>> >
>> > --
>> > 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-appeng...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-appengine+unsubscr...@googlegroups.com.
>> > 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 google-appeng...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> 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 google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.