[google-appengine] (Datastore)Creates indexes stuck in the [ Indexing ]!

2020-11-19 Thread Riyalab瑞研網技
When I deployed the java programs to a new GAE project, part of the indexes got stuck in the [Indexing] state while creating the indexes. What can I do? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st

[google-appengine] Datastore not working nodejs.

2020-11-02 Thread Schedule Blog
Hi, For past 3 to 4 hours I've been trying search answer for this. This looks very odd. All the API trigger is working but the datastore query is always returning null. I'm using nodejs google-cloud/datastore to access the datastore entities. -- You received this message because you are subs

[google-appengine] Datastore Enum Types No Longer Serialized

2020-10-09 Thread Larry Schiefer
We are using GAE python standard environment (Python 2.7) and suddenly our app started experiencing issues when serializing a datastore enum property. Our code has been deployed and working for over 6 months and today it is failing. For example: class SomeType(messages.Enum): FIRST_TYPE = 1

[google-appengine] Datastore emulator message type mismatch

2020-10-09 Thread Jagath Weerasinghe
Hello, I tried to start the datastore emulator in my local dev environment (Java 8) and got the following error. Looks to me it happens because of a mismatch of protobuf versions. It would be great if you know of any workaround for this. Thanks. Jagath Cloud SDK Version: 313. OS: macOS $

[google-appengine] Datastore in Remote Shell For Google App Engine (GAE) not working with zsh

2020-09-08 Thread Michael Selevan
I am trying to run a query within the remote shell of Google App Engine (GAE) Python standard, and I get an zsh abort when trying to query datastore from the shell. No errors printed to the terminal, but the python shell is terminated. Any thoughts on how I can debug this? App Engine remote_ap

Re: [google-appengine] Datastore export as JSON format

2019-08-27 Thread 'Alex Martelli' via Google App Engine
The error in that traceback is crystal-clear: the code uses a Python 2 `print` *statement*, making it incompatible with Python 3 (where `print` is a *function*), yet you're trying to run it with Python 3.7. Porting the code to be compatible with Python 2 and 3 might be some work. Easier, I think,

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Hi Mua, I found some useful function of Dataflow to import JSON type file from datastore entities, I'm struggling with this now. All looks good, but exported file does not include any data at all. https://cloud.google.com/dataflow/docs/guides/templates/provided-batch#datastoretogcstext Cheers,

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Great! I will have a look at. Still confusing, why google does not provide CSV,TXT or JSON export of datastore. Cheers, Han On Tuesday, 27 August 2019 13:26:18 UTC+12, Mua Rachmann wrote: > > If that sucks, You might want to have a look at this > https://github.com/junosuarez/node-level-export

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
If that sucks, You might want to have a look at this https://github.com/junosuarez/node-level-export Best, Mua On Tue, Aug 27, 2019 at 2:20 AM Mua Rachmann wrote: > Okay, I think you might want to look at > https://github.com/nisaacson/leveldb-json/issues/1 which is pretty > similar to your log

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Okay, I think you might want to look at https://github.com/nisaacson/leveldb-json/issues/1 which is pretty similar to your logs, Also you might want to build from source and consider a fork of the original repo - https://github.com/killix/leveldb-json which seems to solve the issue. Dependencies no

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
This is my log. When I tried to "npm install -g leveldb-json", it comes up C:\WINDOWS\system32>npm install -g leveldb-json C:\Users\hkim\AppData\Roaming\npm\leveldb-load-from-json -> C:\Users\hkim\AppData\Roaming\npm\node_modules\leveldb-json\bin\load-from-json C:\Users\hkim\AppData\Roaming\npm\l

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Hi Kim, Can we see the logs here? On Tue, Aug 27, 2019 at 2:05 AM Han Ju Kim wrote: > Hi Mua, > > I appreciate prompt feedback! I already tried that, but it showed some > error and not updated quite long time period. Any help will be appreciated. > > Cheers, > Han > > On Tuesday, 27 August 2019

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Hi Mua, I appreciate prompt feedback! I already tried that, but it showed some error and not updated quite long time period. Any help will be appreciated. Cheers, Han On Tuesday, 27 August 2019 11:50:47 UTC+12, Mua Rachmann wrote: > > Hi Kim, > > You might want to have a look at this - > https

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Hi Kim, You might want to have a look at this - https://github.com/nisaacson/leveldb-json regards. Mua On Tue, Aug 27, 2019 at 12:35 AM Han Ju Kim wrote: > I'm trying to export Datastore entities as JSON format. By using API or > gsutil such as "gcloud datastore export", it only export as Leve

