Google App Engine - which tools to edit datastore locally? [closed] - google-app-engine

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to ask if there is any tools for Google App Engine to edit datastore in localhost?
In the Application Console, I can edit data on appspot, but for localhost, which tools are available?
Please advice!

There's a console on the development server too:
http://localhost:8000
https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console
[For old versions:
http://localhost:8080/_ah/admin
http://code.google.com/appengine/docs/python/tools/devserver.html#The_Development_Console
]

If you are on Java side, you should definitely try AppWrench. It provides full support for all App Engine data types as well as provides much more pretty viewing, sorting and filtering. It runs locally for free so I am enjoying using it now.
Vieweing Entities:
Viewing Entities http://appwrench.onpositive.com/static/images/productivity/viewer.jpg
Edit dialog:
alt text http://appwrench.onpositive.com/static/images/productivity/edit2.png

You can use the development console to view and edit your datastore, memcache, task queue and cron jobs at /_ah/admin/ in your local development server.

In the latest GAE versions the datastore admin is part of the development console at http://localhost:8000/
More info:
https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console

Related

Enable google cloud storage with free [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to host Php Site Using Cloud API.
Could some one please help me to enable Google Cloud Storage with Free.
I have been referring the few Google official API Docs(https://developers.google.com/cloud-sql/) but it asking for enable billable.
How can I proceed without enable billable.
Thanks
Srinivas
To avoid billing do not use Cloud SQL. To store data without using Cloud SQL do not use PHP at present. Use the Datastore instead with Python, Java or Go.

AWS, DigitalOcean vs heroku, google app engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
The difference between the AWS, DigitalOean and heroku and google app engine?
AWS and DigitalOcean are web hosting site used to host simple dynamic sites where as the heroku and google app engine is used to deploy complex web applications?
AWS is Iaas and heroku is Paas, it would be great if you could give me a real time example.
This question shows inexperience , please do bare.
tldr;
DigitalOcean is a "cloud" VPS provider. You get your usual VPS server from them.
AWS is a full blown cloud provider with services that allow you to actually build a complete datacentre (the options are mindblowing).
Heroku allows you to quickly publish web apps by pushing your code up to a git repository (they offer an abstraction layer). Trouble-free POC heaven!
Google App Engine is a service similar in a sense to Heroku (different features, however).

What package to use for Form + intelligent Answer website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm new to web developing and I want to make a web where the user fill in a few info and then get an answer from the backend. The info filled in is sent to the backend; the backend then process the info and send the answer back for display.
My question is how can I do it with the simplest possible framework? LAMP and GAE both seem ok to me in the long run, but is there any simpler framework good for my needs? I have also looked into LAMP provider like bitnami, however I can't find the application I need in the list of applications. If needed, I can program in Java.
Thanks! and please let me know if I need to clarify my question. I think what I'm asking is general guidance on setting up such a simple web.
Google AppEngine will work fine for your needs. You will need to program it, and Java works on GAE. Start with Java Tutorial and then gradually add your own server side processing. Of course many other web server platforms are possible, but users of GAE generally consider it to be very capable and easy enough to use. LAMP is likely to take you longer to learn.

About using eve for python framework in google app engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Just came to know about a project named python-eve. As I'm just starting out in python, this project seemed kinda easy to get started for building a python based REST API. This framework really has a lot of features out of the box, specifically HATEOAS, which I din't find any built-in way in google-app-engine documentation. So is there anyway I can use this framework in google-app-engine? Or should I just all together ignore app-engine.
Eve is a Flask application, which means that wherever Flask runs, Eve runs... at least in good theory. Check out the following resources:
Google App Engine on Flask mailing list
Flask Google App Engine template
Flying Flask on Google App Engine
I personally have never tried runnning Eve on GAE but the resources above seem to indicate that it should be possible with little effort.

What's the best Apache Camel routes visual designer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So, who could advise some good Apache Camel routes visual designer?
Would like to know also if there's some really good Apache Camel routes visualizer (saw some maven2 camel visualizer, but it produce weird results).
There is some Maven tooling to generate a visual GraphViz dot diagram
http://camel.apache.org/visualisation.html
It is not a designer, and it requires you to install GraphViz to have the graph generated.
FuseSource is working on a GUI designer for Camel, called FuseSource Rider. Its currently in works and will be GA in Q1 2011. It's entire web based which means you just need a web browser to use it. James Strachan is working on this tooling.
More information about this tooling will be posted on the FuseSource site in due time.
http://fusesource.com/
You can see a screenshot of the tooling at the Camel introduction webinar at
http://fusesource.com/resources/video-archived-webinars/
There are two enterprise-ready tools available for Apache Camel - from Talend and from JBoss (former FuseSource). I have written a blog post about this topic:
http://www.kai-waehner.de/blog/2012/11/23/enterprise-ready-tool-support-for-apache-camel/

Resources