Google Glass

Web5

wakandaDB

Android on my Face

Google Glass

...being a glass-hole

Glass Timeline

[settings] [now] ["ok glass"] [more stuff] [back][in][time][.]

                 [google] [take a picture] [record ...

Lyle Troxell

Developer Advocate for wakandaDB


@lyle Twitter & Github

Worldmap Blue
2013 05 04 2089
2013 05 31 3355

Chickens!

4D Inc

Creates Development Tools
For Data-Rich Applications

4D is Sponsoring...

and giving away Nexus 7

Signup at

https://glass.wakanda.org/

OAuth2

glass.wakanda.org

Google API Servers

Show some Code

follow along at...

github.com/lyle/GlassWakanda

Wakanda

Wakanda Application Framework

Wakanda Studio

WakandaDB

Wakanda Application Framework

flow

Wakanda Studio

  • Data Modeler -> JSON
  • IDE
  • Start/Stop wakandaDB

wakandaDB

Database

Object-Relational

JavaScript Objects

Indexed

Transactional

Web Server

RESTful Interface

JavaScript SS

Multi-Threaded

Services with CommonJS

wakandaDB scheama

  {"dataClasses": [
    { "name": "Chicken",
      "className": "Chicken",
      "collectionName": "Chickens",
      "scope": "public",
      "attributes": [
        { "name": "ID",
          "kind": "storage",
          "scope": "public",
          "unique": true,
          "autosequence": true,
          "type": "long",
          "primKey": true
        },
        { "name": "name",
          "kind": "storage",
          "scope": "public",
          "type": "string"
        },
        { "name": "hatchDate",
          "kind": "storage",
          "scope": "public",
          "type": "date",
          "simpleDate": false
          }
        }
      ]
    }
  ]}
![me](http://pix.lyle.troxell.com/photos/i-CTFmvSP/0/L/i-CTFmvSP-L.jpg) http://JSeverywhere.org/

Questions or Comments

wakandaDB.org

@lyle Twitter & Github