Code Monkey home page Code Monkey logo

stacks's Introduction

Stacks is an exploration of the Google App Engine stack.

The server will be written in Python. While Rodrigo Moraes’ work on tipfy and webapp-improved look interesting, we anticipate using webapp. The server will:

  1. use a scheduled task to initiate a URL Fetch
  2. pull data from a remote source with URL Fetch, save it to a datastore, and enqueue a task onto the task queue
  3. push tasks from the task queue to an application URL which will process the data and store the result in the datastore
  4. offer a RESTful interface to the result of the processed data through Google ProtoRPC
  5. rely on the Users API and app.yaml for authentication and authorization

The client will be written in JavaScript and use the Angular framework. It will:

  1. have resources that pull JSON from the Google ProtoRPC services
  2. display the data with @ng:repeat
  3. use Google Prediction API and Google Chart Tools to analyze and vizualize the data
  4. use Closure for controllers if appropriate

stacks's People

Contributors

alimills avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.