Code Camp - Building a Glass app with Wakanda

Post on 12-May-2015

382 views 1 download

Tags:

description

A description of using the Mirror API (Google) and WakandaDB. Source code here: https://github.com/lyle/GlassWakanda Original Reveil Slides: http://talks-2013.lyle.troxell.com/

Transcript of Code Camp - Building a Glass app with Wakanda

Google Glass

wakandaDB

Android on my Face

Google Glass...being a glass-hole

Lyle TroxellDeveloper Advocate for wakandaDB

@lyle

4D IncCreates Development Tools For Data-Rich Applications

Buisness Applications

CompiledClient - ServerRelational DataCurrent RecordFound 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

OAuth2Explanation

Show some Codefollow along at...

github.com/lyle/GlassWakanda

WakandaWakanda Application FrameworkWakanda StudioWakandaDB

Wakanda Application Framework

Wakanda StudioData Modeler -> JSONIDEStart/Stop wakandaDB

DatabaseObject-Relational

JavaScript ObjectsIndexed

Transactional

Web ServerRESTful Interface

JavaScript SSMulti-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 aTicket! http://JSeverywhere.org/

Questions or CommentswakandaDB.org

@lyle