google-cloud-datastore Questions

3

I am a new to Google Cloud Platform. I have setup a Google VM Instance. I am facing an authentication issue on Local Machine while running the command: python manage.py makemigrations Can you ple...

2

I'm figuring out if it would be easy to move my already existing app towards a Google Cloud Datastore. Currently it exists in MongoDB so it would be from NoSQL to NoSQL, but it does not seem that i...
Minded asked 5/7, 2017 at 15:18

3

Solved

I am trying to fetch schema form bigquery table. Given a sample code like from google.cloud import bigquery from google.cloud import storage client = bigquery.Client.from_service_account_json('se...

0

I'm trying to restore a backup of my datastore entities into the emulator running on localhost. I'm using the guide from this location https://cloud.google.com/datastore/docs/tools/emulator-expor...

10

Solved

How can I find where my local development datastore is located? I am using the Python SDK and Linux.
Ubiquitous asked 27/8, 2010 at 23:49

1

In our Google Cloud Datastore we've a property(companies property) which stores list of strings and while we are querying our datastore we would like to send a Java list to datastore API and get th...
Ticklish asked 19/7, 2019 at 12:25

3

Solved

I have a simple application that Gets and Puts information from a Datastore. It works everywhere, but when I run it from inside the Kubernetes Engine cluster, I get this output: Error from Get() ...
Raillery asked 2/12, 2017 at 23:14

2

Context, I have a project with datastore which already has information loaded, currently we wanted to use cloud firestore (native mode), but we realized that migration is not possible, what alterna...

4

Solved

I am trying to load an entity by key using the id it was assigned by the datastore but I don't see any api method to do this (using NDB). I thought I would be able to make a Key from an integer id ...
Freddiefreddy asked 5/4, 2012 at 12:36

2

const Datastore = require('@google-cloud/datastore'); const datastore = Datastore(); function listTasks(res) { const query = datastore.createQuery('Test'); datastore.runQuery(query) .then((resu...

2

Solved

App Engine is (all of a sudden) telling me that I have Objectify set up incorrectly. It was working before and I do have the Objectify Filter in my web.xml. Here's the full stacktrace from my logs...

2

Solved

The documentation here says that I can omit the numeric id of an entity and DataStore will assign one automatically. It however, does not say how to retrieve the auto generated id. How does one ge...
Overblouse asked 26/5, 2015 at 5:56

2

Solved

We are using google cloud datastore to store data and unfortunately initially haven't followed name convention for naming kinds and now we want to change names of already existing kinds in datastor...
Bentwood asked 16/2, 2018 at 1:22

2

Our application is currently working on MongoDb. Our plan is to make it work with Datastore. In our application, there are some API calls and we don't know how its response is structured. So, we wo...

7

It seems there is no equivalent of Python App Engine's _ah/admin for the Java implementation of Google App Engine. Is there a manual way I can browse the datastore? Where are the files to be found...
Bookmaker asked 9/7, 2009 at 8:0

2

Solved

Does Google Cloud Datastore support atomic operations, for counters and such? I don't see anything about in the documentation and I noticed that updates are basically getting the whole object, upda...
Tarriance asked 25/11, 2014 at 1:52

3

Solved

I have an application deployed in Google app engine. I am getting inconsistent data when i fetch an entity by id immediately after updating that entity. I'm using JDO 3.0 to access the app engine d...

8

I need to get a count of records for a particular model on App Engine. How does one do it? I bulk uploaded more than 4000 records but modelname.count() only shows me 1000.
Nothingness asked 15/4, 2009 at 10:49

1

Solved

If I have a use case for both huge data storage and searchability, why would I ever choose Google Cloud Bigtable over Google Cloud Datastore? I've seen a few questions on SO and other sides "compa...

2

Solved

I want to know how to evaluate one tool over another. My major concern is as following: In google datastore, we define 'kind'. Each 'entities' has 'properties'. Then the datastore backends use t...

2

Solved

I'm creating a stock analysis web application. I want to store financial data for multiple stocks. Then I want to use a stock screener on them. This screener involves retrieving multiple stocks fro...

1

3-4 years ago, I built an Appengine app using datastore technique. At that time, we use Google Plugin. My app was perfect, I was able to deploy it without any problems. Now, I modified it but coul...

2

Solved

I find somewhat contradicting information from Google about which data storage solution I should use for my web app. Since I'm not too interested in using Mobile SDKs and like the server frameworks...

2

Not using App Engine, using Datastore alone. The portal asks you to select a region while creating your first entity. But how do you view the region it's running in after creation?
Carlow asked 10/7, 2018 at 8:46

7

Solved

I've playing around with Google App Engine and Google Datastore for a while now and I am facing the need to take regular backups of my stuff up on the cloud. Is there any sort of general purpose t...

© 2022 - 2024 — McMap. All rights reserved.