Cloud Monthly Pricing Calculator [closed] - google-app-engine

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Amazon did a great job by providing an online calculator for AWS; resides here:
http://calculator.s3.amazonaws.com/calc5.html
Which really helps to find your way among a swarm of cloud options.
Is there similar a tool for GAE (Google App Engine) or Microsoft Azure?

Microsoft will have a calculator and other tools around PDC.
newdesic has a tool that you can use - http://azureroi.cloudapp.net/

Not that I'm aware of. Of course, lacking tiered pricing, calculating costs for App Engine is very straightforward - just multiply expected usage by cost-per-unit for each of the 5 dimensions.

There is an unofficial billing calculator for Google App Engine.

I tried this diagnostic tool which seems good for making an estimation:
http://www.whitestratus.com/cloud-platform-diagnostic-tool

Related

Is google app engine's ndb safe to use? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it pretty stable or am I going to risk having to rewrite code if I use it because it might change in the future?
It is stable and fully supported.
snippet from the 1.6.4 sdk release
- NDB for Python - The NDB API has graduated from experimental and is now a fully
supported feature. This next-generation datastore API improves data modeling
and querying and has been built from the ground up to support an asynchronous
computing model.

A good resource for develop an online store with Drupal [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have to develop an online store that sell the access to some rest api. I'm not a Drupal developer, where I can find good resource or open source project to study?
Ubercart is best module to develop online store with drupal.
Please find the helpfull links for integration and development.
1. http://www.ubercart.org/docs
2. http://www.freelancedrupaldeveloper.ca/ubercart-tutorial-part-1
Also you can use Drupal Commerce.
Link :- http://chicago2011.drupal.org/sessions/drupal-commerce-setting-shop-drupal-7
Cheers!!!
Übercart, open source Drupal based e-commerce project, helps you to develop online store, also supports D7. http://ubercart.org

Cloud Service Providers for RavenDb [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Not to be confused with Shared hosting providers supporting RavenDB or other similar questions. I do not need a web host, nor want to deploy RavenDb in Embedded or Web Site mode...
Question: Are there any cloud service providers for RavenDB, like MongoHQ and MongoLab for the MongoDB platform?
Edit: RavenHQ and Cloudbird are two providers, but they are not in production - answers should only include those that are currently available.
After a lot of searching, conversations with RavenDB folks on Jabbr.net and speaking to some provider companies we have a answer:
RavenHQ.com and Cloudbird.net provide such services. RavenHQ is ready for production and in the US East zone, while Cloudbird is in beta and in the EU West zone.
http://www.ravenhq.com should be live any day as Ayende mentioned in the latest RavenDb videos on tekpub
UPDATE
RavenHq is now live on AppHarbor
http://blog.appharbor.com/2012/02/17/hosted-ravendb-on-appharbor
http://www.cloudbird.net/ I've seen this mentioned but same as http://www.ravenhq.com/ they don't give much detail. I also don't know who the authors of cloudbird are.
Otherwise, you could just use an EC2/Azure to host it? (I've seen Azure and RavenDB talked about on Twitter, there is some github projects with instructions)

Building high traffic sites with cakephp [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Is it good to build a high traffic sites using CakePHP? I am using CakePHP for several projects, but they're very low traffic. Any examples of such site or how can I improve the performance?
This video probably sums up the answer for you (and gives a lot of good details / information) on "CakePHP at massive scale on a budget"
It talks about how they use CakePHP on VERY HIGH traffic site, how it worked, and how it ran...etc.
I believe it was on 1.2 or 1.3 as well, which is significantly slower than 2.0, so - yes - CakePHP is a completely valid option for high-traffic sites. Obviously sites like Facebook will have their own lighter, in-house framework, but - I think that's a problem not worrying about until you reach that point (and by then you'll be a millionaire anyway and won't care) :)

Recommend a free, universal database browser? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
This can be community wiki.
I'm looking for a simple, multi-platform, free database browser (ODBC,etc). This is for those times when I want to interface with a database, and just need a simple way to quickly see what the heck is in it. Doesn't need to support any vendor-specific features.
Too much junk out there and I don't want to play with these things all day. What do you use?
I like SqlDbx - the personal edition is free. It supports most of the major databases, and the built in intellisense is useful for queries.
Dbvisualizer has a free version http://www.dbvis.com/products/dbvis/download/

Resources