[google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
I'm trying to export Datastore entities as JSON format. By using API or gsutil such as "gcloud datastore export", it only export as LevelDB format with many output-xxx files. Is there any tool to converting this LevelDB files to JSON format or any third party engine to do that? -- You received

[google-appengine] DataStore wont allow me to save byte[]

2019-05-17 Thread tonycavanagh1929
I thought DataStore Allows you to save byte [], but I am getting an error [B is not a supported property type.]. I thought. datastore is supposed to autoconfigure it into blobvalue. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] DataStore Key handling

2019-05-17 Thread tonycavanagh1929
Every Time I wish to carry out any CRUD operation on a datastore, I have to create a Entity first to get the key. Entity entity = new Entity("Project", key.getProjectId()); entity = datastoreService.get(entity.getKey()); Is this correct. -- You received this message because you are subscribed

[google-appengine] Datastore Admin

2019-05-03 Thread Rajesh Gupta
The following message is displayed in the 'Datastore Admin' screen. I have cron jobs setup based on this feature. The cron jobs are still running fine and the data is backed up. Please clarify on this. *The backup and restore functionality is being phased out, and will no longer be available a

[google-appengine] Datastore export permission only

2018-12-12 Thread Rajesh Gupta
Hello, I am setting up a new user in the IAM. I want only the datastore.databases.export permission. I don't want the ROLE datastore.importExportAdmin Rajesh *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You rec

[google-appengine] Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
I am looking to make entry in both datastore and firestore. Is there a transaction planned between the following Firestore in Datastore mode & Firestore in Native mode. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/In

[google-appengine] Datastore - Audit Log of the Project Owner

2018-09-10 Thread Dzhovani Chemishanov
Hi,   One of the projects that I manage stores sensitive financial and accounting information in datastore. The auditors require log of everything done there. However, people with ownership rights can view and manipulate the data directly through the web dashboard surpassing any logs in the ap

[google-appengine] Datastore and Memcache access errors from today

2018-01-30 Thread Gabriel Axel
Greetings, Starting today I am experiencing a lot (more than 500 total) of Datastore and Memcache access errors from my Java 8 standard environment app in project number 875106233913 which has been last deployed on January 12 and has been working fine so far. The errors include: com.google.ap

[google-appengine] Datastore storage size

2017-11-03 Thread John Coleman
Hello, We have an GAE application and looking at datastore dashboard, it's showing the attached datastore usage (almost 96% for entities). Does the storage automatically scale up or do we need to change quota?? Thanks -- You received this message because you are subscribed to the Google Groups

[google-appengine] Datastore "checkNotNull" Error

2017-08-14 Thread Kat
I AM LOSING MY F***ING MIND OVER THIS. For over a year now I've been learning web development using Google Cloud Platform and studying online resources. I've gone through an excruciating amount of trial and error over the past year, but no matter what formidable brick wall I ran into, I always

[google-appengine] Datastore structure for app like Google Forms?

2017-08-02 Thread asmith26
I'm building a web app for allowing users to create online forms through a GUI, but I am unsure how to structure my database (similar to Google Forms ). My ideas are: - 1 Kind for the forms designed by users, 1 Kind for the data containing comple

[google-appengine] Datastore small operations daily quota

2017-05-15 Thread Dhanunjaya Naidu Yandrapu
Hi, The app engine quota doc says datastore small operations are unlimited but my application is getting over quota error. Is there any change to pricing policy? I have also doubts on the small operation counts. I am using a KeysOnly query (q) with a

