Google Glass
wakandaDB
Android on my Face
Google Glass
...being a glass-hole
Lyle Troxell
Developer Advocate for wakandaDB
@lyle
4D Inc
Creates Development Tools
For Data-Rich Applications
Buisness Applications
Compiled
Client - Server
Relational Data
Current Record
Found Sets
4D is Sponsoring...
...and giving away a Nexus 7
Visit the Wakanda Table
Show what Glass Looks Like
glass.wakanda.org
&
Google API Servers
OAuth2
Explanation
Show some Code
follow along at...
github.com/lyle/GlassWakanda
Wakanda
Wakanda Application Framework
Wakanda Studio
WakandaDB
Wakanda Application Framework
Wakanda Studio
Data Modeler -> JSON
IDE
Start/Stop wakandaDB
Database
Object-Relational
JavaScript Objects
Indexed
Transactional
Web Server
RESTful Interface
JavaScript SS
Multi-Threaded
Services with CommonJS
wakandaDB
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
}
}
]
}
]}
One More Thing...
October 25th
JS.everywhere(2013)
Get a
Ticket! http://JSeverywhere.org/
Questions or Comments
wakandaDB.org
@lyle

Code Camp - Building a Glass app with Wakanda