Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

Google App Engine enables developers to build python web applications on the same scalable systems that power Google's applications. Google App Engine exposes a fully-integrated development environment. Google App Engine makes it easy to design scalable applications that grow from one to ... [More] millions of users without infrastructure headaches. Every Google App Engine application can use up to 500MB persistent storage and 5 million monthly page views, free. [Less]

4.30952
   
  0 reviews  |  125 users  |  915,170 lines of code  |  7 current contributors  |  Analyzed 24 days ago
 
 

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database, rather than the Django ORM. This has the advantage that you can use new ... [More] datastore features as soon as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]

4.4
   
  0 reviews  |  10 users  |  12,996 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Google App EngineRun your web applications on Google's infrastructure.Google App Engine enables developers to build web applications on the same scalable systems that power our own applications. No assembly required. Google App Engine exposes a fully-integrated development environment. ... [More] It's easy to scale. Google App Engine makes it easy to design scalable applications that grow from one to millions of users without infrastructure headaches. It's free to get started. Every Google App Engine application gets enough free resources to serve approximately 5 million monthly page views. To Submit Your SDK PatchTo submit a patch to the SDK Locate or Create a bug for the issue you wish to patch Post the code for the patch in the issue If the patch is accepted, you must sign a contributor license agreement before the patch can be integrated. The CLA protects you and us. If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA. If you work for a company that wants to allow you to contribute your work, then you'll need to sign a corporate CLA. Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. When the version of the SDK is with your accepted patch is released, we'll mark the issue as Fixed-Patch If we choose not to integrate your code, we will mark the issue as Patch-Declined To Submit a Feature or IssueTo submit a feature: Check if the feature already exists in the issue tracker If it does, star the issue If you have additional clarification, add that to the comments If the feature does not exist, file a new feature including a description of the desired functionality To submit a potential issue: Check to see if the issue exists If it does, star the issue If you have additional information on the issue, add that to the bug If the issue does not exist File the issue. Please include as much specific detail as possible when reporting the bug. Include any stack trace that you see, and if appropriate screenshots of the observed behavior [Less]

5.0
 
  0 reviews  |  7 users  |  0 current contributors
 
 

Melange, the Spice of CreationThe goal of this project is to create a framework for representing Open Source contribution workflows, such as the existing Google Summer of Code TM (GSoC) program. Using this framework, it will be possible to host future Google Summer of Code programs (and other ... [More] similar programs, such as the Google Highly Open Participation TM Contest, or GHOP) on Google App Engine. If you are interested in participating, check out our GettingStarted guide. If you would like to keep up with what is going on with Melange development, you can subscribe to the updates feed. [Less]

5.0
 
  0 reviews  |  5 users  |  112,364 lines of code  |  12 current contributors  |  Analyzed 10 days ago
 
 

This project provides a helper that eases the process of creating a Django project to run on the Google App Engine. The helper currently provides: The ability to use most manage.py commands A BaseModel class that appears the same as the standard Django Model class. The ability to serialize and ... [More] deserialize model instances to JSON, YAML and XML. Access to Django's test framework with a test datastore and support for fixtures. The ability to send email via the App Engine mail API using the standard Django mail functions. An App Engine compatible implementation of the Django authentication framework. Only users are supported at this time. Group and Permission support is not implemented. Support for the Django memcache cache backend module. Support for the db and cache session backed modules when using Django 1.0 alpha. This is an initial release of the helper and we look forward to working with the community to extend the functionality it provides. For more details and to get started please refer to the introductory article or the README. If you are upgrading from an earlier version of the Google App Engine Helper for Django you may be interested in the list of recent CHANGES. To Submit Your Patch to the helperTo submit a patch to the helper Locate or Create a bug for the issue you wish to patch Post the code for the patch in the issue If the patch is accepted, we'll mark it as such (set the status as Patch-Accepted) When the version of the helper with your accepted patch is released, we'll mark the issue as Fixed-Patch To Submit a Feature or IssueTo submit a feature: Check if the feature already exists in the issue tracker If it does, star the issue If you have additional clarification, add that to the comments If the feature does not exist, file a new feature including a description of the desired functionality To submit a potential issue: Check to see if the issue exists If it does, star the issue If you have additional information on the issue, add that to the bug If the issue does not exist File the issue. Please include as much specific detail as possible when reporting the bug. Include any stack trace that you see, and if appropriate screenshots of the observed behavior [Less]

4.0
   
  0 reviews  |  3 users  |  1,732 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Non-Destructive Marginalia, as an app and web service, aims to allow users to annotate any physical object e.g. books, CDs, store fronts etc. The idea is that each object (even copies!) is given an unique ID to which users can attach any form of data e.g. text, image, audio etc. We hope to be able ... [More] to capture the user's experience or engagement with the object, share it with others and also link to other annotations of similar objects. [Less]

5.0
 
  0 reviews  |  3 users  |  411 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

JRuby on Google App EngineWith support for the Java Language, it's now possible to run Ruby code on Google App Engine. This project aims to make using JRuby as easy as any of the native App Engine languages. Although Google employees may participate in this project, the code is experimental and ... [More] is not officially supported by Google. Everything You Need to Get StartedTools. Everything you need is available as gems. Just install the google-appengine gem to get the development app server and JRuby runtime, no need to install JRuby separately. APIs. All APIs available for Java are available to JRuby. See the API docs for more information. Gems. We support gem bundler as an alternative to requiring rubygems. Gems written entirely in Ruby will work fine, as will gems that have had extensions written in Java. Sorry, no gems with C extensions. Frameworks. We currently support Sinatra, Merb and Rails 2.3.5. Any framework that is compatible with Rack and gem bundler should work. We plan to support Rails 3 once bundler 0.10 is available. Persistence. We have a DataMapper adapter for App Engine datastore that supports the features you'd expect, like associations and validations. Support for some datastore features like transactions and entity groups are in progress. Performance. Additional instances of your app will spin-up as needed, which can take several seconds, but parts of your app can use Java or Duby servlets, that spin-up right away. Run Rails or Sinatra on Google's infrastructure. Everything you need installs as gems, works with DataMapper. [Less]

0
 
  0 reviews  |  1 user  |  12,961 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Ranklist is a python library for Google App Engine that implements a data structure for storing integer scores and quickly retrieving their relative ranks. A very simple sample app is included in the source code, and can be tried out at http://ranklist-example.appspot.com.

0
 
  0 reviews  |  1 user  |  341 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Vikuit wants to own every feature for a social network engine while remains easy to deploy and manage. Build over python and focused on the Google's Appengine (GAE), wants to fill the gap between SAAS platforms as Ning and on site deployments. Between it's top key features, we can find ... [More] Articles and news ,Various languages support, such as english and spanish ,Groups ,Google native authentication , Microbloging ,Follow a user ,Profile and profile comments ,Comments ,Photo gallery ,Full search ,User dashboard ,Recent activity and new features that are coming as chat o text-to-speech. From the developer side, Vikuit uses themes (based on jinja templates) and special modules, called Vikuitlets, that give us a very easy way to extend it. [Less]

5.0
 
  0 reviews  |  1 user  |  33,583 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

Google Plugin for Eclipse (GPE) is a set of software development tools that enables Java developers to quickly design, build, optimize, and deploy cloud-based applications. GPE allows you to easily create and deploy App Engine applications. GPE also assists developers in efficiently creating a ... [More] rich user experience, generating high quality Ajax code using the Google Web Toolkit, optimizing performance with Speed Tracer, and effortlessly deploying applications to the App Engine. [Less]

4.0
   
  0 reviews  |  1 user  |  109,676 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.