[google-appengine] Datastore queries are unpredictably slow when a limit is applied

2017-03-04 Thread Arjunkumar Udainath
I have an app that's sort of like a to-do application. Any given user would have "Tasks" that are pending at any given time. The number of tasks pending for a user can range from 0 to 5000. I need to fetch the pending tasks (or at least a small batch) for each user when they load the page. How

[google-appengine] Datastore String length limit of 1,500 bytes when using JDO

2017-03-02 Thread Jim
When I attempt to write a Datastore string longer than 1,500 bytes via JDO I get the following error: "String properties must be 1500 bytes or less. Instead, use com.google.appengine.api.datastore.Text, which can store strings of any length." I've annotated my class to turn indexing off on t

[google-appengine] Datastore connection problem

2017-02-24 Thread Alexey Gromov
Hi, I'm new in the GCP. Now I'm trying to setup my local dev env using Google tutorials. I've got a problem with Datastore example "/nodejs-getting-started/2-structured-data". It doesn't work both with/without Datastore Emulator. Does anybody know anything about this:

[google-appengine] Datastore Internal Error

2017-02-14 Thread Vinod Kumar
google/appengine/api/apiproxy_stub_map.py", line 613, in get_result return self.__get_result_hook(self) File "/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1879, in __put_hook self.check_rpc_success

[google-appengine] Datastore on flex nodejs appengine isn't working

2017-02-01 Thread Tony Stark
Since yesterday does not work datastore through the flex evironment. Application just not receives the response from the datastore. If I run the application locally, everything works. If I try to do those operations in app engine - it does not work. The answer does not come from the server. If

[google-appengine] Datastore made a breaking change at 2:45AM - Blobs

2017-01-03 Thread Robert Fox
I have code that saves a Blob type every 3 minutes. Running for months. At exactly 2:45am this morning I started to get an exception from the datastore: com.google.cloud.datastore.DatastoreException: The value of property "[my blob attribute]" is longer than 1500 bytes. Yes well of course

[google-appengine] Datastore query

2017-01-02 Thread Yair Ko
Hello, I have a servlet module deployed and working on my android app. Managed to write data. No problem there. Now I need to query the datastore and I'm very much stuck. No idea how to do this. Anyone been there before and can help me ? Appreciate -- You received this message because

[google-appengine] Datastore query

2017-01-02 Thread Yair Ko
Hello everybody, my first post here :) I deployed a servlet module and I'm able to write Entities (successfully). No problem here. At some point the user (android app) wants to read/query the Datastore for Entities/data. Question is how do I do it ? Is it done using the already existing servlet

[google-appengine] Datastore get_or_insert in Java

2016-12-04 Thread Andrew Buck
The Datastore Python API has a get_or_insert() method that will atomically insert an entity if it doesn't exist or return the existing one if it does. I can't find the equivalent in Java. Does the Java API have a way of accomplishing this same functionality atomically? -- You received this mes

[google-appengine] Datastore

2016-11-26 Thread Ottavio Migliaccio
Hi, I use Android study. Insert correctly the entities in the datastore, but when I turn off the server, the datastore is erased. How can I do? Best regards Ottavio -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Datastore index stuck

2016-08-19 Thread Joshua Oster-Morris
I've been waiting for days for an index to build. It will not complete. is it possible to get a status? Is there any deterministic way to move this along? I cannot continue development until I have the index. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Datastore field formats

2016-07-27 Thread Christopher Bourez
I've been trying to save some data in the datastore following the google Bookshelf python example, with the gcloud python library, as explained in the tutorial. It was working well to save small strings and times. The problem is for other formats. For example, if I want to save a big JSON :

[google-appengine] Datastore read costs for nil entities

2016-07-26 Thread Andy Haskell
I am working on optimizing datastore calls, and saw that the cost of datastore read calls is 6 cents per 100,000 entities worth of reads. If I do a datastore.Get call for an entity that isn't in the datastore, does that count as a datastore read, or is it only considered a datastore read if the

[google-appengine] Datastore Statistics: Is history ever still available?

2016-07-11 Thread Evan Jones
The documentation for datastore statistics states: https://cloud.google.com/appengine/docs/python/datastore/stats "When the statistics system creates new statistic entities, it does not delete the old ones right away. The best way to get a consistent view of the statistics is to query for the G

[google-appengine] Datastore Writes being Disabled

2016-05-19 Thread Daniel Young
I've gone into the Datastore Console and it seems the writes are being disabled automatically (or a message is being displayed). I have not stopped write via Datastore Admin. Anyone else experiencing this before I post an issue? -- You received this message because you are subscribed to the

[google-appengine] DataStore Composite index is created, but there are no entries & when the query is run null result is coming though there are valid entries for the query in the datastore

2016-05-01 Thread Venkata Ramesh Babu Pasupuleti
DataStore Composite index is created, but there are no entries & when the query is run null result is coming though there are valid entries for the query in the datastore? Status is shown as serving when checked through admin console -- You received this message because you are subscribed to

[google-appengine] Datastore Admin stopped working

2016-04-26 Thread Sebastian Zabel
The Datastore Admin stopped working on 21.04 for one of our projects. It was working before but now the jink just redirects to our default module. Is there anything we can do to fix it? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] Datastore admin is unable to delete entities

2016-04-21 Thread A. Kong
Hi, I wonder if datastore admin is broken recently. I went into a datastore admin to select some entities to be deleted permanently. The entities could not be removed. Here is one of the error messages in the log 10:24:55.109POST4041.27 KB6 msAppEngine-Google; (+http://code.google.com/app

Re: [google-appengine] Datastore

2016-04-06 Thread Anastasios Hatzis
What authentication do you use in your app? Google Accounts API / Google Apps Domain? Custom authentication (e.g. webapp2)? Is it intentional, that you mix authentication and roles into the same "person data"? If your app is more than rudimentary, I suggest to separate both concerns. Especially if

[google-appengine] Datastore

2016-04-06 Thread Spmadhu Priya
Hi, I want to store the data like below. Suppose i am registering one person data 1. first admin_Username admin_Password admin_EMail 2.second admin_Username admin_Password admin_EMail This above data is for sign up Now i want to store the customer details of that account For example under this

[google-appengine] Datastore ancestor filters

2016-03-18 Thread Louise Elmose Hedegaard
Hi, I am trying to use ancestor filters, but it does not work as I expect it to. I have a shop entity with an id generated by the datastore. I have an order entity with an id I set myself, and the parent of the order is the shop. I have a transaction entity with an id I set myself, and the paren

[google-appengine] Datastore admin console - Timeout

2016-03-01 Thread Aswath Satrasala
Hi, The datastore admin console times out for one of my appid. I have already raised a production issue for this. question: I want to do a restore of the backup. The backup is done to the gcs. Since the admin console is not working, how can I do the restore of the backup. Any workaround or g

[google-appengine] datastore timeouts?

2015-12-28 Thread Adam Sah
anyone else seeing increased datastore timeouts? I've confirmed that traffic levels are normal i.e. not getting DOS'd... E 2015-12-28 15:19:09.728 error:Timeout('The datastore operation timed out, or the data was temporarily unavailable.',) ... E 2015-12-28 15:08:31.447 error:TransactionFailedE

[google-appengine] Datastore Query Viewer - Ancestor GQL

2015-10-09 Thread Daniel Young
I found like many others being redirected to the the new datastore. My trusty GQL ancestor query doesn't seem to work anymore select * from <> where ancestor is key('Kind', ID) Is there a workaround, is this considered a bug? -- You received this message because you are subscribed to the Googl

[google-appengine] Datastore Overlays?

2015-10-04 Thread Aleem Mawani
Looking at some relatively recent GAE SDK code, there is mention of Datastore Overlays. Anyone know what that is or used it? I -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it

[google-appengine] Datastore updates are not persisting. Help!

2015-07-11 Thread Russell Miller
I am working on a GAE project in Python using NDB, and noticing that when a datastore update happens it doesn't persist consistently. After performing an NDB Model put I am able to query for that record and see the new value. However, on the next request for that resource, the value is rever

[google-appengine] Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Tom Walder
Hi there, For anyone that is interested or wants to help with beta testing... Version 2.0 of the PHP-GDS library for accessing Datastore from PHP on App Engine (or not) is in beta. https://github.com/tomwalder/php-gds Here's a copy of the "New in 2.0" section: New features in 2.0 include

[google-appengine] Datastore Admin : receiving Server Error A server error has occurred.

2015-06-28 Thread Johhan Barba
Hi guys, I'm still a beginner with Google App Engine, and so I tried backup up for my data, I created a GCS account and Bucket, but before that, I already enabled the Datastore Admin, after doing the backup, I tried accessing back the Datastore Admin, but it then gives me a Server error?

[google-appengine] Datastore Admin Issue - Backup - Namespaces

2015-06-02 Thread Aswath Satrasala
Hello, I am trying to do backup of a Namespace, however, I cannot select the namespace. I am doing the following in the appengine console (old) * Click on the Datastore Admin * Select the KINDS * Click on the 'Backup Entities' * In the next screen, I am trying to choose the namespace. However, the

[google-appengine] DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
I'm getting the following error when trying to put data: *Sorry, unexpected error: The API call datastore_v3.Put() required more quota than is available* The problem is that I have both billing and Google Cloud Datastore API enabled. What am I doing wrong? Project Number: 581107955325 Project

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-15 Thread Vinny P
On Fri, Feb 13, 2015 at 1:54 PM, Daniela Meneses wrote: > you get the idea? it's availablefor any kind of matching as long as the > url have ''-dot-myapp-dev-com-bo.appspot.com'' > > So i guess it's not a bug that i was thinking previously but there is any > kind of documentation referring about

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-13 Thread 'Alex Martelli' via Google App Engine
Documented at https://cloud.google.com/appengine/docs/python/config/appconfig : "The default version is loaded when no version is specified or an invalid version is specified". If you would please ask this question on StackOverflow (or ServerFault since it's more about sys-admin than sw developme

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-13 Thread Daniela Meneses
Yeap i know that multiple version of the same GAE app share the datastore but this is not the case. By sandboxes i was referring to different GAE apps. The problem was that i was able to access to the datastore of different GAE app trough versions deployed in another GAE app. Or that's what I thin

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-12 Thread 'Alex Martelli' via Google App Engine
Multiple versions of the same GAE app always share the datastore -- no way to disable that. When not desired, a reasonable workaround is to set a per-version namespace at every entry (if your app also uses namespaces in production, maybe a per-version *prefix* in front of each namespace). I'm not

[google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-12 Thread Daniela Meneses
Hi, Yesterday doing some deploys i notice something, not sure if it is a bug or feature but i can't find documentation about it. The thing is that I have two sanboxes: myapp-app-com-bo myapp-dev-com-bo I deployed a version* 1-6-1-rc* over* myapp-dev-com-bo *that was accessible trough *1-6-1

Re: [google-appengine] DataStore Full Text Search documentation?

2014-12-15 Thread Kaan Soral
It's probably a much better idea to handle it in a pre-put hook and not always update the search document and mark it as updated when you do Search seems to be very limited in terms of quotas (seems very limited, in reality it might be the opposite, I don't even see an index cap from the quota

Re: [google-appengine] DataStore Full Text Search documentation?

2014-12-15 Thread Vinny P
On Sun, Dec 14, 2014 at 10:42 PM, Devraj Mukherjee wrote: > > This Google IO video from > 2011 introducing the Full Text Search API (at 31:13), refers to DataStore > Integration by setting a few properties in attributes. > However I can't seem to find

[google-appengine] DataStore Full Text Search documentation?

2014-12-14 Thread Devraj Mukherjee
Hi all, This Google IO video from 2011 introducing the Full Text Search API (at 31:13), refers to DataStore Integration by setting a few properties in attributes. However I can't seem to find any related documentation to show how to go about using thi

Re: [google-appengine] Datastore NDB migration?

2014-12-14 Thread Jason D'Souza
John, check out this article: https://cloud.google.com/appengine/articles/update_schema On Friday, December 12, 2014 2:48:36 AM UTC-5, John Louis Del Rosario wrote: > > I mean migrating a record's "schema", or just setting a field's value for > all existing records. > -- You received this me

Re: [google-appengine] Datastore NDB migration?

2014-12-13 Thread Jacob Taylor
You can add a default value, if that is enough. If not, mapreduce works great. If you have too many namespaces, pipeline can roll across the namespaces and launch mapreduces. Jacob On Dec 11, 2014 11:48 PM, "John Louis Del Rosario" wrote: > I mean migrating a record's "schema", or just setting

Re: [google-appengine] Datastore NDB migration?

2014-12-11 Thread John Louis Del Rosario
I mean migrating a record's "schema", or just setting a field's value for all existing records. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-ap

Re: [google-appengine] Datastore NDB migration?

2014-12-11 Thread Qian Qiao
On Fri Dec 12 2014 at 3:07:25 PM John Louis Del Rosario wrote: > What would be the best way to migrate records? > Records, i.e., the data itself, don't need to be migrated. -- Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsub

[google-appengine] Datastore NDB migration?

2014-12-11 Thread John Louis Del Rosario
What would be the best way to migrate records? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to th

Re: [google-appengine] Datastore space is wrongly allocated to "Other" kind?

2014-12-01 Thread Vinny P
The fastest way to figure out what these entities represent would be to download the datastore to your local machine or export the datastore to BigQuery ( https://cloud.google.com/bigquery/articles/datastoretobigquery ) then investigate further. I'd also try using the metadata entities to list all

[google-appengine] Datastore space is wrongly allocated to "Other" kind?

2014-12-01 Thread Nick
Are you getting appeninge to manage sessions for you? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post

[google-appengine] Datastore space is wrongly allocated to "Other" kind?

2014-11-30 Thread Alexander Trakhimenok
Hi, In production AppEngine datastore statistics show that 65% of datastore disk space is allocated to "Other" kind. (out of 3GB total). Datastore type: HRD https://www.dropbox.com/s/cfxc6tgzn93dfmf/Screenshot%202014-12-01%2009.10.40.png?dl=0 We do not have the "Other" kind and all other kinds

Re: [google-appengine] Datastore first public release

2014-10-02 Thread PK
Per release notes the 1.0.1 release happened on Apr. 14, 2008. If you scroll up a bit you see that the release notes of 1.1.0 (on May 29, 2008) state among other things: “...Fixed Datastore API to allow …” OK I think we have put this to rest :-) (Of course the datastore was later significantly

Re: [google-appengine] Datastore first public release

2014-10-02 Thread Vinny P
On Thu, Oct 2, 2014 at 3:52 AM, wrote: > Thank you guys! 2008 seems fine. > If I recall correctly, datastore was a founding feature of App Engine, baked in since the beginning. So you could also say since launch. App Engine's early marketing materials didn't directly refer to the datastore - i

[google-appengine] Datastore first public release

2014-10-01 Thread deleplace
Hi Quick question for my blog post accuracy : What year was the Datastore NoSQL facility introduced to customers? I'm guessing around 2008 but could not find the answer on the web. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

Re: [google-appengine] Datastore Index Configuration

2014-09-16 Thread Vinny P
On Fri, Sep 12, 2014 at 1:23 AM, Raghu rao wrote: > Beloe Index configuratin was working in Datastore-indexes.xml without > problems from last several months. > > But suddenly from last two days we are getting the below error and we > could not able to solve > > com.google.appengine.api.datast

[google-appengine] Datastore Index Configuration

2014-09-11 Thread Raghu rao
Hi All, Beloe Index configuratin was working in Datastore-indexes.xml without problems from last several months. But suddenly from last two days we are getting the below error and we could not able to solve.before getting this problem we deployed new versi

[google-appengine] Datastore Indexes... What's actually supported... My understanding

2014-07-25 Thread Doug Anderson
Having recently significantly exceeded the 200 index limit... I began trying to figure out what GAE actually supports in a desperate attempt to get back under the limit. You'd think the documentation would make this clear and maybe it does for bigger brains than mine. But for me some of the o

[google-appengine] Datastore Admin - Blank screen

2014-07-25 Thread Aswath Satrasala
Datastore Admin in the Admin console does not showup. I got the url from the iframe, and pasted in the new tab. It shows a blank screen (Empty ). It takes a very long time to show the blank screen also. After trying 5-10 times, the datastore admin shows up occasionally Any suggestions or workar

[google-appengine] Datastore eventual consistency

2014-07-18 Thread Dan
Eventual consistency means that it will take a undetermined amount of time after a datastore entity 'put' for a query on that entity to be returned. However am I right in thinking that if I 'put' the entity then 'get' it straight away then a subsequent query will ALWAYS return it? This behaviou

Re: [google-appengine] datastore statistics -- mystery size

2014-06-23 Thread Vinny P
On Sat, Jun 21, 2014 at 9:44 AM, James Gilliam wrote: > I have an appid that has two namespaces and the empty namespace -- the > empty namespace is not being used by me. > According to datastore statistics, the empty namespace has over a third of > the space with no entities. The other two names

[google-appengine] datastore statistics -- mystery size

2014-06-21 Thread James Gilliam
I have an appid that has two namespaces and the empty namespace -- the empty namespace is not being used by me. According to datastore statistics, the empty namespace has over a third of the space with no entities. The other two namespaces seem to be correct. How can the empty namespace be usi

Re: [google-appengine] Datastore Write Operations

2014-03-24 Thread Vinny P
On Mon, Mar 24, 2014 at 8:35 AM, Raghu rao wrote: > i am working on medical product. for one of the requirement i have to > store 3500 values in one object. it's working fine and able to > persist(patientMedicalData) in the data store. but in the Dashboard it's > showing Datastore Write Operat

[google-appengine] Datastore Write Operations

2014-03-24 Thread Raghu rao
Hi All, i am working on medical product. for one of the requirement i have to store 3500 values in one object. it's working fine and able to persist(patientMedicalData) in the data store. but in the Dashboard it's showing Datastore Write Operations is 22% for one request. how to avoid this i

Re: [google-appengine] Datastore puts not working

2014-03-18 Thread Kinesh Patel
Looks like it's an extreme case of 'eventual consistency'. Theoretically those results are all saved but your queries are just not returning them because they are hitting a node where the data hasn't written to the index. It's been many hours now and I still don't see them showing up, so I have

Re: [google-appengine] Datastore puts not working

2014-03-18 Thread Kyle Baley
Here's the email I got: We're investigating an issue with Google App Engine Datastore beginning at Tuesday, 2014-03-18 11:45 AM. We will provide more information shortly. On Tue, Mar 18, 2014 at 4:10 PM, Kinesh Patel wrote: > Sometimes my puts work but the queries are returning zero results fo

Re: [google-appengine] Datastore puts not working

2014-03-18 Thread Kinesh Patel
Sometimes my puts work but the queries are returning zero results for certain kinds. We've made zero code changes in 5 days, so it's def. a datastore issue with certain indexes not being updated. On Tuesday, March 18, 2014 4:09:04 PM UTC-4, Kinesh Patel wrote: > > I'm having the same issue. Hav

Re: [google-appengine] Datastore puts not working

2014-03-18 Thread Kinesh Patel
I'm having the same issue. Have not received an email yet - are they looking into it? On Tuesday, March 18, 2014 3:59:36 PM UTC-4, Kyle Baley wrote: > > Never mind! The email from the AppEngine team just came in. > > > On Tue, Mar 18, 2014 at 3:57 PM, Kyle Baley > > wrote: > >> We've been having

Re: [google-appengine] Datastore puts not working

2014-03-18 Thread Kyle Baley
Never mind! The email from the AppEngine team just came in. On Tue, Mar 18, 2014 at 3:57 PM, Kyle Baley wrote: > We've been having an issue for the last hour with puts not working. When I > save something, everything appears to succeed and there are no errors in > the log but when I refresh the

[google-appengine] Datastore puts not working

2014-03-18 Thread Kyle Baley
We've been having an issue for the last hour with puts not working. When I save something, everything appears to succeed and there are no errors in the log but when I refresh the page, the previous changes I made disappear. This is happening in two different applications we have (the same codeba

Re: [google-appengine] DataStore Read Operations growing up

2014-03-13 Thread Vinny P
On Wed, Mar 5, 2014 at 11:35 AM, Carlos Montero Padilla < carlos.monteropadi...@gmail.com> wrote: > I have a web application in App engine with Java and a Datastore with > information that need the web app. When received a request page the rate of > Datastore Read Operations resource grow up 6%. I

[google-appengine] DataStore Read Operations growing up

2014-03-12 Thread Carlos Montero Padilla
I have a web application in App engine with Java and a Datastore with information that need the web app. When received a request page the rate of Datastore Read Operations resource grow up 6%. If the limit is 0.05 Millons Op, the 6% are 3000 read operations, but my app only access to 20 differ

[google-appengine] Datastore query on referenced property

2014-02-20 Thread Benjamin Chastanier
Hello there ! I recently enjoying myself on Google App Engine by building a geoloc app. However I'm struggling with an issue querying referenced property : I have two classes, let's say class A and class B. Class A contains a referenced property on class B. What I want to do is to get a lis

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Will do. Thanks, PK. On Thursday, February 20, 2014 12:42:29 PM UTC-8, PK wrote: > > I strongly recommend that you subscribe for “real time” updates from the > “google-appengine-downtime-notify" group. There is not a lot of traffic and > is important to be up to date on what is going on. > > PK

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread PK
I strongly recommend that you subscribe for “real time” updates from the “google-appengine-downtime-notify" group. There is not a lot of traffic and is important to be up to date on what is going on. PK http://www.gae123.com On February 20, 2014 at 12:38:38 PM, Rik (rik...@gmail.com) wrote: Th

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Thanks, Vinny. I gotta remember to check that other group before posting here. On Thursday, February 20, 2014 12:34:54 PM UTC-8, Vinny P wrote: > > On Thu, Feb 20, 2014 at 2:31 PM, Rik > > wrote: > >> Sometime in the past few hours, requests to put() a new entity to a >> production HRD table ha

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 2:31 PM, Rik wrote: > Sometime in the past few hours, requests to put() a new entity to a > production HRD table have not been working. No errors are being thrown and > the request that performs the operation is returning 200, but no new record > appears in the Datastore V

[google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Sometime in the past few hours, requests to put() a new entity to a production HRD table have not been working. No errors are being thrown and the request that performs the operation is returning 200, but no new record appears in the Datastore Viewer. Maybe there's an issue with the Viewer? Any

Re: [google-appengine] Datastore to BigQuery Python codelab example not working

2014-02-04 Thread Vinny P
On Thu, Jan 30, 2014 at 6:40 AM, Leto Atreides wrote: > Has anyone had luck getting the "Extract and Transform App Engine > Datastore Data for Analysis with > BigQuery" > Codelab example working? It took a bit for me even to

[google-appengine] Datastore to BigQuery Python codelab example not working

2014-02-04 Thread Leto Atreides
Has anyone had luck getting the "Extract and Transform App Engine Datastore Data for Analysis with BigQuery" Codelab example working? It took a bit for me even to get it to run as some of the library references are incorrect.

  1   2   3   4   5   6   7   >